Releases: moom0o/RestartPlugin
Releases · moom0o/RestartPlugin
3.0 - Option to restart at low tps
- Add option to reboot when the tps is low for a certain amount of time.
Config options:
# REBOOT AT LOW TPS SETTINGS
RebootFromLowTPS: false
TPSToStartCounting: 10
HowLongShouldTheServerGoWithLowTPS: 300 # seconds, the counter is reset if the server is above the specified tps for one second.
InstantRestart: false # Should the server send the 15 minute countdown messages?
2.0 - Support multiple restart times
- Support multiple restart times, simply add the times to the RestartTimes list.
- Add placeholders for time to the string in config for more customizability.
add final string
v1.1 add final string
inital release
yes