LuckPerms

LuckPerms

41.4k Downloads

Using UTF-8 Characters Inside Prefix/Suffix In-Game Generates a Console Warning

Pheotis opened this issue ยท 1 comments

commented

image

Unsure if this is an issue, given that the prefix displays properly in game with the UTF-8 symbol.
This occurs on a bungee server, connected with MySQL.

commented

Latest version of LP?

You can try running these MySQL statements to change the charset. If you first ran LP with a version newer than 2cb5e43#diff-eda03aa13dd70ab596751634e727f2b5 , this change will not have applied.

ALTER TABLE luckperms_user_permissions CONVERT TO CHARACTER SET utf8mb4;
ALTER TABLE luckperms_group_permissions CONVERT TO CHARACTER SET utf8mb4;