📜staffchat.yml
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~ DeltaStaff StaffChat 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:
STAFFCHAT: # Info on the main /staffchat command
DESCRIPTION: 'Communicate with other staff members.' # What should the command description be?
PERMISSION: 'deltastaff.staff.staffchat.use' # What should the permission to use the command be?
ALIASES: # What should the base command aliases be?
- 'sc'
- 'staffchat'
SERVER_NAME: "DeltaTest"
MESSAGES:
PLAYER-ONLY: "&cThis command can only be used by players."
COOLDOWN: "&cYou are sending messages too fast! Please slow down."
STAFFCHAT:
ENABLED: "&8(&d+&8) &7You have joined the staff chat."
DISABLED: "&8(&c-&8) &7You have left the staff chat."
NOT-IN-CHAT: "&cYou are not in the staff chat. Use /staffchat to join."
PREFIX: "&d(StaffChat) &8({1}) &d- &7"
Last updated