When enabled, players will spawn at their last location upon joining the server.
When disabled, players will teleport to the spawn point upon joining.
Player-Respawn-Priority Setting Added:
Place where the player will respawn upon death at the top.
Bed: When a player dies, if they have a bed, they respawn at their bed. Otherwise, they respawn at the spawn point.
Spawn: When a player dies, they respawn at the spawn point even if they have a bed.
Code (YAML):
# When this setting is enabled, when the player enters the server, they will be in their last location. # If this setting is not enabled, the player will be teleported to the spawn point when they enter the server. Teleport-Player-To-Last-Location-When-Joined: true
# Place where the player will respawn upon death at the top. # Bed: When a player dies, if they have a bed, they respawn at their bed. Otherwise, they respawn at the spawn point. # Spawn: When a player dies, they respawn at the spawn point even if they have a bed. Player-Respawn-Priority: - Bed
- Spawn