Initial
This commit is contained in:
24
overrides/config/craftdevmods/respawn-location-picker.cfg
Normal file
24
overrides/config/craftdevmods/respawn-location-picker.cfg
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user