LuckPerms

LuckPerms

41.4k Downloads

when promoting a user, the username must be in all lowercase?

user4302 opened this issue ยท 1 comments

commented

Description

so theres a user like this
AnAmazingUser

when i use
lp user AnAmazingUser promote
i get the error : AnAmazingUser is not a valid username/uuid.

but if i use
lp user anamazinguser promote
it works.

is this the expected behaviour?

Reproduction Steps

when i use
lp user AnAmazingUser promote
i get the error : AnAmazingUser is not a valid username/uuid.

but if i use
lp user anamazinguser promote
it works.

Expected Behaviour

when i use
lp user AnAmazingUser promote
it should promote the user

Server Details

git-paper-219 (MC: 1.19.2)

LuckPerms Version

v5.4.50

Logs and Configs

No response

Extra Details

No response

commented

Cannot reproduce