mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-23 22:52:48 +02:00
Fix missing closing brackets in .conf files (#4109)
This commit is contained in:
@@ -663,7 +663,7 @@ resolve-command-selectors = false
|
||||
commands-read-only-mode {
|
||||
players = false
|
||||
console = false
|
||||
|
||||
}
|
||||
|
||||
# If LuckPerms commands should be disabled. When true, this will prevent all LP commands from being
|
||||
# executed. In a sense this is a more extreme version of read-only mode (see above).
|
||||
|
@@ -652,7 +652,7 @@ resolve-command-selectors = false
|
||||
commands-read-only-mode {
|
||||
players = false
|
||||
console = false
|
||||
|
||||
}
|
||||
|
||||
# If LuckPerms commands should be disabled. When true, this will prevent all LP commands from being
|
||||
# executed. In a sense this is a more extreme version of read-only mode (see above).
|
||||
|
@@ -652,7 +652,7 @@ resolve-command-selectors = false
|
||||
commands-read-only-mode {
|
||||
players = false
|
||||
console = false
|
||||
|
||||
}
|
||||
|
||||
# If LuckPerms commands should be disabled. When true, this will prevent all LP commands from being
|
||||
# executed. In a sense this is a more extreme version of read-only mode (see above).
|
||||
|
@@ -650,7 +650,7 @@ resolve-command-selectors = false
|
||||
commands-read-only-mode {
|
||||
players = false
|
||||
console = false
|
||||
|
||||
}
|
||||
|
||||
# If LuckPerms commands should be disabled. When true, this will prevent all LP commands from being
|
||||
# executed. In a sense this is a more extreme version of read-only mode (see above).
|
||||
|
Reference in New Issue
Block a user