Custom head

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

popomoka

New Member
Oct 7, 2023
6
0
1
22
do you know any good way to give custom head to player in skript in 1.19? i tried multiple plugins and the closest that i got was with SKull but i can't find a way to stack skulls because they are generated with random UUID's... i can't find any documentation either if you know where i could find this. :emoji_slight_smile:
 
command /head [<offline player>]:
permission: heads
trigger:
if player does not have permission "heads":
send "&4You do not have permission to do this!" to player
else:
give player arg-1's skull
send "&b+1 %arg-1%'s skull"
This code didn't show any errors.

I'm pretty sure you have to use player heads