Thread: Bukkit

Results 1 to 2 of 2
  1. #1
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired

    Bukkit

    I am having problems on how to do it. I want plugins for my server and I have no idea how to do it
    Can someone tell me?

  2. #2
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    1. Download CraftBukkit's latest recommended build.
    2. Put the .jar in the desired directory
    3. Open notepad and type:
    Code:
    @EcHo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Note: If you are running java in 32bit mode on a 64bit machine, change %ProgramFiles% to %ProgramFiles(x86)%

    4. Save the document as RUN.bat (not as a .txt)
    5. Double Click RUN.bat and you're away!
    6. When you're done toying, issue "stop" command in console.

    For cracked you do the same thing, just you must set in the server.properties the online mode to false and copy your hamachi ip for the ip.

    Then you just download plugins and put them into the plugin folder.
    Last edited by candyface; 04-23-2011 at 02:55 AM.