MediusEcho / ParticleHats

Customizable particle plugin
https://www.spigotmc.org/resources/particlehats.1007/
GNU General Public License v3.0
14 stars 4 forks source link

How to set permissions? #11

Closed 9dolanla closed 2 years ago

9dolanla commented 2 years ago

Give particlehats.command.h the player can use all effects How to make each effect have a permission?

MediusEcho commented 2 years ago

Each particle in the default menu is using the override action which will ignore permissions. You will need to edit each particle effect in the menu and set their action to equip. This can be done through the menus .yml file or you can use /h edit particles to open the in-game editor. Each particle effect is given the permission particlehats.particle.all by default, you can change this permission for each particle effect in the menu if you want to give players access to certain particle effects.

9dolanla commented 2 years ago

solved, thank you