mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 17:13:54 -06:00
layer filtering in seeding mode
This commit is contained in:
parent
5ced2b07cc
commit
a7d8badbd6
15
README.MD
15
README.MD
@ -31,3 +31,18 @@
|
||||
<p>The random layer list will not include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).</p>
|
||||
<h6>Default</h6>
|
||||
<pre><code>[]</code></pre></li>
|
||||
<h3>Example configuration</h3>
|
||||
<pre><code>
|
||||
{
|
||||
"plugin": "MapVote",
|
||||
"enabled": true,
|
||||
"minPlayersForVote": 30,
|
||||
"voteWaitTimeFromMatchStart": 10,
|
||||
"voteBroadcastInterval": 7,
|
||||
"numberRecentMapsToExlude": 4,
|
||||
"automaticSeedingMode": true,
|
||||
"gamemodeWhitelist": [ "AAS", "RAAS", "Invasion" ],
|
||||
"layerLevelBlacklist": [ "BlackCoast_Seed" ]
|
||||
}
|
||||
</code></pre></li>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user