ElgarL / TownyChat

Towny Chat channels plugin for use with Towny and Bukkit
http://code.google.com/a/eclipselabs.org/p/towny/
12 stars 45 forks source link

Increased TownyChat compatibility with other plugins! #6

Closed dumptruckman closed 12 years ago

dumptruckman commented 12 years ago

TownyChat now listens on LOWEST for PlayerChatEvent and PlayerCommandPreprocessEvent. When it processes chat through a channel it throws a TownyChatEvent which extends PlayerChatEvent which the TownyChat listener specifically ignores. If that event is cancelled, it will stop processing the event (and not display it)