From 216fc638c56b7fa921ebe2329aa5e20ec3ee123d Mon Sep 17 00:00:00 2001 From: Rsl1122 <24460436+Rsl1122@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:33:42 +0300 Subject: [PATCH] Add plan.command permission, default: true This permission is not enforced and only affects Bukkit based servers. The permission allows negating visibility of the command in tab completion for players The subcommands rely on other permissions, so 'true' was set as default and permission unenforced so that previous functionality of the commands stays as is. Affects issues: - Fix #2441 --- Plan/common/src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plan/common/src/main/resources/plugin.yml b/Plan/common/src/main/resources/plugin.yml index a4be63d5f..397a1551d 100644 --- a/Plan/common/src/main/resources/plugin.yml +++ b/Plan/common/src/main/resources/plugin.yml @@ -45,8 +45,11 @@ softdepend: commands: plan: usage: /plan + permission: plan.command permissions: + plan.command: + default: true plan.server: default: op plan.servers: