From 04bb035a83af96d55e7dffea514c505c66ce0f54 Mon Sep 17 00:00:00 2001 From: RedstoneFuture Date: Sun, 3 Oct 2021 19:55:38 +0200 Subject: [PATCH] Add warning nore about enable-ops to config files (#3170) --- bukkit/src/main/resources/config.yml | 3 ++- fabric/src/main/resources/luckperms.conf | 3 ++- nukkit/src/main/resources/config.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 3dd7fa872..eb8d1c57a 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -585,7 +585,8 @@ group-weight: # Controls whether server operators should exist at all. # # - When set to 'false', all players will be de-opped, and the /op and /deop commands will be -# disabled. +# disabled. Note that vanilla features like the spawn-protection require an operator on the +# server to work. enable-ops: true # Enables or disables a special permission based system in LuckPerms for controlling OP status. diff --git a/fabric/src/main/resources/luckperms.conf b/fabric/src/main/resources/luckperms.conf index f8769ebc8..2ffa927eb 100644 --- a/fabric/src/main/resources/luckperms.conf +++ b/fabric/src/main/resources/luckperms.conf @@ -572,7 +572,8 @@ group-weight { # Controls whether server operators should exist at all. # # - When set to 'false', all players will be de-opped, and the /op and /deop commands will be -# disabled. +# disabled. Note that vanilla features like the spawn-protection require an operator on the +# server to work. enable-ops = true # Enables or disables a special permission based system in LuckPerms for controlling OP status. diff --git a/nukkit/src/main/resources/config.yml b/nukkit/src/main/resources/config.yml index 574ebed59..8f6dfa7f0 100644 --- a/nukkit/src/main/resources/config.yml +++ b/nukkit/src/main/resources/config.yml @@ -580,7 +580,8 @@ group-weight: # Controls whether server operators should exist at all. # # - When set to 'false', all players will be de-opped, and the /op and /deop commands will be -# disabled. +# disabled. Note that vanilla features like the spawn-protection require an operator on the +# server to work. enable-ops: true # Enables or disables a special permission based system in LuckPerms for controlling OP status.