masteroftime / Python-Plugin-Loader

55 stars 18 forks source link

dynamic createExecutor #1

Closed alecgorge closed 12 years ago

alecgorge commented 12 years ago

So that you don't have to keep updating this plugin every time there is a new event, you probably want to do something like this: https://github.com/Zeerix/RubyBukkit/blob/master/src/org/notbukkit/RubyPluginLoader.java#L178 and https://github.com/Zeerix/RubyBukkit/blob/master/src/org/notbukkit/RubyPluginLoader.java#L62

masteroftime commented 12 years ago

Thanks alot. I was looking for a way to do this and you saved me lots of work.