LoneDev6 / FastNBT

Spigot library to edit items NBT very fast.
Apache License 2.0
8 stars 0 forks source link

This server is not compatible with FastNBT (1.20.1) #8

Closed Brad1944 closed 1 month ago

Brad1944 commented 2 months ago

Ran into this issue in a custom paper fork. Is there any way to make it work with my existing paper jar?

23:02:11 ERROR]: This server is not compatible with FastNBT. Server: git-REDACTED-"f57e2c1" (MC: 1.20.1) (NMS: v1_20_R1)
[23:02:11 WARN]: java.lang.RuntimeException: This server is not compatible with this plugin.
[23:02:11 WARN]:        at plugin.jar//dev.lone.fastnbt.nms.Implementation.find(Implementation.java:65)
[23:02:11 WARN]:        at plugin.jar//dev.lone.fastnbt.nms.Implementation.find(Implementation.java:35)
[23:02:11 WARN]:        at plugin.jar//dev.lone.fastnbt.nms.nbt.NBT.<clinit>(NBT.java:36)
[23:02:11 WARN]:        at plugin.jar//dev.lone.fastnbt.nms.nbt.NCompound.<init>(NCompound.java:19)
[23:02:11 WARN]:        at plugin.jar//dev.lone.fastnbt.nms.nbt.NItem.<init>(NItem.java:22)