This repository has been archived on 2021-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
scriptcraft/src
Pieter van Ginkel 3b06ec5e08 Fixed class loader of the script engine.
The script engine didn't have the plugin class loader. Instead, it had the thread context class loader. The problem with this is that this prevents scripts from instantiating classes from other plugins to e.g. implement undo when WorldEdit is available. The thread context class loader is now set to the plugin class loader while instantiating the script engine which solves this issue.
2014-09-07 09:12:58 +02:00
..
docs Fixed events-helper to include all non-abstract handlers. 2014-05-18 00:35:26 +01:00
main Fixed class loader of the script engine. 2014-09-07 09:12:58 +02:00
generateEventsHelper.js Include links to bukkit documentation for event helper functions. 2014-08-24 10:20:02 +01:00