How to make a Beta Minecraft Bukkit SMP server + port forwarding

Опубликовано: 07 Февраль 2026
на канале: effectsdude79
58,857
510

I would really appreaciate a thumbs up, subscribe, comment, favorite, whatever, if you liked this video or it helped you. click this box for links.

Download the server software from here:
http://artifacts.lukegb.com/artifacto...
(that link will always give you the newest build)

Get plugins from the site:
http://bukkit.org\

Get notepad++ for editing YML here:
http://notepad-plus-plus.org/

Heres is the code for the .bat file:

@ECHO OFF
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar "%~dp0craftbukkit.jar"
IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xms1600M -Xmx1600M -jar "%~dp0craftbukkit.jar"

PAUSE

You can also download the server that I set up in the video for reference (I still highly suggest making your own so that you know how its set up) from here:
http://www.mediafire.com/?j633j0o14so...


Thanks :)