get rid of invisible armor stand?

hi, since the reddit is blacked out, i guess i will ask this here. i'm running 1.19.3 java on a server, and i have created an invisible armor stand, but i can't get rid of it. can anyone help? i have tried to use the command line, and it's not working with the solutions i found on youtube.
1 Reply
QarthO
QarthO2y ago
go into spectator mode so you know where its at, stand near it then type this
/kill @e[type=minecraft:armor_stand,sort=nearest,limit=1]
/kill @e[type=minecraft:armor_stand,sort=nearest,limit=1]
if you're on non vanilla jar (bukkit fork/modded), you might need to add minecraft infront of it, example:
/minecraft:kill @e[type=minecraft:armor_stand,sort=nearest,limit=1]
/minecraft:kill @e[type=minecraft:armor_stand,sort=nearest,limit=1]

Did you find this page helpful?