Intermediate · 1 block

Unbreaking III enchantment station

Bedrock-only use case: press a button to apply Unbreaking III to the item held by the nearest player.

Choose in-game screen
Bedrock Edition
Bedrock Edition (stable)

What you need

Before placing the blocks

  • 1 Command Block
  • 1 button
  • The player must hold an item compatible with Unbreaking and without conflicting enchantments

Expected result

Test after setup

If the player holds a compatible item that can accept the enchantment, it receives Unbreaking III.

Configure one block at a time

Open the game and match these values

The copy button copies only Command Input. Choose every other value in the Command Block screen.

1

Enchantment block — Unbreaking III

Have the player hold the target item in their main hand and stand near the block before pressing the button.

Command Block
Enchantment block — Unbreaking III
Impulse
Unconditional
Needs Redstone
0
enchant @p unbreaking 3
Previous Output
-
Block Type:
Impulse
Condition:
Unconditional
Redstone:
Needs Redstone

If it does not work

Check these four things first

  1. Cheats are enabled and you have Operator permission
  2. Needs Redstone or Always Active matches the example
  3. Chain Block arrows face the same direction and follow the previous block
  4. Read Previous Output to find the command that failed
Read the Command Block basics