Elytrium / LimboAPI

An API which provides virtual servers features to Velocity

Home Page:https://elytrium.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Cannot Check Player's Permissions in Limbo

JosTheDude opened this issue · comments

Describe the bug
A clear and concise description of the bug.

To Reproduce
Steps to reproduce the behavior:

  1. Add a permission to possibly skip the queue, for example, in LimboAuth
  2. 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 (Elytrium/LimboQueue#6 (comment) 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):

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