mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 18:23:52 -06:00
chore: changed default entry format
This commit is contained in:
parent
c1d5ba2bb0
commit
bf2d7b093b
@ -41,7 +41,7 @@ The command name to use in chat.
|
||||
The format of an entry in the voting list.
|
||||
###### Default
|
||||
```json
|
||||
"{map_name} {gamemode} {map_version} {factions} ({main_assets})"
|
||||
"{map_name} {gamemode} {map_version} {factions} {main_assets}"
|
||||
```
|
||||
#### entriesAmount
|
||||
###### Description
|
||||
@ -262,7 +262,7 @@ Can be used to prevent situation when insignificant number of players decide wha
|
||||
"enabled": true,
|
||||
"discordClient": "discord",
|
||||
"entriesAmount": 6,
|
||||
"entryFormat": "{map_name} {gamemode} {map_version} {factions} ({main_assets})",
|
||||
"entryFormat": "{map_name} {gamemode} {map_version} {factions} {main_assets}",
|
||||
"automaticVoteStart": true,
|
||||
"votingDuration": 0,
|
||||
"minPlayersForVote": 30,
|
||||
|
@ -29,7 +29,7 @@ export default class MapVote extends DiscordBasePlugin {
|
||||
entryFormat: {
|
||||
required: false,
|
||||
description: "The format of an entry in the voting list",
|
||||
default: '{map_name} {gamemode} {map_version} {factions} ({main_assets})'
|
||||
default: '{map_name} {gamemode} {map_version} {factions} {main_assets}'
|
||||
},
|
||||
entriesAmount: {
|
||||
required: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user