Setup Chat Management System (75% All Done)
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
PERMISSION-NODES:
|
||||
CHAT-BYPASS: "eventcore.chat.bypass"
|
28
src/main/resources/messages.yml
Normal file
28
src/main/resources/messages.yml
Normal 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%"
|
Reference in New Issue
Block a user