- 7,151 views, 0 today
- 8
- 1
- 10
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
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!
2083028
6
Create an account or sign in to comment.
@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.