diff --git a/tptest.sk b/tptest.sk index e9e273b..9658971 100644 --- a/tptest.sk +++ b/tptest.sk @@ -1,8 +1,6 @@ command /tpdown: trigger: set {_loc} to location of the player - set {_y} to y of {_loc} - set {_y} to {_y}-5 - set y of {_loc} to 68 + remove 5 from {_loc}'s y-coordinate teleport the player to {_loc} send {_loc} to player \ No newline at end of file