mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
Update README.MD
This commit is contained in:
parent
9024ec0945
commit
027c6c6398
13
README.MD
13
README.MD
@ -128,12 +128,13 @@ Array of timeframes that allows to override options based on local time. See exa
|
|||||||
###### Timeframe format
|
###### Timeframe format
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"name": "friendly name", // a friendly name visible in the logs
|
name: "friendly name", // a friendly name visible in the logs
|
||||||
"start": "12:00", // timeframe start time <hour>:<minutes>
|
start: "12:00", // timeframe start time <hour>:<minutes>
|
||||||
"end": "18:00", // timeframe end time <hour>:<minutes>
|
end: "18:00", // timeframe end time <hour>:<minutes>
|
||||||
"utcTime": true, // true: use UTC time; false: use LOCAL time
|
utcTime: true, // true: use UTC time; false: use LOCAL time
|
||||||
"overrides": {
|
overrides: { // options to override
|
||||||
"automaticVoteStart": false
|
automaticVoteStart: false,
|
||||||
|
layerLevelBlacklist: [ "Anvil", "Chora" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user