Minecraft: How to make a Bukkit server for 1.5.2! (QUICK & EASY)

Channel:
Subscribers:
39,800
Published on ● Video Link: https://www.youtube.com/watch?v=bdOtGnx-v7A



Category:
Tutorial
Duration: 4:01
28,415 views
133


Follow me on Twitter to talk to me! ► https://twitter.com/EasyRoast Tutorial on how to make a minecraft server for 1.5.2


► Click this link to download Craftbukkit: http://bit.ly/12p7T0V


► Java Download Link: http://bit.ly/12xhZ3j


► PortFowarding Guides Link: http://portforward.com/guides.htm


Getting an error at the command prompt? See if this video can help you with your problem:
http://www.youtube.com/watch?v=GbN3fsgnna8


─────────────────────────────────────────

♦ Java CODES. TRY any of these and see which one works for you!


java -Xms1024M -Xmx1024M -jar craftbukkit.jar
PAUSE


@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE


@ECHO OFF
java -Xmx1024M -Xms1024M -jar "craftbukkit.jar"
PAUSE


@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
java -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE


"C:\Program Files\Java\jre7\bin\javaw.exe" -Xms1024m -Xmx1024m -jar "Minecraft_Server.exe"


───────────────────────────────────



IF YOU GET ANY ERRORS

■ ERROR #1: "Unable to access craftbukkit.jar"

Solution - make sure that your craftbukkit is actually named "craftbukkit" (without the quotes or the .jar at the end)



■ ERROR #2: Failed to bind port to 25565: server already running?

Solution 1:
1: Open task manager (Ctrl + Alt + Del)
2: Locate Javaw and Java
3: Right Click - End process
4: Run the server again

Solution 2:
1: Open server properties
2: Locate the line 'Server-ip='
3: Make sure that it is blank(Unless using hamatchi)
4: Run server

Solution 3:
1: Open server properties
2: Locate the Line 'Server-port=25565'
3: Change it to 'Server-port=25566'
4: Run server (But when people want to join they use xx.xx.xx.xx:25566 *x=IP*)



■ ERROR #3: 'Java' is not recognized as an internal command

Solution - watch this easy fix http://bit.ly/12q3TMt




─────────────────────────

Follow me on Twitter! https://twitter.com/imnumerounobaby
Cheap Minecraft servers! http://voidhosting.co.uk/







Tags:
craftbukkit
1.5.2
server
minecraft
how to
tutorial
easy
portfoward
java