TheBusyBiscuit-plugin-archive / RankPrefixPlus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with Command Sign

Nokorbis opened this issue · comments

Hello there !
It seems there is a "conflict" between our two plugins.

in https://github.com/Nokorbis/ar-command-signs/blob/master/src/main/java/net/avatar/realms/spigot/commandsign/controller/CommandSignListener.java#L65

we both use the AsyncPlayerChatEvent but it seems that your plugin change the message before mine can catch it (even with the EventPriority.HIGHEST, wich is strange).

Do you think we could find a solution about this ?