#add nbt tag to armor stand

1 messages · Page 1 of 1 (latest)

golden salmon
#

I want to add a nbt tag to an armor stand but it aint working

surreal venture
#

Heres a code I made a while back for my private creative server, feedback I translated to englishon right click on item frame or armor stand: if player's gamemode is creative: if player's held item is debug stick: if player is sneaking: if tag "Invisible" of nbt of event-entity is 1: send "<tooltip:&7Server message>&7[👁]<reset> &fSet %event-entity% &7[%x-coordinate of event-entity% %y-coordinate of event-entity% %z-coordinate of event-entity%] &ato visible" to player cancel event delete tag "Invisible" of nbt of event-entity else: send "<tooltip:&7Server message>&7[👁]<reset> &fSet %event-entity% &7[%x-coordinate of event-entity% %y-coordinate of event-entity% %z-coordinate of event-entity%] &cto invisible" to player cancel event set tag "Invisible" of nbt of event-entity to 1 else: if tag "Invisible" of nbt of event-entity is 1: send "<tooltip:&7Server message>&4[👁]<reset> &cCan't edit entities set to invisible" to player cancel event

charred dirge
golden salmon
#

Is there any code for skbee that adds nbt tags to entitys?

charred dirge
#

Uh, yes

#

Thats like the whole point of skbee; nbt

golden salmon
#

Yes but there is no tutorial

#

I know how to check the nbt tags but not how to add

sharp timber
charred dirge