
ChatEngine
Advanced Chat Manager for paper/spigot
Список изменений
-
LuckPerms prefixes/suffixes always colored ◦ The prefix and suffix provided by LuckPerms are now always colored using their & color codes, regardless of the player’s color permissions. ◦ Color permissions (chatengine.color.classic, chatengine.color.hex, chatengine.color.*) only affect what the player types in their message, not the rank prefix/suffix.
-
New global chat mute system ◦ An internal flag chatMuted has been added to the ChatManager. ◦ When the chat is muted: ▪ Players without the chatengine.admin.mutechat permission cannot send messages. ▪ They receive the message from messages.yml: ▪ chat.muted-cannot-talk: "&cThe chat is currently muted."
-
New admin commands in /chatengine ◦ /chatengine clearchat ▪ Permission: chatengine.admin.clearchat ▪ Clears the chat for everyone (sends multiple blank lines) and then broadcasts the message: ▪ chat.cleared: "&aThe chat has been cleared by {player}."
◦ /chatengine mutechat (alias /chatengine mute) ▪ Permission: chatengine.admin.mutechat ▪ Enables the global chat mute. ▪ Broadcast message: ▪ chat.muted: "&cThe chat has been muted by {player}."
◦ /chatengine unmutechat (alias /chatengine unmute) ▪ Also requires chatengine.admin.mutechat ▪ Disables the global chat mute. ▪ Broadcast message: ▪ chat.unmuted: "&aThe chat has been unmuted by {player}."
