OpenInv.exempt doesn't work when the player is offline #74

Closed
opened 2017-08-11 11:58:39 -04:00 by soliddanii · 1 comment
soliddanii commented 2017-08-11 11:58:39 -04:00 (Migrated from github.com)

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.

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.
Kakifrucht commented 2017-08-11 14:35:54 -04:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#74
No description provided.