Player Head Command

  • 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 skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

8pixels

New Member
Mar 24, 2022
6
1
1
22
How do I make a head command? Like for example: /phead [player]?

I tried some stuff but it didn't work so I would like some help!
[doublepost=1648192606,1648189498][/doublepost]
How do I make a head command? Like for example: /phead [player]?

I tried some stuff but it didn't work so I would like some help!
(head of specified player)
 
Code:
command /phead <player>:
  permission: your.perm
  trigger:
    give player 1 of arg-1's head
    send "Your message" to player
 
  • Like
Reactions: 8pixels
Status
Not open for further replies.