# This is a valid YAML file. We could possibly also use ZDoom's built in parser. --- # Default settings that should be applied to every playlist entry. defaults: # Compatflags compatflags: 4321 # DMFlags dmflags: 1234 # Minimum number of players for the server to switch to this playlist entry. minplayers: 6 # Playlist entries under here. entries: # A single playlist entry - can be callvoted or switched to by an administrator. map01-ctf: compatflags: 1234 dmflags: 4321 # Gametype of playlist entry. gametype: ctf # Map of playlist entry. map: map01 map01-smallctf: # Prevent players from callvoting this playlist entry. callvote: false # Individual flags that aren't covered by dmflags/compatflags. flags: sv_unblockplayers: false gametype: ctf map: map19 # Maximum number of players for the server to switch to this playlist entry. maxplayers: 8 minplayers: 0 map01-tdm: compatflags: 4321 dmflags: 1234 gametype: teamplay map: map01 # Name of the playlist, visible from Doomseeker. name: "Big Team Battle" # Playlist version, so we can alert administrators if they're using an out-of-date playlist syntax. playlistversion: 1