mojira.dev

Bradley Smith

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MCPE-217031 Cannot deleted corrupted worlds Duplicate MCPE-194376 Every command block is broken Unconfirmed MC-76027 Item Frame drops off wall if Netherack Fence placed on wall below it. Duplicate

Comments

That command (if correct) would have rotated every ItemFrame on the server, give it a custom name. Below I have listed the 2 commands to make it work the way you want:

Try this:

Summon a custom Item Frame with this command:

/summon ItemFrame ~ ~ ~ {id:"ItemFrame",CustomName:"LockFrame"}

Then use the command below to Lock/Unlock the Frame (ie spin it backwards to hide the arrow):

/entitydata @e[name=LockFrame] {Rotation:[180.0f,0.0f]}

.