gdude2002 / Python-Plugin-Loader

Python plugin loader for Bukkit
10 stars 3 forks source link

Is this plugin stable? #10

Closed SiliconEngine closed 8 years ago

SiliconEngine commented 8 years ago

I'm really happy to see someone running with the Python Plugin Loader project! But is it currently working? Your comments are a little contradictory, one part says to use decorations, another part says to use the class API, and another part says they're currently both broken. :)

How stable is the plugin right now? Thanks!

gdude2002 commented 8 years ago

Well, @jomo over there appears to be using it in production. It certainly works - personally, I haven't used it myself in some time, but it worked when I forked it, aside from the fixes that were needed.

SiliconEngine commented 8 years ago

All right, I'll give it a shot and see how it goes. I used the Python Plugin Loader back in 2013 and it worked really well then. Thanks again!

jomo commented 8 years ago

There is this issue #1, however it seems to be limited to some specific use cases and you can work around it by double-checking the event type. As long as you use the decorator API you should be all good. The class API is outdated, read through the discussion in #1 for some details.

We've been using this plugin for years without any problems here and more recently here [wip].