
LuckPerms not exporting prefixes correctly
Closed this issue ยท 5 comments
Just a little bug, when exporting your permissions, prefix's aren't being exported correctly. For example, the exported prefix looks like this,
/luckperms group developer permission set prefix.10.&8[&5Developer&8] true creative
when it should look like
/luckperms group developer meta addprefix 10 &8[&5Developer&8] creative
It still works, but it will not show the prefix when showing meta info.
I'm curious about this.
It still works, but it will not show the prefix when showing meta info.
Are you sure it doesn't work using the latest dev build? Adding as a permission in that way should still work.
I just updated and tested, it seems it works now (May of been fixed in a previous update, or can only happen in certain circumstances). Although it doesn't really make a difference, I still think it should export meta using meta commands instead of permissions.
Yep, I understood that bit.
However, it should still be working. (in other words, this is an enhancement, not a bug)
Closed in 0462027