juliarn / npc-lib

Asynchronous, high-performance Minecraft NPC library for 1.8-1.21 servers.
MIT License
296 stars 50 forks source link

Gson packed with npc-lib-bukkit, overwriting other versions #121

Closed ZorTik closed 3 days ago

ZorTik commented 3 months ago

As title suggests, there is a version of Gson packed with npc-lib-bukkit version 3.0.0-beta6. I request moving this somewhere else because it shadows other Gson versions that I use in my project. This version does not support static JsonParser#parseString, so it causes lot errors. image

Also, is there any update to #120 ?

Thank you.

derklaro commented 2 weeks ago

The gson version is no longer bundled as all requirements for it were replaced. Please try with beta7. (However I'm not sure how a gson version bundled in a plugin can overwrite other gson versions? Or as a depenendency... But then you could just exclude the directory).