From adb99903ded3adbbce6537f78782b35e22024550 Mon Sep 17 00:00:00 2001 From: untuned Date: Fri, 26 Mar 2021 12:23:53 -0400 Subject: [PATCH] Include //sel in the basic permpack (#982) Allows users to de-select their region or change the region type --- worldedit-bukkit/src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/worldedit-bukkit/src/main/resources/plugin.yml b/worldedit-bukkit/src/main/resources/plugin.yml index 7bc13f4d8..6ce77033d 100644 --- a/worldedit-bukkit/src/main/resources/plugin.yml +++ b/worldedit-bukkit/src/main/resources/plugin.yml @@ -94,6 +94,7 @@ permissions: worldedit.selection.inset: true worldedit.analysis.distr: true worldedit.analysis.count: true + worldedit.analysis.sel: true worldedit.selection.size: true worldedit.selection.expand: true worldedit.selection.shift: true