diff --git a/fabric/config/luckperms/luckperms.conf b/fabric/config/luckperms/luckperms.conf index 2968472..d40cb20 100755 --- a/fabric/config/luckperms/luckperms.conf +++ b/fabric/config/luckperms/luckperms.conf @@ -581,7 +581,7 @@ group-weight { # - When set to 'false', all players will be de-opped, and the /op and /deop commands will be # disabled. Note that vanilla features like the spawn-protection require an operator on the # server to work. -enable-ops = true +enable-ops = false # Enables or disables a special permission based system in LuckPerms for controlling OP status. # @@ -594,7 +594,7 @@ enable-ops = true # - It is recommended that you use this option instead of assigning a single '*' permission. # - However, on Fabric this setting can be used as a "pseudo" root wildcard, as many mods support # the operator system over permissions. -auto-op = false +auto-op = true # +----------------------------------------------------------------------------------------------+ # # | Miscellaneous (and rarely used) settings | #