How to Create a Minecraft Bukkit Server

This is a step by step guide on how to create a Bukkit server for Minecraft.

  • First off, create a folder somewhere on your computer to place your new server’s files (preferably your desktop).
  • Install the latest recommended CraftBukkit Version from here: http://dl.bukkit.org/downloads/craftbukkit/ and place it into the folder you have just made.
  • You should have a file called: craftbukkit.jar
  • Rename that file to craftbukkit.jar
  • Create a text document in that folder by right clicking and selecting “New text document”
    It should look something like this.
    Once you have done that, paste this into the text document:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D “%BINDIR%”
    “%ProgramFiles%\Java\jre6\bin\java.exe” -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE
  • **IMPORTANT**
    You must save the file as a .bat file. For ex. Save the file as RUN.bat
    Make sure you save the file type as “All types (*.*)”
    This is what it should look like at the end:
  • Click RUN.bat. A command prompt will open and should start setting up the minecraft server. You will see something like this:
  • Now check the Server folder you created and should have a bunch of new files

Be sure to read the read of the overall guide on “How to create a Minecraft Server“.

Also remember to open your gameport on your Router (if you want people from outside to join it) – to open, read the guide on portforwarding.

GD Star Rating
loading...
How to Create a Minecraft Bukkit Server, 7.0 out of 10 based on 3 ratings
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

2 thoughts on “How to Create a Minecraft Bukkit Server

    • I do not have a mac, so would not dare to write one myself.
      But if anyone drops by and have experience with setting up a Minecraft Server on Mac and want to write a small guide, I would love to post it here to help the Mac people.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>