kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
337 stars 62 forks source link

Update NBT-API to 2.11.3 #224

Closed MrCrazys closed 1 year ago

MrCrazys commented 1 year ago

As the title says, the NBT-API has been updated to 2.11.3. I was wondering if you could update it for Foundation, as there are some missing methods like setLongArray() that would be useful to have.

Thanks!

kangarko commented 1 year ago

As far as I am aware we should have the latest NBT-API since we do support 1.20.

MrCrazys commented 1 year ago

Really? I don't see methods like setLongArray(). image

broken1arrow commented 1 year ago

I was in resent contact with the dev and he at least working in performance update. Don't know if it is released yet.

But in that version, you should not do new NBTItem instead use NBT.get.

kangarko commented 1 year ago

I will check once the other update broken1arrow mentions is out. Thanks for noticing and reporting!

MrCrazys commented 1 year ago

Alright, sounds good. Thanks!

kangarko commented 1 year ago

Updated!

MrCrazys commented 1 year ago

Updated!

Thanks, Matej, I appreciate it!