Solved Custom Effects!

  • 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.
Code:
command /ghoe:
    permission: g.hoe
    trigger:
        give player golden hoe named "&aHold To Flight"
on tool change:
    if name of tool of player is "&aHold To Flight":
        set player's flight mode to true
    else:
        set player's flight mode to false
 
  • Like
Reactions: TheCringleYT
With and without if possible.

Thanks!
Code:
on consume of mushroom soup:
    if player's flight mode is false:
        set player's flight mode to true
        send "Fly On"
    if player's flight mode is true:
        set player's flight mode to false
        send "Fly Off"
 
How lovely :emoji_slight_smile:
[doublepost=1570344468,1570344358][/doublepost]I really want to own a Minecraft server but I don't have any money and I want it to stay on 24/7, I don't care if the IP is numbers I just want to make a server for the community!


- TheCringleYT

PS.

I don't want to leave a computer / laptop on 24/7.
[doublepost=1570344627][/doublepost]Do you know any cheap Minecraft hosting with a lifetime plan?

Answers would be appriciated.
[doublepost=1570360446][/doublepost]Thanks everyone!

THREAD LOCKED TEMPORALLY.
 
Status
Not open for further replies.