Documentation/Permissions

OUTDATED DOCUMENTATION, this is for NBTEditor 2.0

For up-to-date information on NBTEditor 3.0 see the wiki on GitHub.


Global Permission

nbteditor.* Gives access to all features (default to operators).

The NBTEditor is mainly for staff, DON'T give this permission to all your players.

Permissions for Commands

Each command/sub-command has individual permissions, e.g.:

nbteditor.bookofsouls
Gives access to the command 'bookofsouls' and all sub-commands ('get', 'items', etc.);
nbteditor.bookofsouls.get
Gives access to the sub-command 'bookofsouls get';
nbteditor.nbtitem.mod
Gives access to the subcommand 'nbtitem mod' and all sub-commands ('add', 'del' and 'delall');
...

Use the full command name, not the shorter alias.

Permissions for the Book of Souls and Tools

Because the NBTEditor internally uses the CustomItems, you need to use these permissions too:

nbteditor.customitems.use.bos Gives access to spawn entities with left-click while holding the BoS
nbteditor.customitems.use.bos-empty Gives access to use of the Empty Book of Souls
nbteditor.customitems.use.entity-inspector Gives access to use the Entity Inspector tool
nbteditor.customitems.use.entity-remover Gives access to use the Entity Remover tool
nbteditor.customitems.use.super-lead Gives access to use the Super Lead tool

More information on the CustomItems here.