This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View 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
}