Achoo Posted April 10, 2022 Posted April 10, 2022 I'd like someone to help me out, I'm trying to figure out how to make a Double Jump skript for a roleplay server, but I don't know how.
Darth1013 Posted April 11, 2022 Posted April 11, 2022 Here is the basic launch skript: push player upwards with speed 5
filv Posted April 11, 2022 Posted April 11, 2022 Made a small skript so you don't take fall damage when you use the double jump (used with right clicking feather, but can be changed) on right click with feather: push player upwards with speed 1 set {nofall.%player%} to true on damage: if damage was caused by fall: if {nofall.%victim%} is true: cancel event set {nofall.%victim%} to false
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now