Include includeMainAssetsInBroadcast

Include includeMainAssetsInBroadcast option in the README.MD file
This commit is contained in:
sergelouie6 2023-01-27 08:27:32 +08:00 committed by GitHub
parent 7843bf50b8
commit d629253261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,13 @@ Enables the broadcast at the end of the voting.
```json ```json
true true
``` ```
#### includeMainAssetsInBroadcast
###### Description
Shows/Hides Helis and Tanks in the broadcast if they are included in the voting layer.
###### Default
```json
true
```
#### allowedSameMapEntries #### allowedSameMapEntries
###### Description ###### Description
Allowed max NUMBER of times a map could appear in the vote list. Allowed max NUMBER of times a map could appear in the vote list.
@ -265,6 +272,7 @@ Array of timeframes that allows to override options based on local time. See exa
"voteBroadcastMessage": "✯ MAPVOTE ✯\nVote for the next map by writing in chat the corresponding number!", "voteBroadcastMessage": "✯ MAPVOTE ✯\nVote for the next map by writing in chat the corresponding number!",
"voteWinnerBroadcastMessage": "✯ MAPVOTE ✯\nThe winning layer is\n\n", "voteWinnerBroadcastMessage": "✯ MAPVOTE ✯\nThe winning layer is\n\n",
"showWinnerBroadcastMessage": true, "showWinnerBroadcastMessage": true,
"includeMainAssetsInBroadcast" true,
"allowedSameMapEntries": 1, "allowedSameMapEntries": 1,
"logToDiscord": true, "logToDiscord": true,
"channelID": "112233445566778899", "channelID": "112233445566778899",