Enable autoop for fabric server

This commit is contained in:
2025-03-27 02:28:47 +00:00
parent 0748b4a43d
commit 20ce5352ba

View File

@@ -581,7 +581,7 @@ group-weight {
# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be # - 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 # disabled. Note that vanilla features like the spawn-protection require an operator on the
# server to work. # server to work.
enable-ops = true enable-ops = false
# Enables or disables a special permission based system in LuckPerms for controlling OP status. # 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. # - 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 # - However, on Fabric this setting can be used as a "pseudo" root wildcard, as many mods support
# the operator system over permissions. # the operator system over permissions.
auto-op = false auto-op = true
# +----------------------------------------------------------------------------------------------+ # # +----------------------------------------------------------------------------------------------+ #
# | Miscellaneous (and rarely used) settings | # # | Miscellaneous (and rarely used) settings | #