Things a restart plugin should have

Discussion in 'Bukkit Discussion' started by aidan matzko, Jun 3, 2011.

?

Would you use a plugin to restart your server?

Yes 7 vote(s) 50.0%
No 7 vote(s) 50.0%
  1. Offline

    tips48

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So im releasing a restart plugin today, my question is are there any last minute features i should add?
    Features
    • Full restarts
    • Multi OS
    • Automatic restarts
    • Restarts when the server is empty
    • Permissions
    • Commands are /restart, /schedulerestart, /kickall, /resettimers
    • Compatible with any toolkit, GUI, or wrapper!
  2. Offline

    RoGER.ONeill

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Not really, a simple Startscript does the Trick for me.

    On Windows (start.bat)
    Code:
    :new
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    goto new
    On Linux (start.sh):
    Code:
    while [ 1=1 ]
        do java -server -Xms256M -Xmx1261M -jar craftbukkit.jar nogui
    done
  3. Offline

    tips48

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes but this will be configurable, have options like automatic restarts every x amount of time, restart when there are no players on the server, so on so forth ;)
  4. Offline

    RoGER.ONeill

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I guess some People that dont have any deep knowledge on Linux/Windows would certainly appreciate it.
    But I'll stick with a complete Cronjob Rootserver-restart, at 5:55 o' Clock.
  5. Offline

    tips48

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    haha ok
  6. Offline

    ichingpow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I use MC Sheller and tried Cron but couldn't get it to work xD

    It would run "/mc.sh restart" once every 6 hours...
  7. Offline

    sillyrosster

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

    sillyrosster

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

    tips48

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Topic changed, check the op one more time please ;)
  10. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What's the plugin name, I want it.
  11. Offline

    Phaedrus

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

    tips48

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

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes release today =D
  14. Offline

    tips48

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i've been kinda busy, should be on later though to put it on. before i do, i want to look into one more config option...
  15. Offline

    sillyrosster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Name, so that I know it when it's released.. Lol?
  16. Offline

    iffa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Interesting indeed. Spam me on IRC when it's out.
  17. Offline

    tips48

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

    tips48

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

    sillyrosster

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

    tips48

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

Share This Page