Fixed getting stuck in toggle staffchat if you lost your staffchat permissions
(The player was not able to to talk or switch to public chat, this now checks their permissions and removes them) - Both spigot and bungee
Fixed no-permission messages not showing on spigot
Made it possible to change the output of /staffchat
Config Changes:
Code (YAML):
messages
:
# If this is set to "custom" you can change the /sc output message to anything
staffchat-output
:
"default"
# staffchat-output must be set to "custom" in order for this to work
staffchat-message
:
-
""
-
"&c&lSimpleStaffChat2 %arrow2% Help"
-
""
-
"&c/staffchat <message> - Send staffchat messages."
-
"&c/staffchattoggle - Send staffchat messages without needing to type a command."
-
"&c/staffchatreload - Reload the config file."
-
""