Jump to content

Request Skript: A Double Jump


YazBear

Recommended Posts

Hey, you could try this. Not sure however if it will work with no issues. If you have any errors feel free to reply.

 

on flight toggle:
	player's gamemode is not creative:
		cancel event
		wait a tick
		set player's flight state to false
		push player upwards at speed 1
		push player forwards at speed 1

 

  • Like 1

 

Active Minehut Player since 2016

Advanced at Skript - Know a lot about running a server 

If you need help with anything contact me @ KJPAKA#0001

 

Link to comment
Share on other sites

  • 1 year later...
On 5/26/2020 at 5:22 PM, KJPAKA said:

Hey, you could try this. Not sure however if it will work with no issues. If you have any errors feel free to reply.

 

on flight toggle:
	player's gamemode is not creative:
		cancel event
		wait a tick
		set player's flight state to false
		push player upwards at speed 1
		push player forwards at speed 1

 

actually this would not work. i fixed your skript here

on flight toggle:
    if player's gamemode is not creative:
        cancel event
        wait a tick
        set player's flight state to false
        push player upwards at speed 0.4
        push player forwards at speed 0.4
        make console execute "/execute at %player% run particle cloud ~ ~ ~ 1 0 1 0 100"
        make console execute "/execute at %player% run playsound minecraft:entity.bat.takeoff master @a ~ ~ ~ 100 1"
        wait 5 seconds
        set player's flight state to true

Link to comment
Share on other sites

5 hours ago, SteveMaster367 said:

actually this would not work. i fixed your skript here

on flight toggle:
    if player's gamemode is not creative:
        cancel event
        wait a tick
        set player's flight state to false
        push player upwards at speed 0.4
        push player forwards at speed 0.4
        make console execute "/execute at %player% run particle cloud ~ ~ ~ 1 0 1 0 100"
        make console execute "/execute at %player% run playsound minecraft:entity.bat.takeoff master @a ~ ~ ~ 100 1"
        wait 5 seconds
        set player's flight state to true

this was posted, more than a YEAR ago smh why do u care if its right or not

Vip: 20/12/2021

Skript is fun, I am currently working on SkChat and making stuff for market rank!

| NEWEST VERSION |

https://forums.minehut.com/topic/51451-skchat-v11-release/

1335430724_SkChatLogo.jpg.8d5d2c23ac226fcb4cd300eccd8f07c3.jpg

Link to comment
Share on other sites

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...