Bukkit tutorial just a quick tut

Discussion in 'Bukkit Help' started by Mohammad, Feb 26, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Mohammad

    Requirements
    1. Port forwarded 25565.
    2. Latest version of craftbukkit.
    What to do
    1. First of all make a folder on your desktop called server or minecraft server.
    2. Move the craftbukkitsnapshot file into the folder.
    3. Rename craftbukkitsnapshot to craftbukkit.
    4. Double click craftbukkit.jar and it will create the server files and folders.
    5. Edit your server settings and change them to what you want.NOTE: leave the server-ip blank or no one will be able to join.
    6. If you are using a 64-bit system put this file into your server folder. <Edit by Moderator: Redacted mediafire url>
    7. Double click the launcher and it will create the world.

    8. Now in the plugins folder you may install your plugins if you would like help with the plugins just PM me and ill help you.

    Note if your using a 32-bit system then use this for step 6.
    <Edit by Moderator: Redacted mediafire url>

    Credits:
    Destroyer185 on youtube for the launcher files.
    bloodraptor (Mohammad) for the tutorial.

    NOTE: Do not use minecraft_server.jar from minecraft.net you do not need it at all.

    I posted this because of all the people having trouble here.
    I know theres this tut http://forums.bukkit.org/threads/how-to-install-bukkit-newb-friendly.245/
    But that didnt work for me so I posted this...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 15, 2016
  2. Offline

    DIENER

    This .bat is better because it detect if you have 32 or 64bit.
    Code:
    @ECHO OFF
    COLOR 0A
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-SNAPSHOT.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-SNAPSHOT.jar"
    PAUSE
    
    COLOR 0A = Just me wanting another text color remove if you don't like green.
    -Xincgc = Uses less ram and improve server stability.
     
  3. Offline

    Plague

    What is the ~dp0 variable? I think ti could mean home/Desktop but that's just a hunch.
     
  4. Offline

    Mohammad

    BTW U can rename craftbukkitsnapshot to craftbuikkit but you have to do same with the file o course.
     
  5. Offline

    DIENER

    Run this bat and you will see the difference.
    Code:
    @echo off
    echo this is %%cd%%  %cd%
    echo this is %%~dp0 %~dp0
    pause
    It is not needed but why not.
    Code:
    this is %cd%  C:\Users\DIENER\Desktop
    this is %~dp0 C:\Users\DIENER\Desktop\
     
  6. Offline

    Plague

    I'ts hard to run a bat from a bash shell you know :)
     
  7. Offline

    TnT

    Code:
    C:\Users\TnT>echo this is %%cd%%  %cd%
    this is %C:\Users\TnT%  C:\Users\TnT
    
    C:\Users\TnT>echo this is %%~dp0 %~dp0
    this is %%~dp0 %~dp0
     
  8. Offline

    z3r0x1

    I'm getting an error. When I type localhost in the multiplayer box, it give me a error: Connection refused.
    I have tried it with the server-ip in blank and writed, in online-mode:true and false. And portforward is Okay. The bat runs normally and the server loads normally. I don't know what is the problem. I will appreciate if anyone can help me.
    Thanks,
     
  9. Offline

    Plague

    Try not using bukkit to test it.
     
  10. Offline

    Jandalf

    sure that the portforeward is ok? because that is an typecally error when the server isnt online
     
  11. Offline

    z3r0x1

    yess it is!
     
  12. Offline

    Mohammad

    The server should work even without port forwarding for you the host so its something else.
    make sure ur online mode is true and that everything is working properly.
    Try testing it with a vanilla server first.
     
  13. Offline

    z3r0x1

    vanilla server¿?
     
  14. Offline

    Jandalf

    the standart minecraft server from minecraft.net
     
  15. Offline

    z3r0x1

    Ohm, xd im lost-.-
     
  16. Offline

    AK1TTEN

Thread Status:
Not open for further replies.

Share This Page