marcelo-mason / SimpleClans

Full featured Clan system for Minecraft
http://dev.bukkit.org/server-mods/simpleclans/
50 stars 59 forks source link

API: Event lack getHandlerList() #634

Closed lackoSK closed 4 years ago

lackoSK commented 4 years ago

Hello,

Your ChatEvent lacks a method getHandlerList() which causes issues with API and so with our plugin [ https://pastebin.com/U1CMSYCH ]

public static HandlerList getHandlerList() { return handlers; }

Can you please add it?

Thank you Ladislav from MineAcademy.org

RoinujNosde commented 4 years ago

Hi, Thanks for reporting. Does your plugin have an option to disable the hook until this is fixed?