Added Luckperms Support to WorldChatter!
 
Meaning you can use `{player_prefix}` or `{player_suffix}`
 
Improved Anti-Swear
 Since 3.0 release it got it's first upgrade! it now has 2 new addtions
 
 
 
  Code (YAML):
 
 
 
    sensitivity
  : 80 
  # Sensitivity threshold (percentage)
  
   minimum
  : 2 
  # minimum characters to detect
 
 
 
It has a new algorithm to detect swear words more effectively and that lead into reducing 700 words to 60!
 
Anti-Repeat!
 Avoid people from repeating the same text over and over!
 
 
 
  Code (YAML):
 
 
 
  AntiRepeat
  : 
  # Prevents users from sending the same message
  
   enabled
  : true
  
   messageLimit
  : 2 
  # Amount of stored messages
  
   sensitivity
  : 20  
  # Sensitivity threshold (percentage)
 
 
 
Added Support for 1.21.3 and 1.21.4!
 Replaced the `%wc_player_place%` and `%wc_player_name%`
 Now they're `{player_place}` and `{player_name}` for better differentiation
 
 
Lots of under-the-hood changes!
 
 
ADD THE NEW CONFIG BEFORE UPDATING