Yes, it's back.
 Yes it is back.
 
 
 
 
 Auto-Broadcast
 But wait it's now called.
 
 Broadcast System.
Now it has more configurations and more customizations and better than ever!!!
 
 
 
  Code (YAML):
 
 
 
  # ------------------------------------------------------------------------------------
  
 
  
 
  # Broadcast Settings
  
 broadcast:
  
   enabled
  : true
  
   messagecycle
  : 10 
  # The number of seconds to send a broadcast message
  
   shufflemessages
  : false 
  # each player has a different message false will make the same message to all players
  
   commonmessages
  :
     - 
  "all"
  
   worlds:
  
     world
  :
       - 
  "&e-> Thanks for using worldchatter!"
  
       - 
  "&e-> Make sure to be updated for more features and bug fixes ^ ^"
  
       - 
  "&eColor yellow."
  
     world_nether
  :
       - 
  "&cWelcome to the nether."
  
     world_the_end
  :
       - 
  "&fThe end." 
  # it won't work unless you remove it from the Blacklist
  
 
  
 
  # ------------------------------------------------------------------------------------
 
 
 
 and that's not it.
 
 
 
 
 Text Replacement is added!
 With Colors.
 
 
 
 
  Code (YAML):
 
 
 
  # ------------------------------------------------------------------------------------
  
 
  
 texts
  : 
  # Replaces a certain text with another text (The ANTI-SWEAR WON'T DETECT AFTER THE REPLACEMENT, YOU'RE THE ONE WHO'S ADDING THEM) might bug out in older versions.
  
   enabled
  : true
  
   messages:
  
     heart:
  
       text
  : 
  "<3"
  
       replace
  : 
  "❤"
  
       perm
  : false 
  # if player has permission 'worldchatter.admintext'
  
     lenny:
  
       text
  : 
  ":lenny:"
  
       replace
  : 
  "&e( ͡° ͜ʖ ͡°)"
  
       perm
  : false
  
 
  # ------------------------------------------------------------------------------------
 
 
 
 And lots of improvements and changes!
 
- Updated the Anti-ADs and its even more detectable now (RELEASED)
 
 - Anti-Swear is no longer locally in the plugin but the words are gathered again from *GitHub*
 
 
- Deep code improvements.
 
 - And Bug fixes.