ItemJoin

ItemJoin

157k Downloads

Join trigger ignoring permission negation and giving item anyways.

mibby opened this issue ยท 3 comments

commented

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:

  1. Be a group with all permissions using a wildcard * & itemjoin.spawn.*
  2. Have an item that triggers to give on join.
  3. Specify a custom permission for the item.
  4. Negate the permission from the admin group.
  5. 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

commented

Perfect, exactly what I needed. Will have an update shortly :)

commented

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 ;)

commented

Apologies for the delay in testing. This seems to be fixed now, thanks!