From f75c1dc74037e8232cfc4ba9987a6b1f29fcf73e Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sat, 22 Jan 2022 20:51:52 +0100 Subject: [PATCH] Add 'Configuration options' --- Configuration-options.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Configuration-options.md diff --git a/Configuration-options.md b/Configuration-options.md new file mode 100644 index 0000000..6084b1c --- /dev/null +++ b/Configuration-options.md @@ -0,0 +1,7 @@ +| Node | Description | +| -------- | -------- | +| language | The language used for the plugin (en, nb-no) | +| perWorldPermissions | Sets permissions for the current world instead of setting them globally | +| removePermissionSignIfMissing | If enabled, permission signs that have lost their physical sign will be removed during startup. This prevents permission signs from staying in a broken state until the sign is replaced. | +| enableIndirectSignProtection | Protects permission signs against indirect sources such as pistons and explosions. Only disable this if your permission signs are protected by another plugin. | +| enableExtensiveSignProtection | Whether to protect signs on "unstable" blocks such as sand or anvils. Does not protect signs on "lag pyramids" or similar, but protects signs on top of, or attached to a pillar of sand. | \ No newline at end of file