I would like to thank Numero Uno, for doing this showroom for me. I went on YouTube, and was curious did anyone make a video for this plugin, since my old was private and I found this video! Please subscribe to Numero Uno, I appreciate what he did. Like the video, watch it, and everything. Thank you to all.
Code (Text):
* Restarts on hour interval, able to use decimals on config!
* Restarts at a specific timestamp!
* Broadcasts reminders, customizable in minutes on config!
* Broadcasts final reminders on last 5 seconds!
* Editable reminder messages!
* Editable shut down messages!
* Editable seconds messages!
* Option to enable/disable on screen pop ups, on different events!
* Change restart time in-game.
* Integrated update check.
* MultiCraft support!
* Force saves world when restarts!
* Able to Start, or Pause the server timer in-game!
* Reminds you every minute that timer is paused!
* Automatically updates your old configuration file!
* Customizable popup messages!
* Customizable popup timings!
* Add color codes to shutdown messages!
* Execute commands before the server restarts on an X amount of seconds.
* Configurable to enable, and disable commands on last seconds, and
change the amount of seconds before done so.
* Added Max Players Exception.
EXAMPLE:
If the server restarts and you have 11 players online
and you set the max players to 10
your server wont restart until someone leaves
and the player amount is equal to or less then 10.
* Configurable Max Players Exception!
CONFIGURATIONS:
* Change restart delay.
* Change amount of max players.
* Enable/Disable feature.
* Set exception message when too many players online.
* Set message before delayed restart when the amount of players have been met.
* Shutdown message for Max Players Exception!
Photos of version 2.8.1!
BATCH FILE: WINDOWS
Code (Text):
@Echo off
:start
java -jar Spigot.jar
goto start
SH: LINUX
Code (Text):
while true
do
java -jar Spigot.jar
done
Code (Text):
/autore help Shows help screen
/autore time Shows exactly when is the next server restart
/autore now Restarts the server now!
/autore reload Reloads the config file (This will reset the timer!)
/autore in Sets the time the server will restart in.
/autore pause Pauses the server AutoRestart timer.
/autore start Starts the server AutoRestart timer.
Code (Text):
/autore help autorestart.help
/autore time autorestart.time
/autore now autorestart.now
/autore reload autorestart.reload
/autore in autorestart.in
/autore pause autorestart.pause
/autore start autorestart.start
Code (Text):
## Change Log
## Version: 18
## Added Update finder notification system.
## Enable or disable this feature.
## Control message popup.
## Control prefix for plugins when they popup.
## Version: 17
## Added mutliline support for broadcast messages.
## And Max-Players Alert message
## Control your prefix. Only in MutliLine support.
## Its a list of strings.
## Version: 16
## Removed "config.main.multicraft"
## Added "config.main.restart-script"
## Version: 15
## Added "config.main.timestamp.*" for TimeStamp restart configuration.
## Version: 14
## Fixed Type for "config.main.interval"
## Merged "config.popups" and "config.timings"
## Added "config.popups.messages.shutdown" popup configuration
## Changed "config.commands.commands"
Code (Text):
* Add more features (Need more reviews for ideas!)
* Make it where the server restarts on crash!
* Use the way the /restart spigot command works, instead of an infinite loop.
* Play a sound when an alert pops up.