Skip to content

pm-pl/SystemCps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemCps

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.

Config

# 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

Features

  • Count the clicks on the air
  • system that expels if the allowed clicks are exceeded
  • easy to set up

Form

# 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"

Messages

msg_kick: "§cYou have been expelled for exceeding the cps limit"
broadcast_msg_kick: "§e{NAME} §cWas expelled for exceeding the cps limit"

Contact

Discord Presence

About

Click per second system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%