1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 18:11:44 +02:00

Add config option to disable bulkupdate functionality

This commit is contained in:
Luck
2021-12-09 21:31:17 +00:00
parent 9c0874162b
commit 8cc126f711
10 changed files with 54 additions and 0 deletions

View File

@@ -687,6 +687,12 @@ allow-invalid-usernames: false
# - If automation is needed, users should prefer using the LuckPerms API.
skip-bulkupdate-confirmation: false
# If LuckPerms should prevent bulkupdate operations.
#
# - When set to true, bulkupdate operations (the /lp bulkupdate command) will not work.
# - When set to false, bulkupdate operations will be allowed via the console.
disable-bulkupdate: 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.