1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 03:12:46 +02:00

Add 'skip-bulkupdate-confirmation' config option (#2980)

This commit is contained in:
Luck
2021-04-18 11:55:06 +01:00
parent e219237e44
commit 07f672ae1f
8 changed files with 80 additions and 19 deletions

View File

@@ -563,6 +563,14 @@ debug-logins: false
# or less.
allow-invalid-usernames: false
# If LuckPerms should not require users to confirm bulkupdate operations.
#
# - When set to true, operations will be executed immediately.
# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of
# data, and is not designed to be executed automatically.
# - If automation is needed, users should prefer using the LuckPerms API.
skip-bulkupdate-confirmation: false
# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command.
#
# - When this happens, the plugin will set their primary group back to default.