Build 37 Changelog (requires config.yml additions):
Addition: You can now configure commands to be run x seconds after the server booted. Please note that those commands can only be timed ones and therefore need to follow the interval-based command format.
Fix: Fixed the possibility of an NPE regarding the update checker.
Configuration additions:
Code:settings: commandsAfterReboot: - '[time:15] broadcast this will execute 15 seconds after server startup' - '[bungee:30] command to be executed via bungee 30 seconds after server startup'
Build 36c Changelog (Small Patch):
Fix: The reload command will now re-cache restart commands and a bunch of other configuration values that should refresh when reloading.
Fix: Fixed a small color error within the version message.
Other: BGHDDevelopment made a nice showcase/tutorial on the resource, check it out here!
Build 36b Changelog:
Hotfix: This fixes an async command execution error that pops on some forks of older versions of Spigot.
Build 36 Changelog (Look at the bottom for config.yml additions):
Addition: You can now create interval-based commands (execute x seconds before restart). (e.g '[time:10] time set day' will set the time to day 10 seconds before the restart).
Addition: You can now create interval-based bungee commands. (e.g '[bungee:5] send skyblock lobby', will send skyblock players to the lobby 5 seconds before the restart).
Addition: Added update notifications toggle in config.yml
Change: Changed update notifications format.
Config Additions:
Code:updates: notifications: true
Build 35 changelog:
- You can now run bungee commands, the passthrough plugin is required to be installed on your bungee server in order for this to work. Read through the resource page to find out how to use this new feature, there's also a detailed example in the default configuration.
- There is now a 3 second delay between each bukkit command, this change has been made so bungee has time to react in case you have bungee commands configured.
- The actionbar handler has been changed to a more efficient one.
Build 34 changelog:
- Removed some old and obsolete code that would rarely cause a nullpointer when using the "/ar now" command.
- Removed the configuration section where you can edit the ticks of the task, this is no longer needed because the new system (from Build 31) fixes everything related to ticks.
Build 33 changelog: RESET YOUR CONFIGURATION FOR THIS UPDATE.
- Completely recoded the reboot tasks, there are no longer interval reboots or specific reboots but reboot entries that allow you to create infinite entries for a specific day, hour and minute (e.g "Friday;23;00").
- Revamped most of the configuration, all default messages are now much cleaner. Useful notes have been added to the configuration as well.
- Fixed an issue that would not parse chat colors in the "requestWhileNoAutoReboot" string.
- Placeholders in the configuration have been changed to cleaner format (%interval% to $interval).
