About Fps Alert
FpsAlert plugin for Rust Overview
One of the most important factors on the server is the frame per second.
This plugin will get your attention if there is a problem!
If the fps is below the observed value on the set checks, the plugin optionally sends a message!
Features:
- Warning channels: Discord, Rust server or both (depending on configuration).
- Separately configurable warning message.
- The time of the check can be set, and the alarm after how many results below the limit value after the alarm!
Config
{ "Send message to discord if FPS LOW?": false, "Send message to server if FPS LOW?": false, "FPS check time (seconds)": 60.0, "Notification after the number of checks:": 5, "Minimum FPS:": 30, "Discord WebHook:": "", "Warning message (server):": "<color=#ff3333>Low FPS detected!</color>", "Warning message (discord):": "Low FPS detected! Check it out as soon as possible!" }
