Creating a Bukkit Minecraft Server

in minecraft •  7 years ago 

Hello, in this little Tutorial i want to show how simple it can be to install a bukkit Server on your Windows PC.

First of all we need the Bukkit jar :
https://yivesmirror.com/downloads/craftbukkit

Second we put the Bukkit jar into a Folder

Third we open the Program "Editor" and put into the Editor following Text:

java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true

!!Please change "craftbukkit.jar" with the name of your craftbukkit version!!

As Fourth we save the document in the same Folder as the craftbukkit file with the name "Start.bat" (!!NOT AS .txt!!)

Then as last step we click on the Start.bat File and you have a running Bukkit Server! :D

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

To be safe: You have to build the Server for yourself, because mirrors are a copyright problem. https://www.spigotmc.org/ has there a easy to use tool to do that. ;) Its safe, because you dont have to trust some sites. =)