spawnLocation

abstract var spawnLocation: Location

The spawn location for the world.

Example:

world.edit {
spawnLocation = Location(world, 0.0, 64.0, 0.0)
}