what would be the best way to set a player spawnpoint to only a x and z coord? (so the spawn position is the first solid block top to bottom)?
I thought about creating an armor stand that every ticks goes to the max height and descends to -64, stopping only upon hitting a solid block (there's no solid block tag that afaik, so I'd have to create one too), but that doesn't seem very optimal