ServerThrall v2.1.0
What's New
This release should resolve a few issues that have been lingering since October of last year when I fell off the project.
- Added Discord Support
Added Discord support. Now you can specify keys in the discord plugin for each plugin and that plugin will use that webhook to send discord messages. Add the below to your serverthrall.config
[Discord]
enabled = true
stale_message_seconds = 2
ServerRestarter = https://discordapp.com/api/webhooks/...
DownRecovery = https://discordapp.com/api/webhooks/...
ServerUpdater = https://discordapp.com/api/webhooks/...
- Added auto server restarter
Now you can configure your server to auto restart itself and give a warning in discord. Add the following to your serverthrall.config
[ServerRestarter]
enabled = true
restart_times = 6:00,10:00,16:00,20:00
warning_minutes = 5
send_warning_message = True