External Libraries

By default, scripts can only use classes that are already available on the server’s classpath, including Java standard classes, Bukkit classes, or classes from other plugins.

If you want to add third-party libraries, place their jar files into plugins/denizen-reflect/libs/.

After a server restart, the classes from these libraries can be accessed and used in scripts just like any other class.

Last updated