You are viewing our Forum Archives. To view or take place in current topics click here.
How to make a bukkit server
Posted:

How to make a bukkit serverPosted:

JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Windows Tutorial On How To Make A Online Bukkit Server

1) Go To start menu, search for "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 to access your router settings.

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

6) Go to [ Register or Signin to view external links. ] , 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) Open up notepad++ (if you don't have it download it). 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 bukkit.jar
PAUSE


or

java -Xmx1024M -Xms1024M -jar bukkit.jar
PAUSE


or

java -Xms1024M -Xmx1024M -jar bukkit.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 [ Register or Signin to view external links. ] and write down the number. Give your friend this number, and they can join!


Extra Tips For Your Server

Download Plugins For Your Server Here: [ Register or Signin to view external links. ]
Get The Latest Bukkit Here: [ Register or Signin to view external links. ]


Last edited by JollyRancer ; edited 1 time in total

The following 2 users thanked JollyRancer for this useful post:

xLuxor (07-01-2013), SkullMaster47 (06-30-2013)
#2. Posted:
fthezone
  • New Member
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
Dosnt Work


when i run the cmd it say


Perhaps there's another server running on that port?
#3. Posted:
JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
fthezone wrote Dosnt Work


when i run the cmd it say


Perhaps there's another server running on that port?


You either have another minecraft server prompt. If not open task manager and kill all java processes.
#4. Posted:
SkullMaster47
  • Prospect
Status: Offline
Joined: Mar 24, 201113Year Member
Posts: 600
Reputation Power: 23
Status: Offline
Joined: Mar 24, 201113Year Member
Posts: 600
Reputation Power: 23
Thanks! Never could get this right, +Rep.
#5. Posted:
JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
SkullMaster47 wrote Thanks! Never could get this right, +Rep.


No Problem and thank you
#6. Posted:
JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
fthezone wrote 101.162.161.59

test

20chars!!!!!@;/1 p ik


Hmmm. it's not seeming to work. Did you portforward 25565?
#7. Posted:
fthezone
  • New Member
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
oCryptor wrote
fthezone wrote 101.162.161.59

test

20chars!!!!!@;/1 p ik


Hmmm. it's not seeming to work. Did you portforward 25565?


yes, what ip do i type in to join my own server
#8. Posted:
JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
fthezone wrote
oCryptor wrote
fthezone wrote 101.162.161.59

test

20chars!!!!!@;/1 p ik


Hmmm. it's not seeming to work. Did you portforward 25565?


yes, what ip do i type in to join my own server


go to [ Register or Signin to view external links. ] and it's that one.
#9. Posted:
fthezone
  • New Member
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 15, 201311Year Member
Posts: 19
Reputation Power: 0
oCryptor wrote
fthezone wrote
oCryptor wrote
fthezone wrote 101.162.161.59

test

20chars!!!!!@;/1 p ik


Hmmm. it's not seeming to work. Did you portforward 25565?


yes, what ip do i type in to join my own server

go to [ Register or Signin to view external links. ] and it's that one.


[ Register or Signin to view external links. ]

NO
#10. Posted:
JollyRancer
  • Ladder Climber
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
Status: Offline
Joined: May 04, 201311Year Member
Posts: 365
Reputation Power: 16
fthezone wrote
oCryptor wrote
fthezone wrote
oCryptor wrote
fthezone wrote 101.162.161.59

test

20chars!!!!!@;/1 p ik


Hmmm. it's not seeming to work. Did you portforward 25565?


yes, what ip do i type in to join my own server

go to [ Register or Signin to view external links. ] and it's that one.


[ Register or Signin to view external links. ]

NO


Enter localhost were the ip address should be entered. Check again if you portfowarded 25565
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.