Nukkit: LuckPerms doesn't support names with spaces.
See original GitHub issueHello,
there is a problem with the nukkit version of LuckPerms. It doesn’t support names with spaces.
When you execute for example /lp user "My Cool Name" parent add Test
it returns command not recognized. It’s also a problem when you try setting a prefix or suffix. “” support is missing.
Best regards, Proxma
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Nukkit: LuckPerms doesn't support names with spaces. #2127
It doesn't support names with spaces. When you execute for example /lp user "My Cool Name" parent add Test it returns command not...
Read more >Command Usage | Wiki - LuckPerms
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and...
Read more >Luckperms permission command doesnt work | SpigotMC
It doesnt allow it. I am using luckperms for permissions and i am making my own plugin for the actual paper. Code (Text):....
Read more >How To Setup LuckPerms on Your Minecraft Server (Add ...
How do you setup LuckPerms on a Minecraft server to add ranks and permissions? Well, that is exactly what I go over in...
Read more >How to Setup Ranks/Groups with LuckPerms Permissions
https://server.proIn this tutorial, we teach you how to create groups and manage permissions within those groups so that you can have ranks ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It sure looks like Nukkit uses UUIDs https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/IPlayer.java#L45
Ok, well I’m using the UUID of players now. Thank you for helping me out 😃