Putting something on a players 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 community!

    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.

JackyBoy

Member
Feb 4, 2017
104
1
18
Hey there, I was wondering if there was a way so that when a player right clicks with a certain block it will put it on their head
 
code_language.skript:
on rightclick:
    if player's tool is whatever:
        set player's helmet to player's tool
 
hmmmm i just tested and it didnt work for me either but it worked when i tried cobblestone

i have no idea whats wrong but for now you can use this:
code_language.skript:
on rightclick:
    if "%player's tool%" is "nether_wart_block":
        set player's helmet to player's tool
 
Status
Not open for further replies.