Wystarczy jeden z miliona skryptów na losowe tp z forum i dopisanie in world "Texas"...
Lub pyraRTP od ZiemniaQ i dopisanie jednej linijki...
function getRandomLoc(xmin: integer=-1000, xmax: integer=1000, zmin: integer=-1000, zmax: integer=1000, world: text="world") :: location:
while {_return} is not set:
set {_x} to random integer between {_xmin} and {_xmax}
set {_z} to random integer between {_zmin} and {_zmax}
set {_loc} to highest block at location at {_x}, 0, {_z} in world ({_world} parsed as world)
if block at {_loc} != lava or water:
add 1 to y-loc of {_loc}
if (block at {_loc}) and (block above block at {_loc}) != lava:
set {_return} to {_loc}
return {_return}
on portal:
cancel event
teleport player to getRandomLoc(-500,500,-500,500,"Texas")