Add config option to allow invalid usernames (#516)

This commit is contained in:
Luck
2017-10-22 09:00:10 +01:00
Unverified
parent 6e429d6c78
commit ecfbed00b1
8 changed files with 63 additions and 11 deletions
+6
View File
@@ -69,6 +69,12 @@ use-server-uuids=true
# in the LuckPerms cache.
use-server-uuid-cache=false
# If set to true, LuckPerms will allow usernames with non alphanumeric characters.
#
# Note that due to the design of the storage implementation, usernames must still be
# 16 characters or less.
allow-invalid-usernames=false
# If LuckPerms should produce extra logging output when it handles logins.
# Useful if you're having issues with UUID forwarding or data not being loaded.
debug-logins=false