/
The AutoRestart plugin for Spigot is designed to help maintain server stability by automatically restarting the server at regular intervals. It also notifies players 1 minute before the restart, ensuring a smooth experience for everyone.
Automatic Server Restart:
Configurable Intervals:
config.yml file.Download the Plugin:
.jar file.Place the Plugin:
.jar file to the plugins folder of your Minecraft server directory.Restart the Server:
The config.yml file allows you to customize the restart interval and warning time:
restart-interval: 36000 # Default: 10 hours (36000 seconds).
warning-interval: 60 # Default: 1 minute (60 seconds).
restart-interval: Time (in seconds) between restarts.warning-interval: Time (in seconds) before the restart when players will be notified.Restart Task:
Customizable Behavior:
config.yml to suit your server's needs without editing the code.
The AutoRestart plugin for Spigot is designed to help maintain server stability by automatically restarting the server at regular intervals. It also notifies players 1 minute before the restart, ensuring a smooth experience for everyone.