LuckPerms

LuckPerms

917k Downloads

"allow-invalid-usernames" does not work when using API

Closed this issue ยท 1 comments

commented

https://github.com/lucko/LuckPerms/blob/master/common/src/main/java/me/lucko/luckperms/common/api/ApiUtils.java#L39-L42

forgot "if (!plugin.getConfiguration().get(ConfigKeys.ALLOW_INVALID_USERNAMES))"

commented