RestartCountdown
A Plugin that restarts the Server with a Countdown to warn the players.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
RestartCountdown
RestartCountdownPlugin
A simple Minecraft plugin that restarts the server after a countdown to warn all players. Made for Paper Server.
How to use it
For example, with “/restartserver 20s” you start a countdown with 20 seconds. Minutes are also possible with “/restartserver 10m”. With “/restartserver stop” you stop the current countdown.
Configuration
All messages can be customized in config.yml!
``` yaml messages: start: "§aAchtung! Der Server wird in %time% neu gestartet!" stop: "§cCountdown wurde gestoppt!" restart: "§cServer wird jetzt neu gestartet!" invalid_time: "§cUngültige Zeitangabe!" usage: "§cVerwendung: /restartserver <Zeit> oder /restartserver stop"
Dynamische Meldungen
half: "§eServerneustart in %time%!" minute: "§eServerneustart in %time%!" seconds_20: "§eServerneustart in 20s!" seconds_final: "§cServerneustart in %time% Sekunden!"
Feste Meldungen
fixed_1200: "§eServerneustart in 20m!" fixed_600: "§eServerneustart in 10m!" fixed_300: "§eServerneustart in 5m!" ```