Support for Zone Manager and Jail pluginsSolved
Currently am using Jail and Zone manager. Coloured chat is overidding the NoChat flags and allowing the player to talk. I know you have betterchatmute support but can you do zonemanger/jail as i know alot of people use the plugins. or check to see if they are muted in that sense. The player are not part of a the the .show permission they have no permissions for coloured chat so not sure why its overriding for the regular players

(23:08:57) | Calling hook OnPlayerChat resulted in a conflict between the following plugins: ColouredChat - True (Boolean), ZoneManager (False (Boolean))

That's not actually a conflict, just a warning that it may be. In this case, it actually isn't, as returning true or false (or anything other than null) in that hook would stop the chat. Zone Manager should be returning true to avoid this warning.
Maybe thats true but when i unload coloured chat i cant talk in jail or in a zone that has nochat flag. When i reload it allows me to talk again and jsut says in rcon this and my message. So its something with colouredchat

I looked in zonemanger and jail and both return true or false

(17:50:00) | Calling hook OnPlayerChat resulted in a conflict between the following plugins: Jail - False (Boolean), ColouredChat (True (Boolean))

Jail would need to be changed as well, but the chat issue is because ANY chat plugin not checking those specific plugins will still provide its own chat.
Hence why im asking for the coloured chat to maybe integrate. Tried setting both zone and jail to true nothing, tried setting both to false still nothing.
The change would just be to avoid the warning. If you want the warning fixed and the other issue as well, I'd suggest creating a separate thread with just the suggestion for supporting specific plugins.
I dont care about the warning. I just want them to not be able to talk in chat in jail or zone with nochat flag enabled
Okay, moved and updated title to reflect the request.
Locked automatically