Setup Chat Management System (75% All Done)

This commit is contained in:
Trixkz
2023-10-25 19:35:21 -04:00
parent be65914faf
commit 9ff8cad8fd
11 changed files with 341 additions and 22 deletions

View File

@ -0,0 +1,2 @@
PERMISSION-NODES:
CHAT-BYPASS: "eventcore.chat.bypass"

View File

@ -0,0 +1,28 @@
MESSAGES:
COMMANDS:
CHAT: # Permission Node - eventcore.command.chat
HELP:
- "%line%"
- "&bChat Commands"
- "%line%"
- "&7⚫ &9/chat &7- &eList of commands"
- "&7⚫ &9/chat manage &7- &eManagement menu"
- "&7⚫ &9/chat toggle &7- &eToggle the chat"
- "&7⚫ &9/chat slow <amount> &7- &eSlow the chat"
- "&7⚫ &9/chat clear &7- &eClear the chat"
- "%line%"
SLOW:
INVALID-ARGUMENT: "&cEnter an amount of time to slow the chat for"
INVALID-AMOUNT: "&cEnter a valid amount of time to slow the chat for"
LISTENERS:
CHAT-MUTED: "&cChat is muted"
CHAT-COOLDOWN:
- ""
- "&c&lChat Cooldown"
- "&cYou're on a chat cooldown for &c&l%time%"
- ""
CHAT-MANAGEMENT:
MUTED: "&cChat has been muted by &c&l%player%"
UNMUTED: "&aChat has been unmuted by &a&l%player%"
SLOWED: "&cChat has been slowed for &c&l%amount% by &c&l%player%"
CLEARED: "&cChat has been cleared by &c&l%player%"