Minecraft Blogs / Tutorial

[Mac] Minetorials 1-How to make a minecraft craftbukkit server

  • 349 views, 2 today
  • 2
  • 1
MinecrafTaned's Avatar MinecrafTaned
Level 9 : Apprentice Skinner
5
This should works for all versions of minecraft. (I may be wrong)
Hello there! My name is taned and I will be teaching you how to make a server today.
Note: I do not answer questions. Search it in google or something. This is for Mac only so Windows and Linux look somewhere else. This is how to set up a CraftBukkit server.

You will need the following:
Port map www.codingmonkeys.de/portmap/
Textedit
Terminal
A folder to put your server things in
A brain :P

Step 1 Starting up the server
1.Go to this website dl.bukkit.org/downloads/craftbukkit/ and download the craftbukkit software you want.
2.Make sure your craftbukkit sofware if called craftbukkit.jar
3.Open textedit make it a plain text then type:

#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx1G -Xmx1G -jar craftbukkit.jar

(you can change the number of ram)
and save as start.command
4.Open up Terminal and type:
chmod a+x (drag in start.command)
5.Open start.command
6.When it's done type op (name)
7.Type stop
Step 2 Getting the ip
1.Open port map
Note: If it says router incompatible I don't know what to do, good luck.
2.Press the + button
3.Type 25565 in local port
4.Make sure TCP and UDP are checked
5.Click add mapping
(port map must be open if you want your server running)
6.Start up your server
7.Go to: www.yougetsignal.com/tools/open-ports/
8.Type 25565 in port number and click check
(If it says it's not open, you can copy and paste your ip in port map [top] there)
9.Go to: www.no-ip.com/
10.Go to personal use
11.Scroll down until you see No-ip Free and sign up
12.You should go to the members page
13.Click manage hosts
14.Click add a host
15.Type your ip (e.g server(domain)
(make sure host type is DNS A)
16.Start your server
17.Go to minecraft mutiplayer and click add a server
18.Put your ip into the ip address
19.If it says Can't reach server or connection refused change the ip of the server to localhost
And you should be able to join your server now! Yay! :D
Enjoy your server!

Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome