I read over the docs for
, it says "These events can be performance heavy as they are called quite often.", is there a way to do what my script does but without that performance drain?
SCSS:
on player move
Code:
on player move:
if player is in world "poppedmc_nether":
if y-coordinate of player > 127:
execute player command "spawn %player%"