mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 18:23:52 -06:00
Update documentation by minimumVotesToAcceptResult
This commit is contained in:
parent
1297e10542
commit
f54ae8f46b
10
README.MD
10
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user