Beelzebu / DamageIndicator

Minecraft plugin to show the damage taken by a entity
https://www.spigotmc.org/resources/55974/
Apache License 2.0
6 stars 5 forks source link

armor stand bugged while player was killing enderman #4

Open comonier opened 5 years ago

comonier commented 5 years ago

image

I can not click armor_stand it is intangible, the plugin tools do not work, all I can see is its name, however it is small, invisible, invuneravel as if it were in gamemode 3, I can only watch on gamemode 3, but the command can find it by name, why do you create a command in the plugin for it to delete it? please!

comonier commented 5 years ago

did not worked /minecraft:kill @e[type=!armor_stand,distance=5,nbt={Invisible:1},nbt={Invunerable:1}] /kill @e[type=minecraft:armor_stand,distance=..5] /kill @e[type=minecraft:armor_stand,distance=5] /kill @e[sort=nearest,limit=1,type=minecraft:armor_stand] /kill @e[type=ArmorStand,r=5] /kill @e[type=armor_stand,c=1]

TerryKuuuu commented 3 years ago

Want to kill the armor stand? Try this! /minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]