Commands: /crouschat reload - To reload crouschat configurations TODOs: 1.At player high light 2.Multi channel, player can select channel and chat in each channel 3.Cross server chat (Requires install plugin in BungeeCord) 4./say command supports modify format and chat color 5.Can replace a text to the other text (Customizable) 6.Words blocker
Screenshots: (Configurations in screenshot) (1.0.0) (Replaces) (Words blocker with mode "cancel") (Words blocker with mod "replace") (@ a player or @ everyone in the server) (Say command format)
Configurations:
Code (YAML):
#Example: &cChatColor chat-color: false
#Format: &{[from color]text[to color]} #Color can be a char or a hex string #Example1: &{[c]text[6]} #Example2: &{[3a3a3a]text[4b4b4b]} #Example3: &{[c]text[3a3a3a]} gradient-color: false
#Player chatting format format: '<
%player_displayname%> %message%' #Format when sending message to players with command "msg", "tell" or "w" tell-out-format: '&7&oYou whisper to
%player_displayname%: %message%' #Format when receiving message from player with command "msg", "tell" or "w" tell-in-format: '&7&o
%sender% whispers you: %message%' #Format when sending message with command "say" say-format: '
[%sender%] %message%' #Highlight @ a player #Example: @CrousDev #Example: @Everyone at-player-highlight: false
#Replaces replaces: #Can be any text (I suggest setting a English word) love: #Text to be replaced key: ':love:'
#Text to replace value: ❤
#Words blocker blocks words blocks: - fuck
#Blocking mode #Modes: cancel, replace block-mode: cancel