Mega Jump

Jumping far away into the sky

Make a jump command to send yourself as far up as you want.

Try the code:

player.onChat("jump", function (num1) {
    player.teleport(pos(0, num1, 0))
})