put player head in players hand on 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 skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Stryff

Member
Mar 14, 2021
15
0
1
18
on rightclick with playerhead it puts that playerhead on the players head slot

is that possible? how would i do that?
 
If the item is a skull, I'm pretty sure it's a vanilla feature in minecraft for it to automatically equip that item for you when you right click while holding it.
 
try
Code:
on rightclick:
  if player's tool is %item%:
    set player's helmet to player's tool
    remove 1 of player's tool from player's inventory
 
Status
Not open for further replies.