Minecraft NBTLib mod 2026 download
logo
minecraft mod NBTLib

NBTLib

Game Version: 1.7.2
Total Downloads: 2,729
Updated: Dec 9, 2013
Created: Jan 2, 2013
Download NBTLibDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
0.3.3 beta 32.59 KB Dec 9, 2013 1.7.2 1,114 download NBTLib 0.3.3 betaDownload
0.3.2 beta 32.55 KB Dec 1, 2013 1.7.2 186 download NBTLib 0.3.2 betaDownload
0.3.1 beta 32.33 KB Jul 5, 2013 1.6.1 732 download NBTLib 0.3.1 betaDownload
0.3 beta 32.24 KB Jun 29, 2013 1.5.2 242 download NBTLib 0.3 betaDownload
0.2 beta 17.53 KB Jun 8, 2013 1.5.2 224 download NBTLib 0.2 betaDownload
Beta 0.1 beta 17.47 KB Jan 3, 2013 CB 1.4.6-R0.3 231 download NBTLib Beta 0.1 betaDownload

Description

Share this:

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 ]

Comments

Add a comment