enebo / Purugin

Ruby Minecraft Plugin support on top of bukkit
238 stars 32 forks source link

Prevent ClassCastException with PluginEvent. #6

Closed aumgn closed 12 years ago

aumgn commented 13 years ago

The use of PluginEvent causes ClassCastException with Java plugins which rely on ServerListener and expect a PluginEnableEvent or PluginDisableEvent event.

enebo commented 12 years ago

This strikes me more of an API issue in Bukkit, but it is what it is and no one likes ClassCastExceptions. Thanks for the patch.