New NBTQuery Util & Plugin Integration Improvements
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