mirror of
https://github.com/AsgardEternal/squad-js-map-vote.git
synced 2025-01-24 00:13:52 -06:00
docs: added developersAreAdmins option
This commit is contained in:
parent
3ad223c0ae
commit
5a553ff090
@ -274,6 +274,13 @@ Required player count to change the next layer to a seeding layer.
|
|||||||
```json
|
```json
|
||||||
20
|
20
|
||||||
```
|
```
|
||||||
|
#### developersAreAdmins
|
||||||
|
###### Description
|
||||||
|
Developers of this plugin are allowed to run admin commands in anychat.
|
||||||
|
###### Default
|
||||||
|
```json
|
||||||
|
true
|
||||||
|
```
|
||||||
###### Timeframe format
|
###### Timeframe format
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
@ -321,6 +328,7 @@ Required player count to change the next layer to a seeding layer.
|
|||||||
"instantSeedingModePlayerCount": 5,
|
"instantSeedingModePlayerCount": 5,
|
||||||
"nextLayerSeedingModePlayerCount": 20,
|
"nextLayerSeedingModePlayerCount": 20,
|
||||||
"seedingGameMode": "Seed",
|
"seedingGameMode": "Seed",
|
||||||
|
"developersAreAdmins": true,
|
||||||
"minGamemodeEntries": {
|
"minGamemodeEntries": {
|
||||||
"raas": 2,
|
"raas": 2,
|
||||||
"aas": 2,
|
"aas": 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user