📜helpop.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff HelpOP 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:
  HELPOP: # Info on the main /helpop command
    DESCRIPTION: 'Ask the higher staff a question'  # What should the command description be?
    PERMISSION: 'deltastaff.member.helpop.use'  # What should the permission to use the command be?
    VIEW_PERMISSION: 'deltastaff.staff.helpop.see' # What should the permission to see the helpop messages be?
    ALIASES:  # What should the base command aliases be?
      - 'helpop'
      - 'help'

MESSAGES:
  PLAYER-ONLY: "&cThis command can only be used by players."
  USAGE: "&cUsage: /helpop <message>"
  COOLDOWN: "&cYou are sending messages too fast! Please slow down."
  HELPOP:
    PREFIX: "&d(HelpOP) &f{1}"
    CONFIRMATION: "&aYour message has been sent to the staff."

Last updated