Build 32 changelog:
- As per request, I have added the ability to play sounds at specific intervals. Just add the code below to your configuration section. Make sure to use sound names that are appropriate for your server version.
- Fixed a small formatting error in the version check message.
Code:settings: soundsEnabled: true sound: ENTITY_PLAYER_LEVELUP soundAtIntervals: - '18000' - '14400' - '10800' - '7200' - '3600' - '1800' - '900' - '600' - '60' - '50' - '45' - '30' - '5' - '4' - '3' - '2' - '1'
Build 31 changelog:
- Replaced the old/deprecated task handler with a new one, which is much more efficient and should solve the rare timer issues on earlier builds.
- You can no longer edit the version message, instead, you get a much more informative message.
- Added "/uar", "ultimateautorestart" aliases.
Build 30 Changelog:
- Fixed an issue with Spigot's old update check API. You will no longer receive false update messages.
Build 29 Changelog:
- You can now use /ar version to check which version you're running on.
- A new permission has been added (uar.version)
- Add the following code to your configuration.
Code:versionCheck: - '' - '&eUltimateAutoRestart is running on &a&n%version%&r&e!' - ''- If there is an update available it'll send a message to the console as well as a message to opped players when they join the server.
- Added an option that allows you to change the countdown speed by modifying the task's ticks.
Note: (Add to configuration or this update will not work)
Code:# The ticks option will either decrease the cooldown quicker or faster, edit this value only if your server makes the # counter go down really quick or really slow. 20 Ticks = 1 Second patches: ticks: 20
- Fixes an issue that would force a space between hours/minutes/seconds in the interval format.
- Fixes an issue that would not start an interval if a specific restart time was set to a time later than the current time.
- Fixes an issue that would not display the interval seconds in the console debug message when using the specific restart option.
