After The File Has Been Downloaded

From Doku Wiki
Jump to: navigation, search

You have to comply with these steps to carry out minecraft server setup.



Step 1: Install JavaYou need a java to run the minecraft server, click right here, obtain the java from the download possibility in Home windows Offline (sixty four Bit). After the file has been downloaded, open the file and carry out the installation.



Step 2: Download the Minecraft server filesFor servers with a Home windows operating system, we need to get the server .jar file first to start out the Minecraft server setup.



You can entry the server file sort that you really want by using the following links.



• Vanilla• Craftbukkit• Spigot



After downloading your recordsdata, create an empty folder on the desktop and switch the server file to the folder.Change the name of the server .jar file to tekveri.



Step 3: Set the server start codejava -Xms1024M -Xmx1024M -Dfile.encoding=UTF-8 -jar tekveri.jar -o truePAUSE



We are going to put together the codes required to begin 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. top top blog M for writing in MB and G for writing in GB.



Create a new textual content document within the server folder. In the text doc that you created, kind the code we supplied above. Then come to the file tab and click on on save as. Type begin.bat to file identify.



Step 4: Accept the EULAWe're opening our begin file, we don't shut the console until we see Stopping server within the console that comes after us. Eula.txt, server.properties, created such as information after we close our console.



Opening our Eula.txt file. Game servers Change the eula= false line to eula = true and save the file.



Step 5: Set up the server settingsAfter saving the Eula.txt file, we are launching our server from our begin file.Ready till the "Achieved" message is written, and after this submit involves the console of our server, stop and close.