• Welcome to ForumKorner!
    Join today and become a part of the community.

How to create a minecraft server(bukkit)

strawknight

Member
Reputation
0
This is a guide to how to create a minecraft server with bukkit
1. go to http://wiki.bukkit.org/Setting_up_a_server
2. download the lastest version of craftbukkit and put it into a new folder
3. open notepad and type
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE
4. save the file as Run.bat
5. start the bat file
6. wait for everything to load
7. type into the cmd stop
8. open up server properties.txt in the server folder and enter your ip
9. port forward go to portforward.com
10.start your server and get people to test it.
 
Top