From f97da285605dd3a95c7fa0ba9c4aa1b29cf04ee8 Mon Sep 17 00:00:00 2001 From: Esophose Date: Sun, 12 Sep 2021 14:38:51 -0600 Subject: [PATCH] Added a defaulted basecommand permission --- src/main/resources/plugin.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d5095c8..3582933 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -9,5 +9,11 @@ softdepend: [PlaceholderAPI, WorldGuard, WorldEdit] commands: pp: description: The main PlayerParticles command. By default, opens the GUI. + permissions: playerparticles.basecommand ppo: description: Allows executing a /pp command for another player. + permissions: playerparticles.override +permissions: + playerparticles.basecommand: + description: Allows using the PlayerParticles commands + default: true