Skip to content

PingWatch Plugin

Monitors player pings and kicks players with consistently high ping.

Plugin name: pingwatch

Behavior

  • Periodically polls player pings
  • Warns players when their ping exceeds max_ping
  • Resets warnings when ping drops below warn_threshold
  • Kicks after max_warnings consecutive high-ping checks

Settings

toml
[[plugins]]
name = "pingwatch"
enabled = true

[plugins.settings]
max_ping = 250
warn_threshold = 200
max_warnings = 3
SettingTypeDefaultDescription
max_pinginteger250Maximum allowed ping (ms)
warn_thresholdinteger200Ping below which warnings reset
max_warningsinteger3Warnings before kick

Events

Timer-based — does not subscribe to specific events.

Released under the GPL-2.0 License.