Windows SnapShot - http://adf.ly/5tQSB
Mac SnapShot - http://adf.ly/5tQXg
FAQ's - http://adf.ly/5tQiN
(I will try to update the FAQ's frequently when there is a new problem)
http://bukkit.org/
http://ci.bukkit.org/
Windows Code:
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE
If your using a mac use text edit and go to font make plain text. Then put the code:
#!/bin/bash
cd "`dirname "$0"`"
java -Xmx1024M -Xms1024M -jar craftbukkit.jar nogui
or
cd "$(dirname "$0")"
exec java -Xmx1G -Xms1G -jar craftbukkit.jar
Then save it as start.command
________________________________________________________________
FOR THE PREBUILT SERVERS!! REPLACE THE CRAFTBUKKIT.JAR!! TO GET THE NEWEST VERSION!!
Mac Prebuilt server:
http://adf.ly/466pF
Make sure you change the IP in server.properties and you might have to type chmod a+x in Terminal
32bit Windows:
http://adf.ly/466ql
64bit Windows:
http://adf.ly/466sH
*Don't forget to change the IP address in server.properties*
_______________________________________________________________
Mac:
For IP info, go to system preferences and go to network then you will see your ip under your internet connection status.
The start command:
#!/bin/bash
cd "`dirname "$0"`"
java -Xmx1024M -Xms1024M -jar craftbukkit.jar nogui
If it doesn't work try this one:
cd "$(dirname "$0")"
exec java -Xmx1G -Xms1G -jar craftbukkit.jar
What to type into terminal:
chmod a+x *(DON'T FORGET SPACE AFTER +X)*
_______________________________________________________________
Windows:
To get IP info in CMD: ipconfig
Start.BAT Code 64-Bit
@echo off
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit.jar
pause
Start.BAT Code 32-Bit
@echo off
java -Xms1024M -Xmx1024M -jar craftbukkit.jar nogui
pause
________________________________________________________________
How to add more RAM to your server:
1. Change start.command/bat to start.txt
2. Find -Xmx1204M -Xms1024M
3. Change the 1024s (both) to the amount of RAM you want in Megabytes.
3a. 1024M = 1 Gigabyte
4. Rename to start.command/bat
________________________________________________________________
The link brings me to mediafire,but it shows me something about "drag files here" share blah blah blah all that crap
pbjproductions16 2 days ago
@pbjproductions16 try agian :)
YummyBear37 2 days ago
my run.bat file comes up and says undable to loacate jarfile craft butkick file any help...
999mryoshi 3 days ago
@999mryoshi craftbukkit... and u probably used the wrong jarfile
YummyBear37 3 days ago
my file comes up as a winrar zip not a rar what u do?
999mryoshi 3 days ago
@999mryoshi unzip it?
YummyBear37 3 days ago