Skip to content

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.

Configuration

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

Example Config

[PeriodicMessage]
enabled = true
interval.interval_seconds = 7500
message = Hello World