- Added the
/ar now
command for immediate server restart. - Added the
/ar disablefeedback
command to disable notifications for admins. - Added the
/ar scheduled
command to display scheduled restarts. - Fixed a permissions issue, now only players with the correct permissions can see admin notifications.
- Removed unused notifications from the code.
- Removed the
%date%
placeholder. - Improved code structure and organization.
- Added support for
setTabCompleter
for better command auto-completion.
I wasn't able to finish the rest of the update yet, but a similar set of changes will be released later as version 1.9.1. As for what's coming after 1.9.1, I'm not sure yet. If you have any ideas or suggestions, feel free to reach out to me on Discord
RestartAR – a simple and convenient plugin for automatic Minecraft server restarts. It allows administrators to set a restart timer, send notifications to players, and manage the process via commands.
bstats: https://bstats.org/plugin/bukkit/RestartAR/25011
⭐ Features: ✔ Start a restart timer with a specified time in seconds. ✔ Flexible notifications – messages in chat, ActionBar, and BossBar. ✔ BossBar support – display restart notifications with a customizable color. ✔ Cancel the restart at any time. ✔ Customizable notification intervals before the restart.
⚡ Commands & Permissions /autorestart [time] – Starts the restart timer. Permission: timereload.restart Example: /autorestart 120 → (restart in 120 seconds)
/ar cancel – Cancels the active restart timer. Permission: timereload.restart Example: /ar cancel
/ar reload – Reloads the plugin configuration. Permission: timereload.restart Example: /ar reload