[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

    Garninc580

    will this be updated to bukkit 1000?
     
  3. Offline

    kmccmk9

    Most likely it will already work, but because I'm on vacation I can't work on this plugin.
     
  4. Offline

    Aina

    It work on CB 1000, but commands don't work. ;)

    I would like to reload only one plugin or all except one, it is possible ?
     
  5. Offline

    kmccmk9

    Thanks well I will be returning from vacation tomorrow. I will be doing a refresh on all my plugins. I appreciate the patience.
     
  6. Offline

    kmccmk9

    Just updated the plugin to work with craftbukkit #1000. New features include the ability to use the built in permissions system.
     
  7. Offline

    seedorfj

    Hi, I love this plugin but I have one problem, today, all the time I have had errors where my server stops, I have never been on, but I get the normal message "press any key to continue..." It always happens after or during a reload, from this most recent one it looks like it is just as it goes from disabling all the plugins to enabling them.
    here is what I got from the log, If you need more, I can email the whole log and tell you when the thing happend
    2011-08-05 21:14:41 [INFO] <*Console*>: Server Reloading in 10 seconds
    2011-08-05 21:14:56 [INFO] <*Console*>: Server Reloading
    2011-08-05 21:14:56 [INFO] [BananaChunk] version 4.6 is disabled!
    2011-08-05 21:14:56 [INFO] [BukkitUpdater] version 0.2.6 disabled.
    2011-08-05 21:14:56 [INFO] [ChestShop] version 3.00 BETA 6 shutting down!
    2011-08-05 21:14:56 [INFO] FalseBookBlock v0.86.2alpha by GeMo disabled
    2011-08-05 21:14:56 [INFO] FalseBookCart v0.86.2alpha by GeMo disabled
    2011-08-05 21:14:56 [INFO] FalseBookChat v0.86.2alpha by GeMo disabled
    2011-08-05 21:14:56 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo disabled!
    2011-08-05 21:14:56 [INFO] FalseBookExtra v0.86.2alpha by GeMo disabled
    2011-08-05 21:14:56 [INFO] FalseBookIC v0.86.2alpha by GeMo disabled
    2011-08-05 21:14:56 [INFO] [Giant Trees] version 0.3.3 is disabled
    2011-08-05 21:14:56 [INFO] <GroupSpawn> GroupSpawn disabled
    2011-08-05 21:14:56 [INFO] [iChat] iChat Disabled
    2011-08-05 21:14:56 [INFO] [iConomy] Plugin disabled.
    2011-08-05 21:14:56 [INFO] [ChestShop] Economy plugin disabled!
    2011-08-05 21:14:56 [SEVERE] Error occurred while disabling Jail v1.2.2 (Is it up to date?): null
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.Jail.onDisable(Jail.java:79)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:273)
    at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:301)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:329)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at com.kmccmk9.ServerReloader.ServerReloader$3.run(ServerReloader.java:111)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 21:14:56 [INFO] Lockette: Closing all automatic doors.
    2011-08-05 21:14:56 [INFO] Log version 0.6: Shutting down.
    2011-08-05 21:14:56 [INFO] Log version 0.6: Unloaded.
    2011-08-05 21:14:56 [INFO] [PermissionsEx] v1.13 disabled successfully.
    2011-08-05 21:14:56 [INFO] PvPToggle Disabled
    2011-08-05 21:14:56 [INFO] ServerReloader has been disabled.
    2011-08-05 21:14:56 [INFO] SimpleSave: Powered down
    2011-08-05 21:14:56 [INFO] [SphereWorld] Disabled
    2011-08-05 21:14:56 [INFO] Voter has been disabled.
    2011-08-05 21:14:56 [INFO] WorldGuard 5.2.2 disabled.
    2011-08-05 21:14:56 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:56 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:56 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:56 [INFO] [iChat] Permissions plugin lost.
    2011-08-05 21:14:56 [INFO] LWC: Freeing SQLite
    2011-08-05 21:14:56 [INFO] [Factions v1.3.6] Disabled
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds] Configuration saved.
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds] World Configuration saved: sphere
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds] World Configuration saved: world_nether
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds] World Configuration saved: world
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds] Detached from Permissions plugin.
    2011-08-05 21:14:56 [INFO] [WormholeXTremeWorlds][v0.505] Successfully shut down iteself and unlinked supported plugins.
    2011-08-05 21:14:56 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-05 21:14:56 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-05 21:14:56 [INFO] [PermissionsEx] sql backend registered!
    2011-08-05 21:14:56 [INFO] [PermissionsEx] file backend registered!
    2011-08-05 21:14:56 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-08-05 21:14:56 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-05 21:14:56 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-05 21:14:57 [INFO] [PermissionsEx] p2compat backend registered!
    2011-08-05 21:14:57 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-08-05 21:14:57 [INFO] LWC: Loading shared objects
    2011-08-05 21:14:57 [INFO] LWC: Protection cache: 0/10000
    2011-08-05 21:14:57 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-08-05 21:14:57 [INFO] [PermissionsEx] Initializing file backend
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds][v0.505] Startup in progress ...
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds] Config Loaded
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds] World Config Loaded: sphere.xml
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds] World Config Loaded: world.xml
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds] World Config Loaded: world_nether.xml
    2011-08-05 21:14:57 [INFO] [WormholeXTremeWorlds][v0.505] Loading ompleted
    2011-08-05 21:14:57 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-08-05 21:14:57 [INFO] [BukkitUpdater] Found and will use plugin Permissions v2.7.7
    2011-08-05 21:14:57 [INFO] [BukkitUpdater] version 0.2.6 enabled.
    2011-08-05 21:14:57 [INFO] [ChestShop] version 3.00 BETA 6 initialized!
    2011-08-05 21:14:57 [INFO] [ChestShop] iConomy 5 loaded.
    2011-08-05 21:14:57 [INFO] [ChestShop] Permissions version 2.7.7 loaded.
    2011-08-05 21:14:57 [INFO] [ChestShop] LWC version 3.31 loaded.
    2011-08-05 21:14:57 [INFO] [ChestShop] Lockette version 1.3.8 loaded.
    2011-08-05 21:14:57 [INFO] CommandBook 1.5.2-customized enabled.
    2011-08-05 21:14:57 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-08-05 21:14:57 [INFO] CommandBook: 16 banned name(s) loaded.
    2011-08-05 21:14:57 [INFO] CommandBook: 3 kit(s) loaded.
    2011-08-05 21:14:57 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:57 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-08-05 21:14:57 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-08-05 21:14:57 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-08-05 21:14:57 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-08-05 21:14:57 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-08-05 21:14:57 [INFO] FalseBookChat v0.86.2alpha by GeMo enabled
    2011-08-05 21:14:57 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-08-05 21:14:57 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-08-05 21:14:57 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-08-05 21:14:57 [INFO] [Giant Trees] version 0.3.3 is enabled
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command zeus.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command godmode.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command jesus.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command die.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command slay.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command maim.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command inferno.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command superjump.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command gaia.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command heal.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command godpowers.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command vulcan.
    2011-08-05 21:14:57 [INFO] [GodPowers] Successfully registered command vulcan.
    2011-08-05 21:14:57 [INFO] godPowers version 2.0 is enabled!
    2011-08-05 21:14:57 [INFO] [GodPowers] Permissions detected. Now using permissions.
    2011-08-05 21:14:57 [INFO] <GroupSpawn> GroupSpawn 1.1 is on.
    2011-08-05 21:14:57 [INFO] iChat (v2.3.1) enabled
    2011-08-05 21:14:58 [INFO] [iConomy] Logging is currently disabled.
    2011-08-05 21:14:58 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-05 21:14:58 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-05 21:14:58 [INFO] [Jail] Loaded 1 jail zones.
    2011-08-05 21:14:58 [INFO] [Jail] Loaded 3 prisoners.
    2011-08-05 21:14:58 [SEVERE] Error occurred while enabling Jail v1.2.2 (Is it up to date?): null
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.JailCell.setTeleportLocation(JailCell.java:91)
    at com.matejdro.bukkit.jail.InputOutput.LoadCells(InputOutput.java:284)
    at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:101)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at com.kmccmk9.ServerReloader.ServerReloader$3.run(ServerReloader.java:111)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 21:14:58 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.0)
    2011-08-05 21:14:58 [INFO] Lockette: Detected craftbukkit build [953] ok.
    2011-08-05 21:14:58 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-08-05 21:14:58 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:58 [INFO] [iChat] Found Permissions (v2.7.7)
    2011-08-05 21:14:58 [INFO] [iConomy] hooked into Permissions.
    2011-08-05 21:14:58 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    2011-08-05 21:14:58 [INFO] Lockette: Using ops file for admin permissions.
    2011-08-05 21:14:58 [INFO] Lockette: Ready to protect your containers.
    2011-08-05 21:14:58 [INFO] Log version 0.6: Loaded.
    2011-08-05 21:14:58 [INFO] Log version 0.6: Events initialised successfully.
    2011-08-05 21:14:58 [INFO] Log version 0.6: Data loaded successfully.
    2011-08-05 21:14:58 [INFO] Log version 0.6: Permission system detected.
    2011-08-05 21:14:58 [INFO] [MYHOME]: 14 homes loaded
    2011-08-05 21:14:58 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.7
    2011-08-05 21:14:58 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-08-05 21:14:58 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-08-05 21:14:58 [SEVERE] Error occurred while enabling PermissionsEx v1.13 (Is it up to date?): org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    at ru.tehkode.permissions.bukkit.BukkitPermissions.collectPermissions(BukkitPermissions.java:89)
    at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:59)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:87)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at com.kmccmk9.ServerReloader.ServerReloader$3.run(ServerReloader.java:111)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 21:14:58 [INFO] [PvPToggle] Loading...
    2011-08-05 21:14:58 [INFO] [PvPToggle] found and loaded world world
    2011-08-05 21:14:58 [INFO] [PvPToggle] found and loaded world world_nether
    2011-08-05 21:14:58 [INFO] [PvPToggle] found and loaded world sphere
    2011-08-05 21:14:58 [INFO] [PvPToggle] Permissions system detected!
    2011-08-05 21:14:58 [INFO] [PvPToggle] Enabled!
    2011-08-05 21:14:58 [INFO] ServerReloader has been enabled.
    2011-08-05 21:14:58 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    2011-08-05 21:14:58 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    2011-08-05 21:14:58 [INFO] SimpleSave: Current save interval is 10 minute(s)
    2011-08-05 21:14:58 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    2011-08-05 21:14:58 [INFO] SimpleSave: 3.22 Initialized
    2011-08-05 21:14:58 [INFO] SimpleWarp v1.1.0 has been enabled
    2011-08-05 21:14:58 [INFO] Created / Loaded Spheres: 1486
    2011-08-05 21:14:58 [INFO] [SphereWorld] version 0.5 is enabled!
    2011-08-05 21:14:58 [INFO] [SphereWorld] Loaded
    2011-08-05 21:14:58 [INFO] Voter has been enabled.
    2011-08-05 21:14:58 [INFO] WorldEdit 4.6 enabled.
    2011-08-05 21:14:58 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:58 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world) Single session is enforced.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-08-05 21:14:58 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-08-05 21:14:58 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-08-05 21:14:58 [INFO] WorldGuard: (sphere) Single session is enforced.
    2011-08-05 21:14:58 [INFO] WorldGuard: (sphere) TNT ignition is PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (sphere) Lighters are PERMITTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: (sphere) Lava fire is blocked.
    2011-08-05 21:14:58 [INFO] WorldGuard: (sphere) Fire spread is UNRESTRICTED.
    2011-08-05 21:14:58 [INFO] WorldGuard: Loaded configuration for world 'sphere"
    2011-08-05 21:14:59 [INFO] WorldGuard: 10 regions loaded for 'world'
    2011-08-05 21:14:59 [INFO] WorldGuard 5.2.2 enabled.
    2011-08-05 21:14:59 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    2011-08-05 21:14:59 [INFO] [ChatManager] ChatManager disabled!
    2011-08-05 21:14:59 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
    2011-08-05 21:14:59 [INFO] [Modifyworld] Modifyworld disabled!
    2011-08-05 21:14:59 [INFO] LWC: Loaded 135 locale strings (0 overrides)
     
  8. Offline

    Smidds

    Hi im just curious about the Plugin Document (I've decided to use Notepad++). It tells me "Time=5", but what is the unit? Seconds? Minutes? Hours? Or maybe I'm thinking of it the wrong way. Is that merely how long it will be from the moment you say the command "serverreload" to when the server actually reloads?
    ~~Edit~~
    What i meant in the first portion of that is, Will the server be able to reload on it's own? At a set period of time? Like, lets say I want my server to reload every, oh, 2 hours. Is that what the "Time=5" is for?
     
  9. Offline

    i ThRoW sToNeZx

    Is there a way to instead of set a time, to instantly reload with a command?
     
  10. Offline

    kmccmk9

    I would say your problem is with the Jail plugin. Try disabling/removing the jail plugin and see if that fixes your problem.

    Yes time=n where n is your number of minutes. But you also have to change the auto reload to true.

    Yes the server has a built in /reload command.
     
  11. Offline

    seedorfj

    Thanks! yet again awesome plugin

    @kmccm9
    Hey, It happened again :( I removed the jail one
    But It wasn't during a reload, it was during an auto save so that's a load off your mind

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  12. Offline

    kmccmk9

    So you received an error during reload?
     
  13. Offline

    cheezyandweezy

    can u make it able to edit the message it says when u reboot? in the config?
     
  14. Offline

    kmccmk9

    I have officially added that to the todo list.
     
  15. Offline

    cheezyandweezy

    thanks bro!
     
    kmccmk9 likes this.
  16. Hello^^

    I'm constantly getting "an error occured while attempting to perform this command"

    I'm sick an tired of my plugins doesnt work every 3rd. min so i have to manually type /reload all, all the time..

    If this works i would be gratefull..

    But how can i get by this "error message"
     
  17. Offline

    DeathmannX

    Can you udate the plugin to 1060? :)
    NICE WORK!
     
  18. Offline

    kmccmk9

    Can you please post your server log?

    Thank you for the positive feedback. I will have an updated version posted by tomorrow afternoon.
     
  19. Offline

    seedorfj

    Nope, During an AutoSave, Lucky You :) I think it is when both the save and reload happen simultaneously. So when it is trying to reload and then the save thing gets shut off it causes a problem, could you allow us to maybe remove reloaded pluggins.
     
  20. Offline

    DeathmannX

    Is it possible to change the autoreload message or turn it off? :)
     

  21. C:\Users\dingo\Desktop\Online\Minecraft-server>java -Xmx1024M -Xms1024M -jar cra
    ftbukkit-0.0.1-SNAPSHOT.jar nogui
    151 recipes
    16 achievements
    21:45:35 [INFO] Starting minecraft server version Beta 1.7.3
    21:45:35 [INFO] Loading properties
    21:45:35 [INFO] Starting Minecraft server on *:25565
    21:45:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-977-
    g9425972-b1056jnks (MC: 1.7.3)
    21:45:35 [SEVERE] Could not load 'plugins\BlockDoor.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:64)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    21:45:35 [INFO] MLog clients using java 1.4+ standard logging.
    21:45:35 [INFO] Preparing level "world"
    21:45:35 [INFO] Preparing start region for level 0 (Seed: 3711947927513082221)
    21:45:36 [INFO] Preparing start region for level 1 (Seed: -8655823168618813355)
    21:45:36 [INFO] Preparing spawn area: 48%
    21:45:36 [INFO] AntiHack version 2.1 is enabled without permissions!
    21:45:36 [INFO] BouncyBeds version 1.2 is enabled!
    21:45:36 [INFO] ChestLock 1.1 is enabled!
    21:45:36 [INFO] Indlµste Essentials byg 2.5.6 af [Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology]
    21:45:36 [INFO] Indlµste EssentialsChat byg 2.5.6 af essentials team
    21:45:36 [INFO] Indlµste EssentialsGeoIP byg 2.5.6 af essentials team
    21:45:36 [INFO] This product includes GeoLite data created by MaxMind, available
    from http://www.maxmind.com/.
    21:45:36 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    21:45:37 [INFO] Indlµste EssentialsProtect byg 2.5.6 af essentials team
    21:45:37 [INFO] Indlµste EssentialsSpawn byg 2.5.6 af essentials team
    21:45:37 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.
    0)
    21:45:37 [INFO] Lockette: Detected craftbukkit build [1056] ok.
    21:45:37 [INFO] Lockette: Using ops file for admin permissions.
    21:45:37 [INFO] Lockette: Ready to protect your containers.
    21:45:37 [INFO] Loading [QuickSave(v0.1)]...
    21:45:37 [INFO] Loading [Config.txt]...
    21:45:37 [INFO] Protect = true
    21:45:37 [INFO] ServerReloader has been enabled.
    21:45:37 [INFO] Permission system not detected, defaulting to OP
    21:45:37 [INFO] [SetRank] Booting...
    21:45:37 [INFO] [SetRank] Permissions system not detected!
    21:45:37 [INFO] [SetRank] The plugin will be deleted as soon as the server goes
    offline!
    21:45:37 [INFO] [SetRank] Done!
    21:45:37 [INFO] [SpawnMob] Permission system not detected! Please go into the Sp
    awnMob.properties and set use-permissions to false.
    21:45:37 [INFO] [SpawnMob] Please go into the SpawnMob.properties and set use-pe
    rmissions to false.
    21:45:37 [INFO] [SpawnMob] Using ops.txt!
    21:45:37 [INFO] TeleporterBlocks has been enabled!
    21:45:37 [INFO] Unlimited Health v1.3 enabled!
    21:45:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
    21:45:37 [INFO] Done (0,199s)! For help, type "help" or "?"
    >

    I'm kinda new to this, so all help would really be appreciated..! ^^

    Thx..
     
  22. Offline

    kmccmk9

    Auto reload can be turned off, and I am working on custom messages right now.

    Your error seems to be coming from BlockDoor.jar. Try removing that...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    DeathmannX likes this.
  23. Still doesnt work, same error message.. :(
     
  24. Offline

    DeathmannX

    I'm mean is it possible to display no message and not to turn off the autoreload. ;-)
     
  25. Offline

    kmccmk9

    At the moment, no but once I release custom messages it will. And yes autoreload can be turned off by editing the file generated. In the next release I will include in game commands to switch auto reload on and off.

    Only when issuing the command?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    DeathmannX likes this.
  26. Yeah it does not start by automatic...
    So i type /serverreload 5 or 10 or 50

    But the error comes up nomatter what
     
  27. Offline

    kmccmk9

    Ok can you post the server log where you enter the command? Also, what CB are you running?
     
  28. Offline

    optimisten

    Great plugin, but really annoying that i has to warn everyone about the coming reload (or am I wrong?).

    If there is anything I can do to prevent it from broadcasting the time until reload and when it is reloading, I'd appreciate someone telling me... :)
     
  29. Offline

    kmccmk9

    Well I will be releasing a version that allows custom messages...which theoretically you could leave all blank and then you would see no message.

    Plugin has been updated to work with latest CB and I will be updating it shortly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  30. Offline

    optimisten

    Great! Do you know how long it will go before it's ready? Days, weeks, months?

    Thx for quick reply!
     
  31. Offline

    kmccmk9

    Well, if I'm lucky all of my plugins will be updated within today.

    Well unfortunately, for some reason...my file is damaged beyone repair. Even after restoring to the working version I get internal errors. I have no idea what is going wrong, I'm tired and super annoyed so it will have to wait until tomorrow. I'm sorry.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016

Share This Page