ServerThrall v2.1.4
Thank you to all the members of the community that contributed bug reports and helped me track down issues!
What's New
- Fix non english characters causing RCON to crash #65
- Fix RCON crashing trying to send before the server has started accepting RCON connections #67
- Add
force_test_discord
to the DiscordPlugin to help test if your discord integration works #70 - Added a message to warn you if you dont have RCON configured properly but you have the RCON plugin enabled
1. ServerConfig plugin no longer causes the server to restart endlessly #69
ServerConfig will no longer restart your server endlessly. It's more stable, and you can edit your ServerConfig now without worrying about it restarting your server. ServerConfig will NEVER restart your server when attaching to an existing running server. You can edit your ServerConfig configuration without worry.
Your changes will apply during the next server restart by the ServerRestarter plugin automatically. If you need to force a restart, use force_restart_on_launch
in the ServerRestarter plugin. It's a one time setting that will disable afterwards.
2. Add support for Discord integration sending to multiple outputs #71
Simply separate your webhook urls by a semicolon ;
character and discord integration will send the message to each webhook. Here is an example of multiple discord outputs for the ServerUpdater plugin.
[Discord]
enabled = true
ServerRestarter = https://discordapp.com/api/webhooks/1;https://discordapp.com/api/webhooks/2;https://discordapp.com/api/webhooks/3
stale_message_seconds = 2
force_test_discord = False