enebo / Purugin

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

fix for SimplePluginManager#unregister_events_for #17

Closed kaipr closed 12 years ago

kaipr commented 12 years ago

They included a way to unregister listeners by plugin in bukkit now.

Feel free to refuse the request and implement it as you like, just thought this is the quickest way to point it out ;)

enebo commented 12 years ago

Whoops I figured this out last night :| I also am trying to get rid of dependence on simple_plugin_manager (which would be a nice pull request if you can figure out proper way of manipulating the adding/removal of commands) so I put the logic into change_listener.rb directly.