-
Notifications
You must be signed in to change notification settings - Fork 2
Usage
KnightOfNight edited this page Jun 20, 2014
·
8 revisions
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.
Copy the Jar file to your Minecraft server. This example will assume you copied it to /tmp/minecraft.jar
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...
You can use the --debug flag if you want to see additional output about what the script is doing e.g.
mcctl --debug setup MyServer --jar /tmp/minecraft.jar