A simple plugin that help you customize your system chat
Customize format chat
Separate chat per world
World group chat but only the same group can see chat
PlaceholderAPI Support (soft depend)
/mcfchat reload : reload the plugin files
mcfchat.admin
/broadcast : send message for all players
mcfchat.broadcast
mcfchat.bypass : if you have this permission, you can see all messages on per-world, world-group format and all players can see your chat
Without PlaceholderAPI
%mcf_chatcolor%
%displayname%
%message%
Code (Text):
prefix: '&7[&e&lMCFChat&7] '
# Choose the format that you want to display on chat
# default / per-world / world-group
# default : will use default format
# per-world : will use separate chat per world
# world-group : will use world group but only the same group can see chat
use-format: default
#Require permission "mcfchat.bypass"
#If you have that permission, you can see all messages on per-world, world-group format and all players can see your chat
bypass-format: '%displayname% &8»&7%mcf_chatcolor% %message%'