LuckPerms

LuckPerms

41.4k Downloads

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

jiongjionger opened 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