New Feature - Chat Lock
- Description - Lock the chat so nobody could talk while this is activated
- Command - /chatlock
- Permission - elyzium.chatlock
- Bypass Permission (to chat even with chatlock enabled) - elyzium.bypass.chatlock
NB! Changes are required in the config.yml! Add the following piece to your existing config.yml. Preferably right at the start of the Chat System section!
Code (YAML):
# This setting allows you to change the text displayed in the chat, when chat is locked or unlocked
chat-lock-broadcast:
enabled
:
- '&9➤ &bChat lock has been &aturned on'
disabled
:
- '&9➤ &bChat lock has been &cturned off'