Spawning: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(rewrite page, move to separate page)
 
(rewording)
Line 1: Line 1:
When players first join the server, they are placed at a random location on the map. This behavior is managed by the '''RandomSpawn''' plugin ([https://github.com/CivMC/RandomSpawn source]).
Typically, when players first join civ servers, they are placed at a random location on the map. This behavior is managed by the '''RandomSpawn''' plugin ([https://github.com/CivMC/RandomSpawn source]).


== Mechanics ==
== Mechanics ==


New players spawn on the highest block of their randomly chosen spawn location. This typically leads to players being spawned on top of buildings. Certain blocks, such as water, obsidian, and carpet, are blacklisted and players will not spawn on them. This is to prevent new players from spawning in the middle of an ocean or defensive infrastructure like a [[Vault]].
New players spawn on the highest block of their randomly chosen spawn location. This often leads to players being spawned on top of buildings. Certain blocks, such as water, obsidian, and carpet, are blacklisted and players will not spawn on them. This is to prevent new players from spawning in the middle of an ocean or defensive infrastructure like a [[Vault]].


=== Spawn Points ===
=== Spawn Points ===