mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-09 09:57:35 +01:00
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
This commit is contained in:
parent
09883caca3
commit
216fc638c5
@ -45,8 +45,11 @@ softdepend:
|
||||
commands:
|
||||
plan:
|
||||
usage: /plan
|
||||
permission: plan.command
|
||||
|
||||
permissions:
|
||||
plan.command:
|
||||
default: true
|
||||
plan.server:
|
||||
default: op
|
||||
plan.servers:
|
||||
|
Loading…
Reference in New Issue
Block a user