Αποτελέσματα Αναζήτησης
3 Απρ 2024 · How can you make a Bukkit server in Minecraft? Well, this is our complete and in-depth guide on how to create a Bukkit Minecraft server. From where to download the Minecraft Bukkit files to...
30 Απρ 2013 · In this Bukkit Setup Tutorial, I show you how to install a bukkit server for the first time (for Minecraft).
Tutorial - Setting up a Bukkit server Ep. 1Hi Guys, due to popular demand I've started a tutorial on setting up a bukkit server from scratch. And this includ...
23 Απρ 2024 · Download the latest version of CraftBukkit for your Minecraft server!
Hey guys, I just wanted to share with you the videos I have been making for Minecraft. I have a 2 part series on making a Minecraft server. The first…
23 Ιουν 2011 · Bukkit is a Minecraft-compatible server crafted from the ground up. It was made to be fast, efficient, and provide a lot more flexibility. The modding community that surrounds Minecraft is pretty large, and is really inspired by the essence of the game, and Bukkit is one its products.
The following is a basic server script to start your server. Open up TextEdit set it to plain text mode under format and paste the following in #!/bin/bash cd "$( dirname "$0" )" java -Xmx1024M -jar craftbukkit.jar -o true