LimboAPI
LimboAPI copied to clipboard
[BUG] Cannot Check Player's Permissions in Limbo
Describe the bug A clear and concise description of the bug.
To Reproduce Steps to reproduce the behavior:
- Add a permission to possibly skip the queue, for example, in LimboAuth
- LimboAPI cannot check permissions and simply performs whatever behavior that should happen if the player doesn't have the permissions, even if they have it (https://github.com/Elytrium/LimboQueue/issues/6#issuecomment-1607341534 for example)
Expected behavior A functioning permission check and expected behavior should the player have the permission while in Limbo
Screenshots N/A
Server Info (please complete the following information):
-
LimboAPI (1.1.16), downloaded from https://github.com/Elytrium/LimboAPI/releases/tag/1.1.16
-
LimboQueue (fork: 1.0.2, original: 1.0.1) forked from https://github.com/Elytrium/LimboQueue to function as a full on queue system rather than only on kick
-
N/A
Additional context I tried to utilize LuckPerms API as well to no avail, simply marked the user as null when attempting to get anything about a LuckPerms API registered user.
Waiting for it too