Same-tick teleport commands only allows last teleport to work
SOLVED. This function: (Where only last teleport works)
# Multiple teleports in single function tp @p ~1 ~ ~ tp @p ~ ~1 ~ tp @p ~ ~ ~1
Should look like: (Where all teleports work)
# Multiple teleports in single function execute at @s run tp @s ~1 ~ ~ execute at @s run tp @p ~ ~1 ~ execute at @s run tp @p ~ ~ ~1
2019-02-25, 03:47 PM
2019-02-25, 04:52 PM
2019-02-25, 04:52 PM
1
1
-