mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2024-12-28 02:14:15 +00:00
Added a defaulted basecommand permission
This commit is contained in:
parent
839ed48b86
commit
f97da28560
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue