Skip to content

New NBTQuery Util & Plugin Integration Improvements

Choose a tag to compare

@WolfyScript WolfyScript released this 25 Jun 12:50
· 709 commits to master since this release

The new NBTQuery makes it possible to query specified data from NBT. The query constructs a NBTCompound with all the specified data it fetched, and can be used for all the things you need like merging it into another NBTCompound, display the data, etc.
It is fully based on the Item-NBT-API, so the NBTCompounds etc. are part of that.
For more info, see #21

Changelog

  • #20 – Fixed Plugin Integration Detection & Initialisation
  • #21 – NBTQuery System to fetch specific NBT components

Full Changelog: v4.16.3.0...v4.16.4.0