Files
Yogstation/config/maps.txt
2019-02-13 23:44:17 +00:00

64 lines
1.3 KiB
Plaintext

This file contains a list of maps for use in map rotation.
#Lines starting with # are ignored.
Lines not inside map blocks are also ignored
Duplicated entries use the latter one.
All whitespace at the start and end of lines is ignored. (including indentation, thats just for show)
Format:
#map [map name] (name of .json file in _maps folder without the .json part)
minplayers [number] (0 or less disables this requirement)
maxplayers [number] (0 or less disables this requirement)
default (The last map with this defined will get all votes of players who have not explicitly voted for a map)
voteweight [number] (How much to count each player vote as, defaults to 1, setting to 0.5 counts each vote as half a vote, 2 as double, etc, Setting to 0 disables the map but allows players to still pick it)
disabled (disables the map)
endmap
map yogstation
default
voteweight 1.5
endmap
#map boxstation
#default
#voteweight 1.5
#endmap
#map metastation
#minplayers 25
#endmap
map yogsmeta
minplayers 25
endmap
#map pubbystation
#endmap
map yogspubby
endmap
#map deltastation
#minplayers 50
#endmap
map yogsdelta
minplayers 50
endmap
#map donutstation
#minplayers 50
#endmap
map yogsdonut
minplayers 50
endmap
map runtimestation
endmap
map clownstation
voteweight 0
endmap
map multiz_debug
endmap