It has been reported that the nick-click feature which allows for running a command set in config.yml when you click on a nickname in chat, was interfering with some other chat plugins, namely DeluxeChat.
This fix adds support for ProtocolLib, which will add a prefix before the actual player's nick instead of rewriting the whole chat line, thus preserving original chat formatting.
Version 1.36 =============
New minor version.
Updated:
* because the click-on-nick functionality, where you can click on a nickname in chat to perform action set up in
AdminAnything configuration, has the potential to break other chat plugins, it has been updated to optionally
use ProtocolLib. This allows for adjusting the chat line sent to the client instead of rewriting it completely.
If you don't have ProtocolLib and this feature is not conflicting with your chat plugins, you will still be able
to use it as you did before, although an informational warning will be generated when the feature is enabled.
Remember, you can always switch this feature off in the config.yml file if you don't need it or don't want to
use ProtocolLib on your server via the "features.chatnicklinks.enabled" setting.