Crear un servidor de Minecraft por primera vez puede parecer intimidante, pero en realidad es un proceso bastante lógico. Esta guía está diseñada para que montes un servidor local en tu PC paso a paso. Creating a Minecraft server for the first time can seem intimidating, but it's actually quite logical. This guide is designed to help you set up a local server on your PC step by step.
Minecraft está escrito en Java, por lo que tu PC necesita este software para leer y ejecutar el servidor. Dependiendo de la versión de Minecraft que quieras alojar, necesitas una versión específica de Java: Minecraft is written in Java, so your PC needs this software to read and run the server. Depending on the Minecraft version you want to host, you need a specific version of Java:
Ve a la página oficial de Oracle o Adoptium y descarga el instalador correspondiente a tu sistema operativo (Windows 64 bits). Instálalo como cualquier otro programa. Go to the official Oracle or Adoptium page and download the installer for your OS (Windows 64-bit). Install it like any other program.
No uses el servidor Vanilla de la página oficial de Minecraft si quieres poner plugins. Usa PaperMC. Do not use the Vanilla server from the official Minecraft website if you want to use plugins. Use PaperMC.
.jar.
Download the latest version of the .jar file..jar que descargaste dentro de esta carpeta y renómbralo a paper.jar (para que sea más fácil).
Move the downloaded .jar file into this folder and rename it to paper.jar (to make it easier).Para encender el servidor y asignarle memoria RAM, necesitamos un archivo batch (.bat) en Windows. To turn on the server and allocate RAM to it, we need a batch file (.bat) in Windows.
java -Xms4G -Xmx4G -jar paper.jar --nogui
pause
start.bat y guárdalo dentro de la carpeta "Mi Servidor".Name it start.bat and save it inside the "My Server" folder.start.bat. Se abrirá una consola negra, cargará unos segundos y luego dirá que debes aceptar el EULA y se cerrará.
Double-click start.bat. A black console will open, load for a few seconds, then say you must accept the EULA and close.eula.txt.
In your folder you'll see new files. Open the eula.txt file.eula=false por eula=true y guarda el archivo.
Change eula=false to eula=true and save the file.start.bat nuevamente. ¡Esta vez el servidor comenzará a generar los mundos y se encenderá completamente! Verás un mensaje que dice "Done (...) For help, type help".
Double-click start.bat again. This time the server will start generating worlds and boot up completely! You will see a message saying "Done (...) For help, type help".localhost.In the server address, put: localhost.Abre el archivo server.properties en tu carpeta. Algunos ajustes clave:
Open the server.properties file in your folder. Some key settings:
online-mode=true: Cámbialo a false si tú o tus amigos usan cuentas "No Premium" (TLauncher).Change it to false if you or your friends use "Cracked" accounts (TLauncher).motd=Mi Servidor: El mensaje que aparece bajo el nombre del servidor en la lista multijugador.The message that appears under the server name in the multiplayer list.max-players=20: El límite de jugadores.The player limit.