Hey so I'm currently making a command called "water MLG" wherein it teleports you to a random location when you do a command and sends you 50 blocks into the air with a water bucket. The only problems is the chunks aren't loaded so I can't see anything, here is my code so far
permission: op
trigger:
set {_x} to random integer between -4000 and 4000
set {_z} to random integer between -4000 and 4000
set {_loc} to highest solid block at location({_x}, 0, {_z}, "MLG")
teleport player to {_loc}
Thanks in advance <3