Skip to content
KnightOfNight edited this page Jun 20, 2014 · 8 revisions

Setting Up a Server

  1. Download a Minecraft server Java Jar file. You can use the official version released by Mojang or you can use the version released by CraftBukkit that supports plugins.
  2. Copy the Jar file to your Minecraft server. This example will assume you copied it to /tmp/minecraft.jar
  3. Run the following command to setup a server named MyServer mcctl setup MyServer --jar /tmp/minecraft.jar You should see output similar to the following...
Clone this wiki locally