Delete all users from a specific group
LucidAPs opened this issue ยท 3 comments
Please add a way to delete all users from a specific group, or even better an option to delete everything after a certain date.
- You can remove a group from all users. See https://luckperms.net/wiki/Bulk-Editing
- you can set groups to expire at a certain time for each user with https://luckperms.net/wiki/Parent-Commands#lp-usergroup-usergroup-parent-addtemp-group-duration-temporary-modifier-context
- You can remove a group from all users. See https://luckperms.net/wiki/Bulk-Editing
- you can set groups to expire at a certain time for each user with https://luckperms.net/wiki/Parent-Commands#lp-usergroup-usergroup-parent-addtemp-group-duration-temporary-modifier-context
/lp bulkupdate all delete "permission == group.default" So that will work? Will it cause problems if I run the command when the server is online?