[ADMN] ServerReloader - Reload your server's plugins with timer [1060-1337]

Discussion in 'Inactive/Unsupported Plugins' started by kmccmk9, May 27, 2011.

  1. Offline

    kmccmk9

    ServerReloader - Reload your server's plugins with timer:

    Moved to Bukkitdev

    Version: v0.5

    This plugin will reload your server's plugins on an interval or an pre-defined loop. A user with the permission serverreloader.admin or an Op can reload the server. You can also use the default built in permissions system, use the same permission as above.

    Features:
    • Reloads server
    • Countdown
    • Ability to auto reload
    • In game command to turn auto reload on or off

    Commands: (open)

    /serverreload <time in minutes> - Initiates the countdown.
    /serverreload autorelaod <true/false> - Turns AutoReload on or off.
    /serverreload help - Displays help file for ServerReloader

    Permissions: (open)

    'serverreloader.admin' - Whoever has this permission will be allowed to issue the reload command!

    Settings File: (open)

    You may edit the settings file to change between auto reload and normal reload. A in game command will be coming.
    autoreload = true/false: true enables auto reload, false enables normal reload.
    time = time in minutes: set time in minutes for auto reload. Only works if auto reload in enabled


    Big thanks goes out to Paah for their help with the autoreloading.
    Changelog:
    Version 0.5
    • Updated for craftbukkit #1060
    • Added in game autorelaod command
    Version 0.4

    • Updated for craftbukkit #1000
    • Works with default built in permissions system
    Version 0.3

    • Allows for auto reload
    Version 0.2

    • Made the plugin op competant
    Version 0.1

    • Releasing plugin
    Todo:

    • Add user configurable messages
    • Clean up code and patch some holes
    • Link true/false command to the properties file
    • Allow for auto reload
    • In game Auto reload enable/disable commands
    • Make the plugin Op competent
    • Add Unlimited number of configurable alert times
    • Broadcast "Reload Complete"
     
  2. Offline

    Sevennemesis

    cool! i'm impatient! :p, your plugin is useful for my server:)
     
    kmccmk9 likes this.
  3. Offline

    Wiinick

    It needs an exception list to skip a plugin to reload.
     
  4. Offline

    kmccmk9

    Unfortunately I have yet to find away to reload specific plugins
     
  5. Offline

    Wiinick

    NUUUUUUUUUUUUUUU, why not do a scan of available plugins (end with .jar) and compare with a database, and if two names collide, skip it. Somehow u can get the code from bukkit updater-outdated plugin
     
  6. Offline

    kmccmk9

    I will certainly look into this. Thanks for the recommendation!
     
  7. Offline

    Wiinick

    Glad to have helped, getting this to work will be a hit for servers with spout, when u reload it gives an error about 5 min of scrolling worth.
     
  8. Offline

    taggywaggy10

    Thank you so much good sir, <3. i couldn't find a plugin like this for a long time. You sir, can have a cookie :3 [​IMG]
     

Share This Page