> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/utils/nbt-keys.md).

# NBT Keys

`edprison_ispickaxe` -> NBT Key that puts whether or not the item is a pickaxe.\
`edprison_drill` -> NBT Key that puts whether or not the item is a drill.\
`edprison_bomb` -> NBT Key that puts whether or not the item is a bomb.\
`edprison_robot` -> NBT Key that puts whether or not the item is a robot.\
`edprison_pouch` -> NBT Key that puts whether or not the item is a pouch.\
`edprison_pouch_unlocked` -> NBT Key that puts whether or not the pouch is unlocked.\
`edprison_pouch_blocks_mined` -> NBT Key that stores the pouch's mining progress.\
`edprison_armor` -> NBT Key that puts whether or not the item is an armor.\
`edprison_armorlevel` -> NBT Key that stores the armor level.\
`edprison_armorblocks` -> NBT Key that stores the armor's mining progress.\
`edprison_isGuiItem` -> NBT Key that marks an item as a GUI item.\
`edprison_leftClickCommands` / `edprison_rightClickCommands` / `edprison_shiftLeftClickCommands` / `edprison_shiftRightClickCommands` / `edprison_qClickCommands` -> NBT Keys that store a GUI item's click commands.

{% hint style="info" %}
Because pouch and armor progress live on the item's NBT, those items keep their progress/level when traded. The auction house `invalid-nbt-keys` list can block any of these keys from being listed (the default blocks `edprison_ispickaxe`).
{% endhint %}
