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