Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| 0.3.3 beta | 32.59 KB | Dec 9, 2013 | 1.7.2 | 1,114 | Download |
| 0.3.2 beta | 32.55 KB | Dec 1, 2013 | 1.7.2 | 186 | Download |
| 0.3.1 beta | 32.33 KB | Jul 5, 2013 | 1.6.1 | 732 | Download |
| 0.3 beta | 32.24 KB | Jun 29, 2013 | 1.5.2 | 242 | Download |
| 0.2 beta | 17.53 KB | Jun 8, 2013 | 1.5.2 | 224 | Download |
| Beta 0.1 beta | 17.47 KB | Jan 3, 2013 | CB 1.4.6-R0.3 | 231 | Download |
Description
NBTLib
[ Download ] [ Javadoc ] [ Source ]
NBTLib provides:
- A convenient way to do everything you want with NBT data
- Access to Minecraft/Craftbukkit code without having to import the "evil" classes (=> won't break on MC update)
The downside:
- You have to catch lots of Exceptions.
If you're interested in NBT data handling, check the javadoc of the "NBT" and "Tag" classes.
If you're interested in accessing MC/CB code, check the javadoc of the NBTLib class.
Installation
Just drop the NBTLib.jar in your plugins folder.
ToDo
- Write an NBT editor GUI
Code Examples
[ Click ]
Maven
Quote:
<repository> <id>siguza-repo</id> <url>http://ci.siguza.net/plugin/repository/everything/</url> </repository>
Quote:
<dependency> <groupId>net.drgnome.nbtlib</groupId> <artifactId>NBTLib</artifactId> <version>0.3.3</version> <type>jar</type> <scope>compile</scope> </dependency>
Dev Builds
Quote:
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk!
[ Dev Builds ]
Get 0.05 TON 💎
Download
Add a comment