Add player count specific statements to scheduler
This is not for requesting support for new games/applications
To do this you should go to https://github.com/CubeCoders/AMPTemplates and first attempt to build a configuration yourself - otherwise you can request a template from this repo.
Feature Request
Add player-count specific IF statement as dropdown item & Add player count lower/higher/equals statement to update in scheduler
Feature Information:
In my experience, users tend to want to be able to control when/how their scheduled updates and restarts are done.
For example: I want my server to restart at 6AM, but only if it's below 50 players - when it falls below 50, restart I want my server to, when an update via steamcmd is detected, to send a message via RCON instead of updating if players are above 30 - when it falls below 30, update and restart.
Currently this "task hinging on player count" is only implemented in the sense of "if ANY players are present, do not update" rather than giving a level of specificity.
I confirm:
- [x] that I have searched for an existing feature request matching the description.