#Special player head to command

1 messages · Page 1 of 1 (latest)

lofty nacelle
#

remove the underscore

proud ridge
lofty nacelle
#

broadcast name of clicked block
You probably aren't detecting the name of the block correctly

crisp surge
#

blocks can't have names

lofty nacelle
#

No, but block entities can.

#

remove the underscore
you'll need to use SkBee to get the nbt of the block

#
on rightclick:
    clicked block is set
    set {_b} to nbt compound of clicked block
    set {_n} to tag "SkullOwner;Name" of {_b}
    broadcast "%{_n}%"```