Solved Faster Ladder Climbing

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

FistoF

Active Member
Feb 11, 2017
53
0
6
www.planetminecraft.com
Category

Suggested Name
Faster Ladder Climbing

What I want
A simple script that allows Players go up and down ladders much faster (with Levitation or push, maybe).
Look straight up to go up the ladder (a bit like in Counter-Strike). Look straight down to go down the ladder.

Ideas for Options
Option that allows increasing / decreasing how much faster the Player climb.
[doublepost=1487085728,1486816336][/doublepost]bump
[doublepost=1513441128][/doublepost]bump
[doublepost=1524327721][/doublepost]bump
 
code_language.skript:
on join:
    while player is online:
        if block at player is ladder:
            if player's pitch is less than -80: #-90 is looking straight up but this felt more natural when i tested it
                push player up at speed 0.1 #edit speed here
        wait 1 tick
pushing a player down a ladder doesnt work
 
  • Like
Reactions: FistoF