Itemizer is a lightweight plugin for editing item metadata values such as "Name" and "Lore". It is designed to help server owners get the most out of Minecraft's new map making features without making it a hassle.
| Command | Permission | Description |
| /itemizer help | | Shows the Itemizer help menu |
| /itemizer name <name> | itemizer.name | Names the item in your hand |
| /itemizer lore <lore> | itemizer.lore | Sets the lore of the item in your hand |
| /itemizer advlore | itemizer.lore | Shows the adv. lore help menu |
| /itemizer advlore add <lore> | itemizer.lore | Adds a line of lore to the end of the item's lore |
| /itemizer advlore remove <index> | itemizer.lore | Removes the specified line of lore from the item's lore. The index is the line number. |
| /itemizer advlore change <index> <lore> | itemizer.lore | Changes the line of lore at the specified line number. |
| /itemizer potion | itemizer.potion | Shows the potion help menu |
| /itemizer potion add <type> [level] <seconds> | itemizer.potion | Adds a custom potion effect to the potion in your hand |
| /itemizer potion remove <type> | itemizer.potion | Removes a custom potion effect from the potion in your hand |
| /itemizer potion list | itemizer.potion | Lists all potion effects in Minecraft with their Bukkit names |
| /itemizer attr | itemizer.attribute | Shows the attribute help menu |
| /itemizer attr add <name> <type> <strength> [operation] | itemizer.attribute | Adds an attribute to the item in your hand with the specified type and strength. Operation can be add, addmultiplier, or multiplier. See the Minecraft wiki attribute page for more information. |
| /itemizer attr remove <name> | itemizer.attribute | Removes the specified attribute from the item in your hand |
| /itemizer attr list | itemizer.attribute | Lists all the attributes of the item in your hand |
| /itemizer attr listall | itemizer.attribute | Lists all attributes supported by Itemizer |
| /itemizer title <title> | itemizer.title | Sets the title of the book in your hand |
| /itemizer author <author> | itemizer.author | Sets the author of the book in your hand |
| /itemizer clearall | itemizer.clear | Clears all the metadata of the item in your hand |
| /itemizer clear <types...> | itemizer.clear | Clears the specified metadata of the item in your hand Supported types: lore, name, head |
| /itemizer head <name> | itemizer.head | Sets the player of the head in your hand |
All the lore adding/insertion commands support line breaks(\n).