KaiKikuchi / QuickShop

A shop plugin for Bukkit
47 stars 41 forks source link

Muted players cannot use Shops #5

Closed DylanDirlam closed 9 years ago

DylanDirlam commented 9 years ago

Players muted via Essentials are not able to buy/sell from shops- not sure about other mute plugins. Also not sure if this is fixable due to the nature of how mutes and the plugin work.

john01dav commented 9 years ago

Just add ignoreCancelled = false to the event handler, ie.

@EventHandler(ignoreCancelled = false)
public void asyncPlayerChatEvent(AsyncPlayerChatEvent e){
    //method code here
}
KaiKikuchi commented 9 years ago

It's not that easy.

john01dav commented 9 years ago

You tried it?

KaiKikuchi commented 9 years ago

Ya

john01dav commented 9 years ago

All right, just trying to help :)