-
Notifications
You must be signed in to change notification settings - Fork 8
PeriodicMessage
Jason Spafford edited this page Jul 17, 2018
·
2 revisions
Send a message to your server using RCON periodically. the RCON plugin must be enabled and RCON must be configured properly in your server using the ServerConfig plugin.
Name | Example | Description |
---|---|---|
enabled | true | Set to true or false to prevent this plugin from running |
interval.interval_seconds | 7500 | the number of seconds between each message sent |
message | Hello World! | The message to send into the server using the RCON plugin |
[PeriodicMessage]
enabled = true
interval.interval_seconds = 7500
message = Hello World
Questions? Ask in our Discord
- Home
- Installation and Setup
- Primer on using ServerThrall
- Updating ServerThrall
- Common Issues
- Development Roadmap
How to...
- Setup your server for Thrallbrowser
- View a live map of all player locations using Ginfo
- Send notifications before restarting
- Schedule automatic restarts
- Install and Update Mods
- Setup two servers on the same computer
- Notify admins when server is down
- Change the language ServerThrall uses
Plugin Documentation