help! skript

  • 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.

christianmv84

Active Member
Jul 20, 2017
50
0
0
59
hello what I want to do is put an iron breastplate that flies, which is going to be spent every 2 seconds when flying

ty

and that only when falling from the jetpack do not hurt yourself from falling just by falling

example:

code_language.skript:
on (fly):
    player is wearing {leatherjetpack}
    thrust player upwards at speed 0.3
    thrust player forwards at speed 0.1
    show mob spawner flames at location of the player
    damage player's chestplate by 0 heart
    no damage
 
Last edited:
hello what I want to do is put an iron breastplate that flies, which is going to be spent every 2 seconds when flying

ty

and that only when falling from the jetpack do not hurt yourself from falling just by falling

example:

code_language.skript:
on (fly):
    player is wearing {leatherjetpack}
    thrust player upwards at speed 0.3
    thrust player forwards at speed 0.1
    show mob spawner flames at location of the player
    damage player's chestplate by 0 heart
    no damage
I mean youre basically asking us to write it for you... if thats what you want, post this in requests, if not, use the docs
i.e. for the no fall damage use the damage event and check if the player is wearing your jetpack (maybe it has a certain, name, lore, etc) and cancel the event if they are
 
Status
Not open for further replies.