From 1de8660e9d4c8f14a3b887e6f137d1c44a2664ef Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 5 Sep 2021 19:19:27 +0200 Subject: Add plugin API (#48) --- doc/config.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/config.md') diff --git a/doc/config.md b/doc/config.md index 39164ed..47ef4a6 100644 --- a/doc/config.md +++ b/doc/config.md @@ -5,6 +5,13 @@ The file name is `config.json`. ## Format The configuration file contains JSON data. The fields are as follows. +> `NoPlugins` +``` +Type: bool +Default: false +Description: Plugins are not loaded if this is true. +``` + > `RequirePasswd` ``` Type: bool -- cgit v1.2.3