Monday, September 3, 2012

How to start a Minecraft Server

One of the best parts about minecraft, besides the mods, is the multiplayer aspect. Nothing cooler than being able to share all of your creations with your friends online. To do this you first need to be able to set up a server. The server can be setup on anything from a VPS (virutal private server) to a old desktop computer that you happened to have laying around the house.

Different Types of Servers

Craftbukkit

Craftbukkit is my personal favourite  when it comes to the different types of servers, the mod server are of course fun but after a while they just get boring. Craftbukkit is basically a vanilla server (which means that there are no mods installed on the client) with lots of plugins that enhance the functionality of the server.

Vanilla

My personal opinion of a vanilla server is that if you are going to go vanilla with out mods you might as well make it easier to admin (and harder to grief) with craftbukkit. But anyway, you can download the standard minecraft server straight from minecraft.net. For the purposes of this article I would recommend downloading the jar file opposed to the windows .exe.

Mod Servers (tekkit)

There aren't that many mod servers of note, many are customized to the preferneces of the people who are hosting them. But the one that is most used (in my experience) is the tekkit server. Tekkit is a mod pack with many fun mods.

How to setup the Server

I would recommend installing a linux server distrobution to run the server on but thats your own choice.
Starting the server is easy; java -jar minecraft_server.jar will start the server. Once the server has finished creating all of the files you can then stop it by typing "stop" in the server command line. In the folder that the jar is located in there should now be some files that were created by the server. The one that you want is "server.properties" in that file you can configure the different options, like offline mode, firespreading, and mob spawns. 


How to start a server with a seed

In the directory with the minecraft server file you will want to create a "server.properties" file in that file put the line "seed=<yourseednumberhere>
" If you want to use a word as a seed what you would have to do is to put "" around the text. (I think I'm not really sure about that in all honesty)

No comments:

Post a Comment