-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negate permission #73
Comments
Thanks. The new build on the CI should work for you. If not, let me know. |
Tasty, why dont you use https://github.com/BentoBoxWorld/BentoBox/blob/develop/src/main/java/world/bentobox/bentobox/api/user/User.java#L295 And also, this should be fixed in User class too. |
Yes. It should be used. I just fixed it in the User class. |
I remember now why I don't use the User class - it is because I do not know specifically which perms have been set. They are formatting so they change depending on the material or entity. So I have to cycle through all the effective perms anyway. By the time I do all the processing around those, there's nothing left to do that would require this User call. So, this is fixed. Closing now. |
Write a comment for that :) |
Description
Negate permission not working as expected. If you have one of those, it's unlock all of them. I have negate those : "bskyblock.island.limit.dispenser.110", "bskyblock.island.limit.dispenser.120", "bskyblock.island.limit.dispenser.130", and if I have the 110 perm, I unlock in the same time the 120, and the 130.
Steps to reproduce the behavior:
Server Information:
[10:22:04 INFO]: En cours d'exécution PAPER 1.15.1.
[10:22:04 INFO]: BentoBox version: 1.11.1
[10:22:04 INFO]: Database: MYSQL
[10:22:04 INFO]: Mondes de jeu chargés :
[10:22:04 INFO]: bskyblock_world (BSkyBlock): Overworld, [nether_color]Nether, [end_color]End
[10:22:04 INFO]: Addons chargés :
[10:22:04 INFO]: Biomes 1.6.0.1 (ENABLED)
[10:22:04 INFO]: BSkyBlock 1.11.0 (ENABLED)
[10:22:04 INFO]: Challenges 0.8.0 (ENABLED)
[10:22:04 INFO]: Level 1.9.3 (ENABLED)
[10:22:04 INFO]: Likes 1.7.0 (ENABLED)
[10:22:04 INFO]: Limits 1.9.2 (ENABLED)
[10:22:04 INFO]: MagicCobblestoneGenerator 1.7.0.2 (ENABLED)
[10:22:04 INFO]: Warps 1.9.0 (ENABLED)
The text was updated successfully, but these errors were encountered: