1.8 make item frames invincible w/ vanilla commands
Hihi, I have some map art on a server, and I don't want people to be able to break it. I saw there was an invincibility or invulnerability tag for item frames? I'd rather not get worldguardextraflags (Although it has worked for me in the past in making invincible item frames) . Is there an easy vanilla command to make all item frames (preferably in radius but elsewise is okay too) have that invulnerability tag in 1.8? I saw some stuff about execute as but I am not familiar at all with vanilla commands to be fair. Thanks!
Solution:Jump to solution
/entitydata @e[r=5,type=ItemFrame] {Invulnerable:1b}
From another server, i'll Leave this here if ny1 is Searching this thing up2 Replies
One more thing is i'd rather not /summon each one manually with the {Invincibility:1b} or whatever, I already have like 600 or something placed down, and I think summoning each 600 in their spots manually is a little past my annoyance tolerance, something that can apply invincibility to stuff in range would be nice if that's possible
Solution
/entitydata @e[r=5,type=ItemFrame] {Invulnerable:1b}
From another server, i'll Leave this here if ny1 is Searching this thing up