Help~

Help~

Postby *Emelia K. Fletcher » December 17th, 2011, 3:44 am

OK, so since 1.0.0 came out, my server won't work, and I need to use Windows.

So, can someone give me a step-by-step tutorial on setting up a Bukkit server, please? Kirb, preferably? I need the explanation on forwarding ports and all that other shiz, too.

My router's an O2 Wireless IV or something.


');
');





');





User avatar
*Emelia K. Fletcher
Who's this douchebag?

Error contacting Twitter
Error contacting last.fm
 
Posts: 2926
Joined: July 24th, 2010, 3:40 am
Location: A\//\\/A

Cookie
Venexis: "He had everything out seven hours after I had sent the results, give or take. And most of those hours were in the dead of night, lawl. 11/10 would hire as host of a game show."

Thumbs Up given: 42 times
Thumbs Up received: 211 times

Re: Help~

Postby Kirby859 » December 17th, 2011, 7:48 am

1. Download CraftBukkit.
2. Create a new folder, and drag the .jar file into that new folder.
3. Open Notepad++ or something like that, and paste this in:
If you use Java 6:
Code: Select all
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
PAUSE


If you use Java 7:
Code: Select all
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
PAUSE


"If you are running java in 32bit mode on a 64bit machine, change %ProgramFiles% to %ProgramFiles(x86)% "

4. Save the file as start.bat (if you are using Notepad, make sure to change the file type as "All Files")
5. Try to execute start.bat. It might give you errors saying that some files cannot be found, but it should automatically generate those files.

(you're on your own for port forwarding lols)
~
User avatar
Kirby859
Honorary Member

 
Posts: 932
Joined: October 7th, 2009, 1:42 pm

A Good Start

Thumbs Up given: 54 times
Thumbs Up received: 13 times


Return to Minecraft