Hello I was looking for some help I want to make a thing where when I execute /uhc start it tps everyone to a random location (1000x1000) in default world "world" and they cant take fall dmg for 20 secs when I execute that cmd.
Like this? Code: $x = mt_rand(-500, 1000); $y = mt_rand(70, 120); $z = mt_rand(-500, 1000); $player->teleport(new Vector3 ($x, $y, $z));