πŸ“œcps.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff CpsChecker Module              ~
#~ NOTE: This feature is currently in BETA mode. Your feedback  ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: '1'

# General information about the module
GENERAL:
  CPS: # Info on the main /cps command
    DESCRIPTION: 'See how many clicks a player is doing.'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.cps.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'cps'
      - 'cpschecker'
    WINDOW_SECONDS: 1

MESSAGES:
  PLAYER-ONLY: "&cThis command can only be used by players."
  USAGE: "&cUsage: /deltacpscheck <player>"
  PLAYER-NOT-FOUND: "&cPlayer not found."
  CPS-CHECK: "&d{0}&7 has a CPS of &d{1}."
  CANNOT-CPS-SELF: "&cYou cannot see your own CPS."

Last updated