Minecraft Blogs / Tutorial

How To Make A Bukkit Server! (Windows - 64 Bit)

  • 7,151 views, 0 today
  • 8
  • 1
  • 10
SushiJ89
Level 34 : Artisan Geek
19
In this tutorial I will tell you how to make a bukkit server!

I Think 7-Zip Or WinWAR Is Required...

First you have to go to google, then type in the search bar bukkit. Next click on the result CraftBukkit. Then get the latest version of craftbukkit. After you have done that make a new folder and put the newest craftbukkit program in your folder you created! After you have done that get out notepad or notepad++ and put in the following...

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

Then after you have done that save it as run.bat, start.bat, ect! WARNING: Do not save it as .txt! Save it in All Files! Then drag it into your folder were the craftbukkit download is! Double click the run.bat file and if you see folders being created and text documents being created you did it correctly!

If this does not work put in the following instead in the run.bat file....

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%Javajre6binjava.exe" -Xincgc -Xmx1G -jar CraftBukkit.jar
PAUSE

Then once you have done all the steps you are done. Sorry that I can not tell how to port forward your minecraft because I am not sure but you can watch a youtube video made by Paulsoaresjr to help you portforward your Mnecraft Bukkit Server! Link to the video ---> http://www.youtube.com/watch?v=KtMj2cGnkB0
Tags

1 Update Logs

Update #1 : by SushiJ89 06/18/2013 8:12:58 pmJun 18th, 2013

Added That You May Need 7-Zip/WinWAR!

Create an account or sign in to comment.

TheBegginerTexture
08/08/2014 6:17 pm
Level 17 : Journeyman Explorer
if your having a hard time with loading the start.bat file, you need to do this. go and rename your server file craftbukkit. and when you open the cmd again it will work.
1
TheBegginerTexture
08/08/2014 6:18 pm
Level 17 : Journeyman Explorer
it works for me.
1
ean521
08/17/2014 7:55 am
Level 11 : Journeyman Ranger
You could also just type the entire name of the file.
1
DustinJV01
05/10/2014 10:25 am
Level 1 : New Miner
hey, if some of you are having issues with this, try using this

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%/Java/jre7/bin/java.exe" -Xincgc -Xmx1G -jar CraftBukkit.jar
PAUSE

if it still doesn't work, change jre7 to the number in your programs file.

still doesn't work? make sure CraftBukkit.jar matches the jar file in your server


if it still doesn't work, idk

Some people put \ instead of /, one silly mistake can make your run.bat file not work.
1
SushiJ89
05/17/2014 8:23 am
Level 34 : Artisan Geek
Thanks for helping. :)
1
k3ndr1ck99956
03/21/2014 11:28 pm
Level 1 : New Explorer
DIDNT WORK!
1
ean521
11/10/2013 8:08 am
Level 11 : Journeyman Ranger
The batch file can't find craftbukkit.jar?
1
TheBegginerTexture
08/08/2014 6:44 pm
Level 17 : Journeyman Explorer
rename craftbukkit.jar to craftbukkit
1
ean521
08/17/2014 7:55 am
Level 11 : Journeyman Ranger
Yeah, I've figured that out since 9 months ago.
1
ean521
11/10/2013 8:02 am
Level 11 : Journeyman Ranger
Portforwarding is easy
1

Welcome