LuckPerms

LuckPerms

41.4k Downloads

Exporting doesn't properly export prefixes and suffixes

williamhatcher opened this issue ยท 2 comments

commented

LuckPems does not export correctly!

Given this meta structure:

> lp group farmer-1 meta info
[11:56:37 INFO]: [LP] farmer-1's Prefixes
[11:56:37 INFO]: [LP] -> 10 - 'Oh' (inherited from self)
[11:56:37 INFO]: [LP] farmer-1's Suffixes
[11:56:37 INFO]: [LP] -> 5 - 'Bye' (inherited from self)
[11:56:37 INFO]: [LP] farmer-1's Meta
[11:56:37 INFO]: [LP] -> derp = 'cork' (inherited from self)

An export snippet should look like this: (Expected Result)

# Export group: farmer-1
/lp group farmer-1 meta set derp cork
/lp group farmer-1 meta addprefix 10 Oh
...
/lp group farmer-1 meta addsuffix 5 Bye

Actual Result:

# Export group: farmer-1
/lp group farmer-1 meta set derp cork
/lp group farmer-1 meta addgroup 10 Oh
...
/lp group farmer-1 meta addgroup 5 Bye
commented

Are you using the latest version?

https://ci.lucko.me/job/LuckPerms/

commented

I was not using the latest version. Works now.