Skip to content

ItemEdit Command

TheGreatPintoJ edited this page Sep 20, 2025 · 3 revisions

Overview

Edit the item in your hand. You can change its name, lore, attributes, or clear all edits.

The "name" and "lore" options support formatting codes using '&'. Use &c for red, &a for green, etc.

Usage

/itemedit <name|lore|damage|attribute|flags|enchant|clear> [arguments]

Subcommands

  • name <newName>: Sets the item's display name.
  • lore <add|set|remove> <text|line>: Edits the item's lore.
  • damage <value>: Sets the item's durability
  • attribute <attribute> <value> [slot]: Modifies item attributes.
  • flags <flag_id>: Toggles specified flag on item
  • enchant <enchant> <level>: Enchants an item with any enchant (regardless of vanilla max level)
  • clear <all|name|lore|attribute|enchantments>: Removes all custom edits from the item.

Examples

  • /itemedit name Legendary Sword
  • /itemedit lore add A sword of legends
  • /itemedit damage 100
  • /itemedit attribute attack_damage 10 mainhand
  • /itemedit enchant knockback 3
  • /itemedit clear enchantments

Permission

  • pintotools.itemedit

Aliases

  • /itementry
  • /itemeditor

Clone this wiki locally