help me in 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.

xxxHIxxx

Member
May 2, 2021
21
1
3
i want head fly and on click on head give player item

plsssssssssss fix my problem

sorry for my enlish
 
Last edited:
i want head fly and on click on head give player item

plsssssssssss fix my problem

sorry for my enlish
Code:
on right click:
    if tool of player is skull:
        make console execute "fly %player%"
[doublepost=1620085486,1620085448][/doublepost]
Code:
on right click:
    if tool of player is skull:
        if player has permission "skull.fly":
            make console execute "fly %player%"
 
on click:
if item is head
Code:
on right click:
    if tool of player is skull:
        make console execute "fly %player%"
[doublepost=1620085486,1620085448][/doublepost]
Thanks for whoever I mean like this
[doublepost=1620108645][/doublepost]
I'm sorry but this makes no sense at all
like this
 

Attachments

  • [Skript] Crate Head _ SpigotMC - High Performance Minecraft - Google Chrome 5_4_2021 10_07_55 AM.png
    [Skript] Crate Head _ SpigotMC - High Performance Minecraft - Google Chrome 5_4_2021 10_07_55 AM.png
    52.9 KB · Views: 89
  • [Skript] Crate Head _ SpigotMC - High Performance Minecraft - Google Chrome 5_4_2021 10_07_55 AM.png
    [Skript] Crate Head _ SpigotMC - High Performance Minecraft - Google Chrome 5_4_2021 10_07_55 AM.png
    52.9 KB · Views: 100
I have not tested, but it should work
Code:
on right click on (your block name goes here):
    if name of event-block is "your block name goes here":
        #do stuff
 
Status
Not open for further replies.