mojira.dev
MC-82681

Falling Sand Command Blocks Can't Use \(BackSlash)in ArmorStand's Holding Item NBT+ Tag

I summoned falling sand command block with command

/ summon FallingSand "/ execute [type =! Player, name = Unhak39] ~ ~ ~ / summon ArmorStand ~ ~ ~ {... \" extra \ "...}

.
But the commands of summoned command block is"

/ summon FallingSand "/ execute [type =! Player, name = Unhak39] ~ ~ ~ / summon ArmorStand ~ ~ ~ {... " extra  "...}

(BackSlash) is missing in the Command(NBT+ Tags of the Summon Entity's Holding Items)of the summoned command block

Attachments

Comments 4

please provide the enthire command

Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w42a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time.

This is how escaping works. If you need to preserve escape characters, you need to add more backslashes per depth (1 + (2n), where n is the number of current backslashes).

송민제

(Unassigned)

Unconfirmed

Minecraft 1.8.7

Retrieved