SystemCps is a user click per second counter system, which also includes a cps limiter, meaning you can configure the cps limit and maximum alerts.
# CPS Limit Configuration
cps_limit: 20 # The maximum CPS allowed before a warning is issued
# Warning Settings
max_warnings: 4 # The maximum number of warnings a player can receive before being banned
- Count the clicks on the air
- system that expels if the allowed clicks are exceeded
- easy to set up
# Form to be sent when the CPS limit is exceeded #
title_warning: "Warning"
content_warning: "It is forbidden to exceed the CPS limit, avoid doing so to avoid being expelled"
msg_kick: "§cYou have been expelled for exceeding the cps limit"
broadcast_msg_kick: "§e{NAME} §cWas expelled for exceeding the cps limit"