Seems to be pretty random North to South but it is literally always on the very far west side.
type: command
name: suduraearth
description: Teleport to a random spot in a continent
usage: /suduraearth <<>continent<>>
aliases:
- suduraglobe
- sudurartp
permission: sudura.user.util.earth
tab completions:
1: asia|north-america|south-america|europe|australia|antarctica|africa
script:
- if !<server.flag[continents].keys.contains[<context.args.get[1]>]>:
- narrate "<&c>Not a valid continent. Try again!"
- stop
- define tpLocation <server.flag[continents].get[<context.args.get[1]>].spawnable_blocks.random>
- while !<[tpLocation].light.sky.is_more_than_or_equal_to[13]>:
- define tpLocation <server.flag[continents].get[<context.args.get[1]>].spawnable_blocks.random>
- teleport <player> <[tpLocation]>```
Narrated polygon (Europe) - Newlined each vertex:
```polygon@earth,64.0,128.0,
-992.0,-5392.0,
-560.0,-6048.0,
2400.0,-7248.0,
5472.0,-6992.0,
5392.0,-4880.0,
5056.0,-4240.0,
3472.0,-4640.0,
2816.0,-4208.0,
1664.0,-4080.0,
816.0,-4464.0,
-560.0,-3792.0,
-960.0,-3936.0,
-880.0,-4384.0'```
In literally 25+ attempts I'm ending up in Ireland; a miniscule part of the polygon majority of the time; and the rest south of that (still on the far west side but random up/down)