@Dirkfried @leadore Rain is global and random.
The spawn pos is based on the default Luanti spawn position which is generally biased around (0,0). Repixture might reposition the player slightly if it detects danger to prevent spawning in a thistle.
The respawn position is either your bed or, if you don’t have one, determined by Luanti (which again is biased towards (0,0)).
Player Spawn Algorithm# The player spawn algorithm (or spawn algorithm for short) tries to find a suitable spawn or respawn position for players. It is run whenever a player spawns or respawns. This page describes how Luanti’s builtin spawn algorithm works, as of version 5.7.0. Note that individual mods and games can choose to override the spawning behavior (Minetest Game notably does). The setting static_spawnpoint can also override it. Overview# If the setting static_spawnpoint is set to a valid position, Luanti will spawn new players at this position.