nbtlib icon indicating copy to clipboard operation
nbtlib copied to clipboard

Jython compatibility

Open CptGummiball opened this issue 1 year ago • 0 comments

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.

CptGummiball avatar Jan 26 '24 07:01 CptGummiball