Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-126305

Execute Command Broken?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.12.2
    • None
    • Unconfirmed

      I wanna make a command which works when you hold a item and give to player a armor with a tag, but when I try to make it work, only the chestplate is not appearing on armor slot.

      /execute @s[tag=Imp] ~ ~ ~ replaceitem entity @p slot.armor.chest minecraft:leather_chestplate 1 0 {Tags:["killitem"],Item:{id:"leather_chestplate",Count:1,tag:{jetpack:1b,display:

      Resuming what I want to make: I want to make a command which add a armor to player when you hold a item, but this armor needs three tags: Imp, killitem and jetpack

      Update: I tried this one, but it doesn't work anyway:
      /execute @s[tag=Imp] ~ ~ ~ replaceitem entity @p slot.armor.chest minecraft:leather_chestplate 1 0 {tag:{jetpack:1b,display:,Item:{id:"leather_chestplate",Count:1}}}}

            Unassigned Unassigned
            JulioGamer1929 Julio Arduini Neto
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: