when item is right clicked, it will give armor.

Started by epicdeadgamer on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when item is right clicked, it will give armor.

I'm trying to make an item give player armor by right clicking but I'm not sure how to go about it. I've tried doing the (Execute command/["replaceitem entity @p slot.armor.head minecraft:diamond_helmet"] in the name of Event/target entity) Block but it's not working. Can someone send me a picture of the order of blocks pls.

 

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use this in execute command…
Sat, 06/18/2022 - 12:33

Use this in execute command block: /replaceitem entity @p slot.armor.head 1 minecraft:diamond_helmet

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry command is /item…
Sat, 06/18/2022 - 13:25

sorry command is /item replace etc. etc.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Look in minecraft how that…
Sat, 06/18/2022 - 13:26

Look in minecraft how that command works

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well the command I put in is…
Sat, 06/18/2022 - 16:21

Well the command I put in is correct, but I don't know why it doesn't execute.