mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
docs: minGamemodeEntries option
This commit is contained in:
parent
6c87db8c65
commit
f55943047d
16
README.MD
16
README.MD
@ -147,12 +147,16 @@ factions to exclude in map vote. ( ex: ['CAF'] )
|
|||||||
```json
|
```json
|
||||||
[]
|
[]
|
||||||
```
|
```
|
||||||
#### minRaasEntries
|
#### minGamemodeEntries
|
||||||
###### Description
|
###### Description
|
||||||
Minimum amount of RAAS layers in the vote list.
|
Minimum amount layers in the vote list per gamemode.
|
||||||
###### Default
|
###### Default
|
||||||
```json
|
```json
|
||||||
2
|
{
|
||||||
|
"raas": 2,
|
||||||
|
"aas": 2,
|
||||||
|
"invasion": 0
|
||||||
|
}
|
||||||
```
|
```
|
||||||
#### hideVotesCount
|
#### hideVotesCount
|
||||||
###### Description
|
###### Description
|
||||||
@ -302,7 +306,6 @@ Required player count to change the next layer to a seeding layer.
|
|||||||
"layerLevelWhitelist": [ "Yeho", "Gorodok", "Mutaha", "Narva", "Tallil" ],
|
"layerLevelWhitelist": [ "Yeho", "Gorodok", "Mutaha", "Narva", "Tallil" ],
|
||||||
"applyBlacklistToWhitelist": true,
|
"applyBlacklistToWhitelist": true,
|
||||||
"factionsBlacklist": [ "CAF", "INS" ],
|
"factionsBlacklist": [ "CAF", "INS" ],
|
||||||
"minRaasEntries": 2,
|
|
||||||
"hideVotesCount": false,
|
"hideVotesCount": false,
|
||||||
"showRerollOption": true,
|
"showRerollOption": true,
|
||||||
"showRerollOptionInCustomVotes": false,
|
"showRerollOptionInCustomVotes": false,
|
||||||
@ -318,6 +321,11 @@ Required player count to change the next layer to a seeding layer.
|
|||||||
"instantSeedingModePlayerCount": 5,
|
"instantSeedingModePlayerCount": 5,
|
||||||
"nextLayerSeedingModePlayerCount": 20,
|
"nextLayerSeedingModePlayerCount": 20,
|
||||||
"seedingGameMode": "Seed",
|
"seedingGameMode": "Seed",
|
||||||
|
"minGamemodeEntries": {
|
||||||
|
"raas": 2,
|
||||||
|
"aas": 2,
|
||||||
|
"invasion": 0
|
||||||
|
},
|
||||||
"timeFrames": [
|
"timeFrames": [
|
||||||
{
|
{
|
||||||
"name": "follow layer rotation list",
|
"name": "follow layer rotation list",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user