docs: added developersAreAdmins option

This commit is contained in:
Davide Fantino 2023-04-19 23:03:22 +02:00
parent 3ad223c0ae
commit 5a553ff090

View File

@ -274,6 +274,13 @@ Required player count to change the next layer to a seeding layer.
```json
20
```
#### developersAreAdmins
###### Description
Developers of this plugin are allowed to run admin commands in anychat.
###### Default
```json
true
```
###### Timeframe format
```javascript
{
@ -321,6 +328,7 @@ Required player count to change the next layer to a seeding layer.
"instantSeedingModePlayerCount": 5,
"nextLayerSeedingModePlayerCount": 20,
"seedingGameMode": "Seed",
"developersAreAdmins": true,
"minGamemodeEntries": {
"raas": 2,
"aas": 2,