The default config files have been rewritten for better understanding and showcasing more possibilities
API Changes
Added new Custom Placeholder that allows you to create custom placeholders with a call event to determine what they will return or do.
Added more javadocs to the functions...
Features!
Channels
Introducing the new Channels Feature!
Add Places or Players or both if you would like! Into each other and prioritize them from top to bottom according to the importance of each channel!
GlobalSending: true
channels:
admin:
players:
- "OmarOmar93"
-...
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
sensitivity: 80 # Sensitivity threshold (percentage)
minimum: 2 # minimum characters to detect
It has a...
Added new onMessage event to cancel and write a reason for the chat event of WorldChatter!
@Override
public void onMessage(FeatureSystem featureSystem,CommandSender sender, String s) {
featureSystem.setCancelled(true);
featureSystem.setReason("yes " + sender.getName());
}
Security Features
Anti-Swear
This helps to prevent any sensitive or inappropriate words from your chat to help keep it clean
It has the ability to customize words (BlackList / WhiteList).
Anti-Repeat
This prevents players from repeating the same words or letters over and over again.
Anti-ADs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.