Skip to content

ServerThrall v2.1.0

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 05 May 11:46
· 115 commits to master since this release

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.

  1. 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/...
  1. 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