CraftBukkit Automatic Installer (Iridium Server Manager)

Discussion in 'Bukkit Tools' started by ImminentFate, Jul 16, 2011.

  1. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no, just rename the downloaded file to craftbukkit.jar and it will work with the run.bat that came with the installer.
    Or, I recommend downloading and using the newest installer. It fixes these issues.
  2. Offline

    saromon50

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    works great now thinks!
  3. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no problem :D
  4. Offline

    amerrycan115

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ive used your installer since mc 1.1 and its worked great... but recently I decided to get rid of all plugins and update with the auto installer. but after i uninstalled the last craftbukkit with the uninstaller and downloaded the new installer and run it it seems to run fine but i cant connect to it. I know its not a port forwarding problem because if i run it as an administrator it works.

    This post has been edited 1 time. It was last edited by amerrycan115 Jun 21, 2012.
  5. Offline

    xShadowShootx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hi i need some help i dont get whats going wrong with my server pls can somone help

    [IMG]


    EDIT: somehow it fixed itselve ?!?...

    This post has been edited 1 time. It was last edited by xShadowShootx Jun 26, 2012.
  6. Offline

    Mooman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What would happen if the developers should stop updating the program? Would it work indefinitely? Or would it stop working and I'll never be able to update bukkit again? (without doing the whole process manually)
  7. Offline

    Sherlock990

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i cant use any commands in the console!
    i type a command but nothing happens,it says unknowen command even if i type /kick xxx..
    help?
  8. Offline

    luckybucky98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    WHEN I DOWNLOAD IT THERE IS NO OPERATOR PANEL
  9. Offline

    luckybucky98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I SERIUSLY NEED THE OPERATOR PANEL PLEASE HELP
  10. Offline

    trotta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i open it and it says perhaps another server is running on that port, i dont know why and its not working. please help
  11. Offline

    hellhound93

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i had a issue where once i clicked stop to stop the server it would restart it a 2nd time. i found a way to stop this and thought i share. its simple but i thought it might be a nice addition to add to the future copy of the batch script.

    Code:
    @ECHO OFF
    :CHECK
    :: Determines Java Location.
    if exist "C:\Program Files\Java\jre7\bin\java.exe" GOTO EXECUTE1
    if exist "C:\Program Files\Java\jre6\bin\java.exe" GOTO EXECUTE2
    if exist "C:\Program Files (x86)\Java\jre7\bin\java.exe" GOTO EXECUTE3
    if exist "C:\Program Files (x86)\Java\jre6\bin\java.exe" GOTO EXECUTE4
    else GOTO EXECUTE5
     
    :: Executes CraftBukkit based on Java Location
     
    :EXECUTE1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE5
    java -Xincgc-Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :end
    PAUSE
    by adding "goto end" after each entry instead of it continuing down the line and restarting me all the time it ends up going to the end lol
  12. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Good idea, will add
  13. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Did you actually download the one that says installer + operator panel?
  14. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It will work indefinitely. When you update bukkit from the panel, it gets the latest versions straight off the bukkit website.
  15. Offline

    Micmager

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've read most of the pages on this thread (yes all 82 pages) last night because I was having an issue with the server not running because of RAM issues. I found the problem and corrected it and my wife and I played for a few hours last night after I managed to fix the problem. However today when I try to log in again it told me that it couldn't verify my username. I tried on my wife's account and got the same error message. Could you provide any insight as to what the problem might be?
    Java 6 windows 7 64 bit and if you need any other information I'll gladly send you what I deem pertinent to the investigation of this problem.

    This post has been edited 1 time. It was last edited by Micmager Jul 3, 2012.
  16. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Considering it worked the first time, I believe you had to select "play offline" at the login screen this time round? The minecraft servers are probably down. You can temporarily get around this issue by opening the server.properties file (in your server folder) and setting "online-mode" to false. Or you can wait until minecraft's servers are back up
  17. Offline

    UnknownMiko

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I saw two plugins folder.. which one do I put in the plugins?
    one was in update -> plugins
    and there was another folder with plugins..
    but thenI put one plugin in the folder that said plugins, but after I close and reopen the server it did not let me back in and such... so I deleted it and re-download the craftbukkit, and it finally worked again, I am having some problems. :(
  18. Offline

    Agust1337

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I keep getting the same error over and over again, no matter if I change the ports...
    Edit:
    Btw, I'm using a Thomson SpeedTouch 585 v6
    182 recipes
    27 achievements
    20:00:16 [INFO] Starting minecraft server version 1.2.5
    20:00:16 [INFO] Loading properties
    20:00:16 [INFO] Starting Minecraft server on *MYEXTERNALIP*:25565
    20:00:16 [WARNING] **** FAILED TO BIND TO PORT!
    20:00:16 [WARNING] The exception was: java.net.BindException: Cannot assign requ
    ested address: JVM_Bind
    20:00:16 [WARNING] Perhaps a server is already running on that port?

    This post has been edited 3 times. It was last edited by Agust1337 Jul 3, 2012.
  19. Offline

    Hurrix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  20. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    try restarting your computer, it might help.
  21. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    okay, open up your batch file (craftbukkit starter.bat) and find where it says "java".
    where you see that, change it to the path of java.exe on your computer. Could be something like "C:\\Program Files\Java\jre6\bin\java.exe"
    Make sure you use quotes
  22. Offline

    Hurrix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    im still kinda confused i have the right path i think...
  23. Offline

    Hurrix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE4 that is the line of code your telling me to look at right?
  24. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    just replace your entire batch file with this:
    PHP:
    @ECHO OFF
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    PAUSE
  25. Offline

    Hurrix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    new error lol sorry WTF3.png
  26. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    seems like your computer really hates you :p
    okay, what you have to do now is download craftbukkit.jar again, either from my operator panel or from dl.bukkit.org. Then you may or may not have to download java again.
  27. Offline

    Omnitv

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So this is where you have been all this time....
    nice tool, and w/ one million clicks you must be buzzy.
  28. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    haha, thanks, and no, I've actually been on holiday, in a four star hotel that charges $30 for 500mb of internet data over a 24 hour period. So i had no internet for a week and a half.
  29. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    glad it fixed itself, but you know, there is a screenshot button on your computer?
    Its the button on your keyboard that says "Print Screen" or "PRTSC"
    easier than using a camera :p
  30. Offline

    Omnitv

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sweet... with a dame I hope?

Share This Page