From f55943047dcee564e3798a263ab91736acfdac7c Mon Sep 17 00:00:00 2001 From: Davide Fantino <80767709+fantinodavide@users.noreply.github.com> Date: Sat, 1 Apr 2023 02:57:07 +0200 Subject: [PATCH] docs: minGamemodeEntries option --- README.MD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index c9fb613..1229063 100644 --- a/README.MD +++ b/README.MD @@ -147,12 +147,16 @@ factions to exclude in map vote. ( ex: ['CAF'] ) ```json [] ``` -#### minRaasEntries +#### minGamemodeEntries ###### Description -Minimum amount of RAAS layers in the vote list. +Minimum amount layers in the vote list per gamemode. ###### Default ```json -2 +{ + "raas": 2, + "aas": 2, + "invasion": 0 +} ``` #### hideVotesCount ###### Description @@ -302,7 +306,6 @@ Required player count to change the next layer to a seeding layer. "layerLevelWhitelist": [ "Yeho", "Gorodok", "Mutaha", "Narva", "Tallil" ], "applyBlacklistToWhitelist": true, "factionsBlacklist": [ "CAF", "INS" ], - "minRaasEntries": 2, "hideVotesCount": false, "showRerollOption": true, "showRerollOptionInCustomVotes": false, @@ -318,6 +321,11 @@ Required player count to change the next layer to a seeding layer. "instantSeedingModePlayerCount": 5, "nextLayerSeedingModePlayerCount": 20, "seedingGameMode": "Seed", + "minGamemodeEntries": { + "raas": 2, + "aas": 2, + "invasion": 0 + }, "timeFrames": [ { "name": "follow layer rotation list",