You will need to follow these steps to perform minecraft server setup.
Step 1: Set up Java
You want a java to run the minecraft server, click right here, obtain the java from the download option in Home windows Offline (64 Bit). After the file has been downloaded, open the file and carry out the set up.
Step 2: Download the Minecraft server files
For servers with a Windows working system, we have to get the server .jar file first to begin the Minecraft server setup.
You'll be able to entry the server file type that you really want by using the following links.
• Vanilla
• Craftbukkit
• Spigot
After downloading your information, create an empty folder on the desktop and transfer the server file to the folder.
Change the name of the server .jar file to tekveri.
Step 3: Set the server begin code
java -Xms1024M -Xmx1024M -Dfile.encoding=UTF-8 -jar tekveri.jar -o true
PAUSE
We are going to prepare the codes required to start out the server with the above code.
-Xms1024M specifies the minimal ram setting of the server. M for writing in MB and G for writing in GB.
-Xmx1024M specifies the maximum ram setting of the server. M for writing in MB and G for writing in GB.
Create a brand new text doc within the server folder. In the text document that you simply created, sort the code we provided above. mcnames.org Then come to the file tab and click on save as. Kind begin.bat to file identify.
Step 4: Settle for the EULA
We're opening our begin file, we do not close the console until we see Stopping server in the console that comes after us. Eula.txt, server.properties, created resembling files after we close our console.
Opening our Eula.txt file. Change the eula= false line to eula = true and save the file.
Step 5: Set up the server settings
After saving the Eula.txt file, we're launching our server from our start file.
Ready until the "Performed" message is written, and after this put up comes to the console of our server, stop and shut.