NBT API icon

NBT API -----

Add custom NBT tags or modify tags of Items/Entities/Tiles without NMS!



NBT Files
This update allows you to read/write nbt files. It can be used as an alternative to saveing data in yml format.
Example:
Code (Text):
 NBTFile file = new NBTFile(new File(getDataFolder(), "test.nbt"));
            file.addCompound("testcomp");
            file.setLong("time", System.currentTimeMillis());
            file.setString("test", "test");
            file.save();
----------, Dec 6, 2017
Resource Information
Author:
----------
Total Downloads: 213,350
First Release: Jun 7, 2015
Last Update: Dec 16, 2024
Category: ---------------
All-Time Rating:
107 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings