Hello everyone, thank you being patient for this update, I know I haven't been updating this plugin as much as I would like to but please understand that I am busy in my personal life and don't have much time to code.
I would like to add before anything that the chat radius feature is in BETA. I am aware that it isn't perfect, I don't need everyone telling me the small issue with it where the '!' doesn't make the prefix global right away. Please be patient with this feature as it does work, but may have some issues players may not like.
Thank you for almost 50,000 DOWNLOADS!!!
Added:
Added an option in the config for global override symbol. This configured symbol will allow players to talk in global chat without typing any commands and stay in global chat after using the symbol. Permission: chatmanager.chatradius.global.override
Added an option in the config for them mention symbol where you can change how the mentioning works by either adding a symbol like @(player} or nothing at all and players will still be mentioned.
Added whitelisted commands for the anti advertising command feature. These commands won't be blocked if someone advertises in them.
Added a whitelisted words section in the bannedwords.yml file. Let me explain this... This feature only works if Increase Sensitivity is enabled for the anti swear checks (Chat, Commands, & Signs). If you see a false positive that happens often for a word that isn't a banned word, but the anti swear detects it due to the increase sensitivity, you can add that word in the whitelisted section and that word will no longer trigger the anti swear causing a false positive.
Added ways for the chat bot to detect just one word in a message to be triggered. Example: I add the word crates as a trigger word and any message that contains crates will activate the chat bot.
Added a bypass permission so players can send private messages to players that are AFK. chatmanager.bypass.afk
Added placeholders for ASkyBlock (Untested since I don't have a skyblock server)
{askyblock_island_name} - Shows the islands name.
{askyblock_island_level} - Shows the islands level.
{askyblock_island_count} - Shows how many players are a member on the island.
Bug Fixes:
Fixed a bug where the JSON private message was not working on v1.8.8.
Fixed a bug where private messages won’t work on 1.7.10.
Fixed a bug where players with the correct permission couldn't message players that were vanished.
Configuration Changes:
Add this to the end of your bannedwords.yml file...
Code (Text):
#This is if incease sensitivity is enabled to prevent false positives.
#Words here wont be effected by the antiswear IF increase sensitivity is enabled.
#Works for all chat, commands, and sign checks.
Whitelisted_Words:
- an alt
Add this under the AntiAdvertising.Commands section in your config.yml
Code (Text):
#If a player executes one of these commands with an advertisement in it, the command will not be blocked.
Whitelist:
- "/report"
Add this under the ChatRadius.Global_Chat_Prefix in your config.yml
Code (Text):
#If you put this symbol in front of your message, it will override any channel which you are in,
#sending the message to all players in the server, then keeps you in global chat.
Global_Chat_Override_Symbol: "!"
Add this in the mentions section of the config.yml
Code (Text):
#The symbol players have to use to tag other players, Leave it blank for nothing.
Tag_Symbol: "@"
If anyone has any problems, questions, or concerns please send me a private message!
You can also join our discord server for support:
Link If you like this plugin please give it a five star rating!