- Improved CustomChatFormat!
 now it's even more customizable and packed with features!
 
 
 
 
  Code (YAML):
 
 
 
  # ------------------------------------------------------------------------------------
  
 
  
 
  # Chatting Format
  
 
  # Edit the way the chat is formatted (Using legacy expression may not work when using PAPI)
  
 ChatFormat
  : true
  
 DefaultFormat
  : 
  "[%player_world%] %player_name%: " 
  # Default Format to use
  
 FormatSettings
  : 
  # the slash will represent each mode for better understanding.
  
   Mode
  : 1 
  # 1 represents permissions mode / 2 represents player mode
  
   Formats:
  
     control:
  
       name
  : 
  "worldchatter.control" 
  # permission name / player name
  
       format
  : 
  "&a- WorldChatter Controller - &r%player_name%: &r" 
  # format result from permission / - - from player
  
     op:
  
       name
  : 
  "*"
  
       format
  : 
  "&a- Overpowered -> %player_name%: &r"
  
 
  # if you're on player mode here is a small example
  
 
  #    steve:
  
 
  #      name: "steve" # permission name / player name
  
 
  #      format: "&b%player_name%: &r" # format result from permission / - - from player
  
 
  
 
  # ------------------------------------------------------------------------------------
 
 
 
New Additions!
 
- Added new ''hexColor'' option in config to toggle the hex color translate!
 
 
 
 
  Code (YAML):
 
 
 
  # ------------------------------------------------------------------------------------
  
 
  
 
  # Color Settings
  
 
  
 ColoredText
  : true 
  # It checks whether you can change the & to § in chat.
  
 HexColor
  : true 
  # Translates hex code into color as well (Works on 1.16+)
  
 
  
 
  # ------------------------------------------------------------------------------------
 
 
 
- Added new 'GlobalChat' Option which you can show the message to every world now!
 
 
  
  
   Code (YAML):
  
 
  
   # ------------------------------------------------------------------------------------
   
 
   # Other Settings
   
 GlobalChat
   : false 
   # makes the message visible to every world
   
 
   
 
   # ------------------------------------------------------------------------------------
  
 
  Added permission 'worldchatter.bypass.chatlock" to bypass the chatlock feature!
 
 - fixed a small bug in wc broadcast
 
 
MAKE SURE THAT THE CONFIG HAS THESE CONFIGURATIONS OR DELETE THE OLD ONE