The MapVote
plugin for squad js based on the original version https://github.com/maskedmonkyman/squad-js-map-vote
The number of players needed on the server for a vote to start.
30
The time in mins from the start of a round to the start of a new map vote.
10
The broadcast interval for vote notification in mins.
7
The set a seeding layer if server has less than 20 players.
true
The random layer list will be generated with only selected gamemodes.
[ "AAS", "RAAS", "INVASION" ]
The random layer list will not include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).
[]
{
"plugin": "MapVote",
"enabled": true,
"minPlayersForVote": 30,
"voteWaitTimeFromMatchStart": 10,
"voteBroadcastInterval": 7,
"numberRecentMapsToExlude": 4,
"automaticSeedingMode": true,
"gamemodeWhitelist": [ "AAS", "RAAS", "Invasion" ],
"layerLevelBlacklist": [ "BlackCoast_Seed" ]
}