What's new

Tutorial How To Make a Server On PC Minecraft

  • Thread starter Ncdoesminecraft
  • Start date
  • Views 707
Status
Not open for further replies.
Ncdoesminecraft

Ncdoesminecraft

Newbie
Messages
1
Reaction score
0
Points
35
Sin$
0
This is WAY simpler than you thought.This is what you will need to do...


*Note: This does not work for everybody. I know portforwarding usually does not work for Verizon, Sky and possibly Virgin, but it should work for most other internet providers.

1) Go To start menu, Search Run, and enter "cmd".

2) In command prompt window, type "ipconfig"

3) In command prompt window, search for IPv4 Address [Example: 192.168.1.?]

4) Enter Default gateway into your internet browser.
*If you are having trouble with this step, go to http://www.portforward.com for individual router assistance
*Defaults: [Username: admin] [password: password]

5) Look for port forwarding/port triggering and add a custom service.

6) Go to http://www.bukkit.org, and download CraftBukkit

7) Create A Folder To keep everything for the server. Drag in the CraftBukkit jar

*Rename the "craftbukkit" file to "bukkit"

8) Create a New Text Document. Enter the following:

java -Xms1024M -Xmx1024M -jar bukkit.jar Save the file as "run.bat" (without quotes)

If that does not work, enter the following:

Echo OFF
java -Xincgc -Xmx1G -jar craftbukkit.jar
PAUSE

or

java -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE

or

java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
PAUSE

9) Double Click run.bat, and then after all files are created, type "stop" into the command prompt

10) If you want a friend to join your server, you need your ip address. Go to http://www.ipchicken.com and write down the number. Give your friend this number, and they can join!

11) When done with the server, make sure you enter "stop" in the console.

12)Have Fun!
 
Last edited by a moderator:
Status
Not open for further replies.
Top Bottom
Login
Register