From c6b712411b548d45d3b344b617ea2c5743c0e8cf Mon Sep 17 00:00:00 2001 From: Larry Date: Tue, 28 Apr 2020 05:26:24 -0600 Subject: [PATCH] Add applyedits node to permission list (#56) --- Permissions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Permissions.md b/Permissions.md index 3e8dcb5..092eca7 100644 --- a/Permissions.md +++ b/Permissions.md @@ -13,6 +13,7 @@ luckperms.debug | [`/lp debug` command](https://github.com/lucko/LuckPerms/wiki/ luckperms.deletegroup | [`/lp deletegroup` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-General#lp-deletegroup-name) luckperms.deletetrack | [`/lp deletetrack` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-General#lp-deletetrack-name) luckperms.editor | [`/lp editor` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-General#lp-editor) +luckperms.applyedits | [`/lp applyedits` command](https://github.com/lucko/LuckPerms/wiki/Web-Editor#saving-your-changes) luckperms.export | [`/lp export` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-General#lp-export-file) luckperms.group.clear | [`/lp group clear` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Group#lp-group-group-clear-context) luckperms.group.clone | [`/lp group clone` command](https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Group#lp-group-group-clone-new-name)