Minecraft Server Install on Windows: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "Choose a folder location to install the Minecraft server to. I suggest. <pre> %homedrive%%homepath%\Minecraft </pre> = Download = == Server == <pre> https://mcversions.net/...")
 
No edit summary
 
Line 15: Line 15:
https://getbukkit.org/craftbukkit
https://getbukkit.org/craftbukkit
</pre>
</pre>
= Launching =
From the folder with the two java files assuming you have downloaded version 1.12.1 for both Minecraft and CraftBukkit
<pre>
java -Xms3072M -Xmx4096M -jar craftbukkit-1.12.1.jar nogui
</pre>
On first launch the app will close.  It will create a number of files.  Edit the file eula.txt
<pre>
eula=true
</pre>
Once the file has been change launch Minecraft again.


[[Category : Minecraft]]
[[Category : Minecraft]]

Latest revision as of 23:06, 12 September 2017

Choose a folder location to install the Minecraft server to. I suggest.

%homedrive%%homepath%\Minecraft

Download

Server

https://mcversions.net/

CraftBukkit

https://getbukkit.org/craftbukkit

Launching

From the folder with the two java files assuming you have downloaded version 1.12.1 for both Minecraft and CraftBukkit

java -Xms3072M -Xmx4096M -jar craftbukkit-1.12.1.jar nogui

On first launch the app will close. It will create a number of files. Edit the file eula.txt

eula=true

Once the file has been change launch Minecraft again.