mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-23 18:23:52 -06:00
updated doc
This commit is contained in:
parent
b407db8ee7
commit
c1e6f93aa7
16
README.MD
16
README.MD
@ -76,9 +76,23 @@ The random layer list will be generated with only selected gamemodes.
|
||||
```json
|
||||
[ "AAS", "RAAS", "INVASION" ]
|
||||
```
|
||||
#### layerFilteringMode
|
||||
###### Description
|
||||
Select Whitelist mode or Blacklist mode.
|
||||
###### Default
|
||||
```json
|
||||
"blacklist"
|
||||
```
|
||||
#### layerLevelWhitelist
|
||||
###### Description
|
||||
The random layer list will include ONLY the whitelisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).
|
||||
###### Default
|
||||
```
|
||||
[]
|
||||
```
|
||||
#### layerLevelBlacklist
|
||||
###### Description
|
||||
The random layer list will not include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).
|
||||
The random layer list will NOT include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).
|
||||
###### Default
|
||||
```
|
||||
[]
|
||||
|
@ -72,7 +72,7 @@ export default class MapVote extends DiscordBasePlugin {
|
||||
},
|
||||
layerLevelWhitelist: {
|
||||
required: false,
|
||||
description: 'random layer list will not include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1)',
|
||||
description: 'random layer list will include only the whitelisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1)',
|
||||
default: []
|
||||
},
|
||||
layerLevelBlacklist: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user