#disable gravity of last spawned armor stand and make it small
1 messages · Page 1 of 1 (latest)
Line 11: (minions\mining_minion.sk)
"{CustomNameVisible:1,NoGravity:1b,Small:1,Invisible:0,Invulnerable:1,NoBasePlate:1,DisabledSlots:2039583}" can't be added to an nbt compound because the former is not an nbt compound
Line: add "{CustomNameVisible:1,NoGravity:1b,Small:1,Invisible:0,Invulnerable:1,NoBasePlate:1,DisabledSlots:2039583}" to nbt of {_stand}
my skript:
variables:
{minions.%player%.locataion} = 0
command /minion:
trigger:
set {minions.%player%.location} to location of block under player
send "&7[&aSluhové&7] &eŮspěšně vytvořen sluha na &2%{minions.%player%.location}%&e!" to player
spawn an armor stand at location of {minions.%player%.location}
set {_stand} to last spawned armor stand
add "{CustomNameVisible:1,NoGravity:1b,Small:1,Invisible:0,Invulnerable:1,NoBasePlate:1,DisabledSlots:2039583}" to nbt of {_stand}