mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 01: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
|
### Example configuration
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -270,6 +279,7 @@ Array of timeframes that allows to override options based on local time. See exa
|
|||||||
"channelID": "112233445566778899",
|
"channelID": "112233445566778899",
|
||||||
"persistentDataFile": "",
|
"persistentDataFile": "",
|
||||||
"timezone": 2,
|
"timezone": 2,
|
||||||
|
"minimumVotesToAcceptResult": 1,
|
||||||
"timeFrames": [
|
"timeFrames": [
|
||||||
{
|
{
|
||||||
"name": "follow layer rotation list",
|
"name": "follow layer rotation list",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user