Single permission nodes not working.
Hiddengold opened this issue ยท 3 comments
Im using 2.0.8 snapshot version of your plugin and im trying to only allow certain types of pets to certain groups. It seems without the permission echopet.pet.* My players can do nothing with this plugin, not even /pet help even though I have granted that permission. I also am unable to add echopet.pet.* and negate the pets I dont want them to have. Even when negated they can use them.
returns the error that you need a specific perm for whatever mob you are trying to get even though it is already added. Using Pex btw. Here are my permissions for one group.
- echopet.pet.type.wolf
- echopet.echopet
- echopet.pet.remove
- echopet.pet
- echopet.pet.default.remove
- echopet.pet.default.pet.set.current
- echopet.pet.name
- echopet.pet.hat.wolf
- echopet.pet.hat.sheep
- echopet.pet.hat.ocelot
- echopet.pet.ride.wolf
- echopet.pet.ride.sheep
- echopet.pet.ride.ocelot
- echopet.pet.type.sheep
- echopet.pet.type.ocelot
Do you have requireDefaultPetm set to true? It appears that I've documented that permission wrong. I suggest setting it to false and removing echopet.echopet
from your perms file.
Note: It's incorrectly coded as echopet.pet.echopet
. If you still want to use this, download one of the newer Dev Builds in which I have fixed it.
EDIT: link