Update 'tptest.sk'

main
Anorak_1 2022-09-05 16:25:12 +00:00
parent 9db655f1e2
commit 8ac1e62ea3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
command /tpdown:
trigger:
set {_loc} to location of the player
set y of {_loc} to y - 5 parsed as integer
set y of {_loc} to y of {_loc} - 5 parsed as integer
teleport the player to {_loc}