NBTLib

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

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit