docs: minGamemodeEntries option

This commit is contained in:
Davide Fantino 2023-04-01 02:57:07 +02:00
parent 6c87db8c65
commit f55943047d

View File

@ -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",