Permission Node Bug
KhrysAK47 opened this issue ยท 4 comments
Server Version
1.17.1
Resource Version
6.0.3-RELEASE-b18
Dump Information
Describe The Bug
Players get join items with the permisison node denied.
Expected Behavior
Players should not get join items with the permisison node denied.
Steps To Reproduce
- Assign a permission to an item and a trigger of join.
- Deny that permission (LuckPerms)
- Remove the item from inventory
- Rejoin
Additional Info
No response
Checklist
- I am running latest version of this resource.
- I have read the wiki to make sure it's not an issue with configuration.
- I ticked all of these boxes without actually reading them.
- I have checked that my bug report is unique and a previous report does not exist.
You don't have permissions enabled in your config.yml.
Permissions.Obtain-Item & Permissions.Obtain-Item-OP
You don't have permissions enabled in your config.yml.
Permissions.Obtain-Item & Permissions.Obtain-Item-OP
Just tested with those settings changed, items still appear after joining.
You don't have permissions enabled in your config.yml.
Permissions.Obtain-Item & Permissions.Obtain-Item-OPJust tested with those settings changed, items still appear after joining.
Likely a configuration issue somewhere with your permissions.
As long as you set those two to true
, I tested using your exact configs and it functions properly.
You can verify your permissions via /itemjoin permissions 2
they should be RED when disabled.
Furthermore be sure you cleared the previous items from your inventory as simply changing permissions doesn't remove them automagically.
- Additionally if you are using
/itemjoin get
command(s) to test, if you want permissions to apply to those you will need to enable theCommands-Get
permission in your config file.