This plugin will stop your server at a certain time.
Configuration:
Code (Text):
# ---------------------------------------------------
# This plugin restarts the server at certain times.
# This plugin was written by Buchstabet
# ---------------------------------------------------
# At what time should the server restart?
Restarts:
- "00:00"
- "07:00"
- "14:00"
- "21:00"
# At what time should players be notified?
Notifies:
- "23:55"
- "06:55"
- "13:55"
- "20:55"
# The chat messages can be set here.
Messages:
# This message kicks the players when the server restarts.
Stop: '&8[&b&lRestart&8] &7The server has &cstopped&7.'
# This message is sent to all players when they are notified.
Notify: '&8[&b&lRestart&8] &7The server will &erestart&7 shortly.'