Files
Astroblock/overrides/config/craftdevmods/respawn-location-picker.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

25 lines
565 B
INI

# Configuration file
general {
# should players be allowed to add spawnpoints using /addspawnpoint
B:allowCustomSpawnpoints=true
# will players get the coordinates, biome, both or none if hovering over a waypoint?
# Valid values:
# NONE
# BIOME
# COORDINATES
# BOTH
S:displayMode=BOTH
# maximum number of respawn locations a player can have
# Min: 0
# Max: 100
I:respawnLocations=10
# whether or not to include the global world spawn in the list of available respawn points
B:showWorldSpawn=false
}