Join trigger ignoring permission negation and giving item anyways.
mibby opened this issue ยท 3 comments
RE: b7ab674#commitcomment-51007806
Describe the bug
Join trigger is giving a book to an admin group with permission wildcards despite permission being negated.
To Reproduce
Steps to reproduce the behavior:
- Be a group with all permissions using a wildcard
*
&itemjoin.spawn.*
- Have an item that triggers to give on join.
- Specify a custom permission for the item.
- Negate the permission from the admin group.
- Be given the item on join anyways.
Expected behavior
No item on join as admin.
Functional with dev build 709. Broke in dev build 710.
Breaking commit b7ab674
So after a lot of testing, I think this has nothing to do with permissions but rather the first-join and join triggers were broken entirely.
Please try the latest snapshot and let me know if that resolves the issue you were having!~
Link: https://ci.craftationgaming.com/job/ItemJoin/712/
Remember to remove your old ItemJoin.jar file
Let me know ;)