austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 28 forks source link

Chatbox and events #145

Closed ArcasCZ closed 8 years ago

ArcasCZ commented 8 years ago

ChatBox doesn't ignore cancelled chat events -_-

ArcasCZ commented 8 years ago

Compiled, updated and nope - ChatBox still reacts to muted messages -_-

darichey commented 8 years ago

Oops, try that.

ArcasCZ commented 8 years ago

I'm so sorry, but it still seems not working :D I gave myself mute, then I write ,,Hello" and text appeared on screen... -_- :D

darichey commented 8 years ago

How are you "muting" yourself? It may be a problem with how that is being handled.

ArcasCZ commented 8 years ago

Maybe I should tell you I'm running KCauldron and muting is equal to event.setCancelled(true) in Bukkit API :D

ArcasCZ commented 8 years ago

FInally - problem is not on our side. It's bug in KCauldron code - missing Bukkit event cancel check -_- Now it's on Prototik to fix it :-)