Minecraft Server Tutorial!
Thanks for watching and please comment, like, and subscribe to PCFellows. All you need for setup is down below.
Follow us on Twitter: https://twitter.com/#!/PCFellows
Start.bat:
Java 6, 32 bit
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
Java 6, 64 bit
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
Java 7, 32 bit
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
Java 7, 64 bit
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE
Common Problems:
Failed to bind Port?
Portfoward: Leave server-ip blank, or re-portfoward.
Hamachi:
In server-ip type your IP that you see at the top when hamchi opens, example: 5.123.456.78 and also make sure no other files containing craftbukkit are running.
Cant get others to join?
Portfoward: Go to, http://www.whatsmyip.org/ and tell them to use that which is your IP for people outside your network.
Hamach: Make sure they have entered everything correctly example: Password,Username, and Your IP.
User not premium?
Change online-mode to false in server properties.
If any other promblems occur leave a comment!