From 5a553ff090902efbc2eb82cd5660fb17fc0dbbfc Mon Sep 17 00:00:00 2001 From: Davide Fantino <80767709+fantinodavide@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:03:22 +0200 Subject: [PATCH] docs: added developersAreAdmins option --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index 1229063..26716b1 100644 --- a/README.MD +++ b/README.MD @@ -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,