1
0
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:
Max Barrass
2025-06-14 18:24:52 +10:00
committed by GitHub
parent 8ab9910ef8
commit bac0edd90e
4 changed files with 4 additions and 4 deletions

View File

@@ -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).

View File

@@ -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).

View File

@@ -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).

View File

@@ -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).