We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e26415 commit 36d540cCopy full SHA for 36d540c
plugins/cloud/schemas/cloud_schema.yaml
@@ -5,7 +5,7 @@ mapping:
5
type: map
6
nullable: false
7
mapping:
8
- banlist: {type: str, nullable: false, enum: ['pvp', 'pve']}
+ banlist: {type: str, nullable: false, enum: ['pvp', 'pve', 'both']}
9
dcs-ban: {type: bool, nullable: false}
10
discord-ban: {type: bool, nullable: false}
11
watchlist_only: {type: bool, nullable: false}
0 commit comments