OpenInv.exempt doesn't work when the player is offline #74
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
My moderator group has the permissions to open others inventories, but at the same time has the OpenInv.exempt so they can't open each other inventories. This works perfectly fine when the target is online, but when it is offline OpenInv.exempt doesn't work. I don't know if Im doing something wrong.
Using paperspigot 1.12.1.
Thank you.
This is the expected behaviour, since permission checks can only be done on online players.
One would have to individually hook permission plugins to check, which will not happen.
Other solutions would have to store the exempt somewhere plugin specific.