From aec46a6aabac0c189404e8c338f1394b40cc0918 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:55:47 -0700 Subject: [PATCH] Fix missing powertoollist permission --- Essentials/src/main/resources/plugin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Essentials/src/main/resources/plugin.yml b/Essentials/src/main/resources/plugin.yml index ad605a788f9..2296d1d4149 100644 --- a/Essentials/src/main/resources/plugin.yml +++ b/Essentials/src/main/resources/plugin.yml @@ -1112,6 +1112,8 @@ permissions: description: Allows access to the /powertool command essentials.powertool.append: description: Allows access to add multiple commands to a powertool + essentials.powertoollist: + description: Allows access to the /powertoollist command essentials.powertooltoggle: description: Allows access to the /powertooltoggle command essentials.ptime: