LuckPerms

LuckPerms

41.4k Downloads

Unable to get user info for offline players.

mibby opened this issue ยท 8 comments

commented

LuckPerms dev 358
Yaml database.

You are unable to get user information for offline players.
/lp user <user> info outputs that the user could not be found. However the user does exist in the user files post migration.

commented

If they haven't logged on post migration, yes. The export command uses the uuid to ensure nothing dodgy goes on. After they've logged in, you can use their username.

commented

The username already exists in the file though. Why not do a look-up of the name to pull the UUID file? With PEX, you could check user permissions even if they haven't logged into the server as long as they existed in the permissions file.

commented

That option is already set to true but I'm not able to look-up players by their name who haven't logged in since migration. Whereas with PEX, it is able to display anyone's info as long as it exists in the permissions file.

# This option only really exists for networks who for whatever reason cannot setup proper ip
# forwarding.
use-server-uuids: true
commented

If they haven't logged it yet, try using their UUID in the command

commented

LP doesn't automatically look up users by the name reference in their user file? Having to find what someone's UUID is to get their groups or permissions if they haven't logged in yet seems a bit tedious with large databases.

commented

Changing that setting seems to work. Thanks.