UPDATE: Build 52
• Addition: Support for 1.18.2.
• Addition: Option to strip colors from console messages.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51g
• Fix: Webhooks not supporting UTF-8 encoding.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51f
• Fix: Patch to fix Spigot's SnakeYAML comment spam issue.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51e
READ ME:
• Change: Find new permissions
here. Populated plugins.yml with permissions, which allows for plugins like LuckPerms to properly tab-complete permissions.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51d
• Hotfix: Not being able to delete webhook fields.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51c
• Hotfix: Webhooks not loading in correctly. Sorry for the inconvenience of having to update so often.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51b
• Hotfix: Configuration sections resetting when they shouldn't.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51a
• Hotfix: Menu showing when executing some commands.
• Hotfix: Menu not showing when executing unknown commands.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 51
• Fix: Users without permissions able to view tab completions for UAR.
• Addition: Menu improvements (clickable commands, etc.)
• API: API has been overhauled entirely (some fixes too), check
here.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 50a
• Fix: Unable to add/remove embed fields for webhooks.
• Fix: Missing tab complete for delay command.
• Fix: SERVER_BACK_UP webhook not working.
• Addition: Debug command to test webhooks (/ar debug). Check
wiki for more info.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 50
• Addition: Fallback server feature for
UARBP (disabled by default).
• Change [API]: UAR's API is now available for Maven/Gradle, etc. Check main thread.
• Change [API]: Previous UltimateAutoRestartDelayEvent is now called UltimateAutoRestartAutoDelayEvent which is fired when the restart gets automatically delayed due to online players.
• Change [API]: New UltimateAutoRestartDelayEvent which is fired whenever the delay command is used.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 49
I would like to thank every one of you for using UltimateAutoRestart and making it the top restart plugin available! I have released a plus version which you can grab for just 2.5€ if you would like to support the development of UltimateAutoRestart.
• Fix: Invalid behavior when there is just one restart entry with past time.
• Fix: Issue with seconds to formatted string conversion.
• Fix: {PREFIX} placeholder not working for a console message.
• Addition: New "ar delay <interval>" command (check wiki for full info).
• Addition: You can now use "HOUR:MINUTE" format in "ar now" and "ar delay" commands. Example: "ar now 3:0" will set the restart in three hours.
• Addition: Send discord webhooks on server restarts/boot (webhook.yml)
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 48a
Disclaimer: By the time of this update, the latest 1.18 builds are buggy and are breaking plugins. If you get an error message on startup, please do not open tickets as I cannot do anything about it.
• Fix: Gradients not working properly in actionbars/titles.
• Addition: Prefix option in messages.yml ({PREFIX} placeholder)
• Other: Reworked default configurations/console messages.
• Other: Updated Maven dependencies.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 48
• Addition: 1.18 server support.
• Other: Moved all dependencies to Maven.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 47
• Fix: Gradients working correctly in messages.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 46a
• Addition: New "centered" option in messages.yml for chat messages. Please note that messages will not always be fully centered as resource packs with custom fonts can have an effect.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 46
• Fix: Removed forgotten color codes for some console messages
• Addition: You can now add "day tags" to commands which let you add day-specific command execution. Read more about it here: https://norska.dev/docs/free/uar/normal-timed
• Other: Changed the way tab-completion commands work, the aliases for UAR are now dynamic. Removing one from plugin.yml will also remove them from tab-completion.
If you are enjoying the plugin, please take some time to leave a review. They are greatly appreciated! ❤
UPDATE: Build 45b
Read the updates notes or the plugin will break if you use proxy commands.
Addition: Support for Velocity, find the passthrough plugin here.
Change: Command formats for bungee have been changed in order to reflect the update that adds support for velocity (information on the wiki has also been updated). You need to manually change all of the following bungee command formats to the following:
- [bungee] to [proxy]
- [bungee:x] to [proxy:x]
- [bungeedelay:x] to [proxydelay:x]
This update has been kindly sponsored by Lunar, check out their server at mc.cosmicsurvival.com! ❤
UPDATE: Build 45a
Fix: Forgotten debug message on startup.
Addition: You can now use "Daily" in the week of the day section of restart entries which lets you easily schedule daily restarts. Example "Daily;05;00" will restart daily at 5 AM.
UPDATE: Build 45
Please read the update notes to fully understand the new feature.
Fix: Missing ar stop from tab complete.
Addition: New command type (bungeedelay:), which schedules commands to be executed on the proxy itself. Those commands can only be used in restartCommands and sent on the proxy to be queued for execution when the server restarts. You can now basically run bungee commands without the need of an online player on x server (which is just the stupid way messaging channels work). There's an example in the default configuration. You need to update UltimateAutoRestartBungeePassthrough too!
Addition (API): You can now get the restart delay in seconds from UltimateAutoRestartDelayedEvent with e.getTimeDelayedInSeconds.