nbtlib
nbtlib copied to clipboard
Jython compatibility
Is there any way to use nbtlib with Jython? Unfortunately, Jython is currently only compatible with Python 2.7 scripts. But we need Jython for a project and nbtlib is an important part of the whole thing.
Everything works fine with Python 3. Which is good because our project basically consists of two parts. A standalone version and a plugin version for Spigot. However, the plugin version uses Jython and that is where problems arise. Our Script works fine until nbtlib has to be loaded.