Allowing other plugins to make permission checks on players that are not online #7772
TylerFitz199
started this conversation in
Ideas
Replies: 1 comment
-
If you'd like to take a crack at coding it and then submit a pull request you're welcome to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm not sure if there's a valid reason for this either not existing or being specifically disabled, but there are some instances where other plugins need to make a permission check on a player that isn't online. My specific scenario is with the slimefun addon 'Networks' that needs to make permission checks on chests to ensure that the player who placed the item grabber has the permission to take items out of that chest. The problem is these item grabbers only work when that player is online because towny only allows those checks on players who are online. Would allowing permission checks on players who are offline be feasible?
Beta Was this translation helpful? Give feedback.
All reactions