NBTEditor
NBTEditor allows easy customization of many aspects of Minecraft, through the modification of NBT tags, on Spigot and CraftBukkit servers. Creating custom potions and tools with powerful enchantments is as easy as running a few commands. And with the help of the Book of Souls, it's possible to create highly complex entities and spawners with ease.
Features include:
- Robust system to edit of all entities and spawners using a book based UI (Book of Souls);
- Conversion entities into '/summon' commands;
- Customization of items (name, lore, unbreakable, modifiers, colors on leather armor etc.);
- Item enchanting with no limits;
- Creation of custom potions;
- Conversion of items into '/give' commands;
- Tile customization (spawners, beacons, chests etc.);
- Conversion of tiles into '/setblock' commands;
- and more...
Edit now, spawn later: The Book of Souls is most powerful feature of the NBTEditor, it allows for easy entity customization. Create bosses, custom villagers, flying creepers or anything you like. No data files, no one-time customization, just keep the book safe and you can spawn as many entities as you like.
Included is also an 'Item Storage' command to keep track of your Books of Souls and other edited items.
The variable system used by the NBTEditor ensures that only valid NBT changes are performed while providing a standard way to make those changes. Arbitrary NBT modifications are not possible.


All Items, Entities and Spawners are fully compatible with the Vanilla Minecraft!
Great for creating adventure maps!
Documentation
FAQ
Source Code (GPLv3)
Jenkins Server (Dev. Builds)
Dev. Builds have not been approved by the BukkitDev staff. Use them at your own risk.
User Creations / Contributions
- Tutorial Videos
Jenkins Server byAndrokai(thanks)- Armor-Stand-Be-Gone (BoS to remove armor stands) by Taperpapers
- The awesome NBTEditor logo (orig) was made by Sy_Gibbon from the french Minecraft community nefald.fr, they also have the documentation of NBTEditor and other plugins in french. Check them out.
- Cauldron Flower Pots by robertoccu
HELP / Troubleshooting / Reporting Bugs
Please Read the FAQ before asking questions.
For questions about features and general help you can use the comments below or PM me.
Using the comments may help others that have the same problem.
For technical questions (errors/bugs) PM me directly.
Please check that you are using the most recent version of the plugin.
To report bugs, on the latest version of the code, you can use the Issues Page at GitHub.
Don't use the Issues Page to ask questions.
Global Statistics
On version 2.0 the NBTEditor started using MCStats for usage statistics. MCStats is now offline.
Since version 3.0, bStats is used to gather general usage statistics. You can read here about bStats, what data is sent, and how to opt-out from sending statistics from your server.
-
View User Profile
-
Send Message
Posted Mar 23, 2014@goncalomb
Is that the "and" Symbol?
CIT means custom item textures that means in a recourcepack you have a folder and in it is an Image of an item and a properties file for that image In the properties file is written what kind of item it is what id it uses (existing item) what image to use and what the nbt.name is. In this texturepack the nbt.names have colour codes like U00A73Supercoolhelmet
Tranks for fast answer
-
View User Profile
-
Send Message
Posted Mar 23, 2014@david2586
To change the color of the name use color codes. Instead of using ยง use &. E.g. '/nbti name &6Golden Hat' will set the name with a gold like color.
The name is only applied to a item that you are holding not every item on the server.
Item textures? CIT? I'm not sure what you mean, that has nothing to do with this plugin. I don't know anything about that.
-
View User Profile
-
Send Message
Posted Mar 23, 2014@StealWonders
-
View User Profile
-
Send Message
Posted Mar 23, 2014@goncalomb
Thanks for the fast answer
one more question
can i when i want to rename an item also change the color of the name? because i have a texturepack which uses CIT but i don't know how to bring that texture on my item. Please help me
-
View User Profile
-
Send Message
Posted Mar 22, 2014Can you make a spawner that spawns in falling beacon blocks? And if how would I do it?
-
View User Profile
-
Send Message
Posted Mar 22, 2014@david2586
Set the speed modifier to 0, /bos mod add MovementSpeed 0. The Villager can still be pushed around.
-
View User Profile
-
Send Message
Posted Mar 22, 2014@xSnowBlitzz718
No, it does not work on pixelmon servers or any other servers powered by the MCPC+. This is only for Bukkit/Spigot, also, it is programmed to work only with vanilla entities.
-
View User Profile
-
Send Message
Posted Mar 22, 2014Hi Can i do that the Mob (Villager) can't move? If Yes how?
-
View User Profile
-
Send Message
Posted Mar 22, 2014Does this work with pixelmon?
-
View User Profile
-
Send Message
Posted Mar 21, 2014@My_Name_Was_Stolen
Yes, adding a Cow with weight 999 and a Pig with weight 1 means that the Pig has a much lower probability of spawning (1/(999+1) = 1/(1000) = 0.1%). There are no decimal values, but it doesn't mean that you cannot create extremely low probabilities.
Another example:
This applies to a single "spawn event" not to a single entity being spawned. E.g.: if you have the 'count' variable set to 5 it will spawn 5 entities of the same type. The next time it might spawn 5 of some other type. But never 2 of one type and 3 of another.
-
View User Profile
-
Send Message
Posted Mar 20, 2014For the weight value of mobs added to mob spawners, can you create mobs with an incredibly low chance of spawning? Perhaps by adding decimals, or one mob with a weight of 100, and another with a weight of 1?
-
View User Profile
-
Send Message
Posted Mar 17, 2014@John__B
That is something that I want to add. But is not that simple because saddles on horses are items not just something that is true or false. I'll be working on opening a horse inventory so the saddle can be set.
For now you can spawn a horse, them put a saddle on it and use a Empty BoS (/bos getempty) to capture the horse. It resulting BoS will have a saddle.
-
View User Profile
-
Send Message
Posted Mar 17, 2014@BenButler77
Do you mean the name, lore, etc?
If it happens when you change worlds and you have a plugin to keep inventories separated between worlds, the plugin may not support those items (it should).
It may also be other plugin that "works" with items directly. I don't really know, it should not happen.
-
View User Profile
-
Send Message
Posted Mar 17, 2014there is no attribute for entityhorse to be saddled.
please add this.
-
View User Profile
-
Send Message
Posted Mar 15, 2014For some reason, after a while all the NBT tags I put on items reset and the item becomes normal again. Do you know why/how to prevent this?
-
View User Profile
-
Send Message
Posted Mar 11, 2014I have to admit, I had a nerdgasm when I found and installed this plugin. Beauty, simplicity, and power, such rapture. You are a god.
-
View User Profile
-
Send Message
Posted Mar 10, 2014@Decaedo
I think that this plugin has something called Abilities. But it isn't updated for a long time.
-
View User Profile
-
Send Message
Posted Mar 8, 2014@goncalomb
Do you have a name of that plugin? Thanks :)
EDIT: Done some googling but have come up short so any help would be appreciated. :)
-
View User Profile
-
Send Message
Posted Mar 8, 2014@val59000
That is a very old internal Minecarft "error", not a plugin error, it is annoying but has no repercussions.
With the new Bukkit versions you can use /summon commands. While looking at command block use /bos tocommand. It may suit your needs.
-
View User Profile
-
Send Message
Posted Mar 8, 2014@goncalomb
Sounds good!