From f54ae8f46bdc5f074ad13f225b1c2a2c1cd8261f Mon Sep 17 00:00:00 2001 From: komatoo Date: Wed, 15 Feb 2023 00:49:51 +0200 Subject: [PATCH] Update documentation by minimumVotesToAcceptResult --- README.MD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.MD b/README.MD index 57b7ff6..00934d6 100644 --- a/README.MD +++ b/README.MD @@ -239,6 +239,15 @@ Array of timeframes that allows to override options based on local time. See exa } } ``` +#### minimumVotesToAcceptResult +###### Description +Minimum votes per map to accept result. + +Can be used to prevent situation when insignificant number of players decide what map should be next, but most still wants to play map according to rotation. +###### Default +```json +1 +``` ### Example configuration ```json { @@ -270,6 +279,7 @@ Array of timeframes that allows to override options based on local time. See exa "channelID": "112233445566778899", "persistentDataFile": "", "timezone": 2, + "minimumVotesToAcceptResult": 1, "timeFrames": [ { "name": "follow layer rotation list",