Python-Plugin-Loader icon indicating copy to clipboard operation
Python-Plugin-Loader copied to clipboard

Results 10 Python-Plugin-Loader issues
Sort by recently updated
recently updated
newest added

Update to the Python-Plugin-Loader: 1. Minor compilation issues fixed 2. load_complete hook added 3. Python function to access plugin resources added 4. Bukkit version upgraded to LATEST (tested with 1.10.2)...

Corrected spelling mistake.

Hello If i start my craftbukkkit server (ver=1.10) i get some java errors and pythonloader won't load properly. So my script is not working at all. Here is the full...

If an event nests another event, for example PlayerDeathEvent, which extends EntityDeathEvent, an instance of EntityDeathEvent is passed to the plugin. hooking into "entity.PlayerDeathEvent" is fine, however an error is...

Hi @masteroftime and @lahwran, I'm working on a plugin that can loads Python plugins like this. I'm writing it from nothing, using some concepts from this plugin. Actually I don't...

Since this plugin is no longer working and also seems to be [dead](https://github.com/masteroftime/Python-Plugin-Loader/issues/11#issuecomment-17975717), @gdude2002 has made a fork: [gdude2002/Python-Plugin-Loader](https://github.com/gdude2002/Python-Plugin-Loader) Maybe @masteroftime or @lahwran could link to it in the readme?...

When you reload multiple times PermGen gets leaked and server crashes > reload > 16:29:44 [INFO] [DEBUG] [PyOreWatcher]('OreWatcher Deshabilitado',) > 16:29:44 [INFO] [PythonLoader] Disabling PythonLoader v0.3.4 > 16:29:44 [INFO] 229...

Commit [CraftBukkit/Bukkit 543b253dd8](https://github.com/Bukkit/Bukkit/commit/543b253dd8c24e1e2f17808eb729450d2179aff9) changes `depend`, `softDepend` and `loadBefore` to use `EmptyImmutableList`, `SingletonImmutableList` or `RegularImmutableList` which cannot be [cast to `ArrayList`](https://github.com/masteroftime/Python-Plugin-Loader/blob/master/src/main/java/net/lahwran/bukkit/jython/PythonPluginLoader.java#L174). This causes python loader to break.

Here's my traceback.. ``` 16:47:17 [INFO] [PythonLoader] Enabling PythonLoader v0.3.4 16:47:17 [INFO] saveDefaultConfig 16:47:17 [SEVERE] Error occurred while enabling ArchUtilities v0.1 (Is it up to date?): zip file closed java.lang.IllegalStateException:...

Hello, I am trying to find org.bukkit files. Maybe someone have any tips to find that files code?