Skip to content

Spigot Plugin (2022-05-16)

Choose a tag to compare

@Macuyiko Macuyiko released this 16 May 17:38
· 16 commits to master since this release

Spigot plugin release, place in plugins directory. Tested with spigot-1.18.2 and paper-1.18.2-335.

  • The plugin is now compiled with (JDK 18)
  • Spigot has changed the way how they handle libraries (more in line with Paper), so the plugin now tries to add the libraries found in bundler/libraries/ or libraries/ to the classpath in order to pass these on to Jython. (Ideally, a separate class loader should be instantiated and passed on to the Jython interpreter.)