kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.

Home Page:https://mineacademy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update NBT-API to 2.11.3

MrCrazys opened this issue · comments

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!

commented

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

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

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.

commented

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

Alright, sounds good. Thanks!

commented

Updated!

Updated!

Thanks, Matej, I appreciate it!