Need Help Solving LuckPerm Issue

Status
This thread has been locked.

ThomasJames

C&C Build Team Leader
Premium
Feedback score
4
Posts
66
Reactions
30
Resources
0
Hello. I am trying to create a variable on my Tebex store that allows users to purchase custom prefixes. However, when I try typing in the command that should add a prefix, it doesn't work. The command I am using is /lp user {name} meta addprefix {weight} "{prefix}"

If you can help me sort this problem out, please DM me on Discord @ thomasjames#4539
I am willing to pay if it's difficult to fix, but you MUST have positive reputation on MCM. Thank you!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Zed.X

Premium
Feedback score
5
Posts
224
Reactions
25
Resources
0
Hello. I am trying to create a variable on my Tebex store that allows users to purchase custom prefixes. However, when I try typing in the command that should add a prefix, it doesn't work. The command I am using is /lp user {name} meta addprefix {weight} "{prefix}"

If you can help me sort this problem out, please DM me on Discord @ thomasjames#4539
I am willing to pay if it's difficult to fix, but you MUST have positive reputation on MCM. Thank you!
Added on discord [ AodX#7679 ]
 

DatAyy

Premium
Feedback score
12
Posts
491
Reactions
109
Resources
0
/lp user {name} meta addprefix {weight} "{prefix}"

/lp user {name} meta setprefix {weight} "{prefix}"

Your using addprefix which would be overrided by the weight with the highest priority, if you use setprefix it will override them all.
 
Last edited:

RustyDev

Development & Configs | Ducky Series Creator
Premium
Feedback score
15
Posts
371
Reactions
113
Resources
4
Try doing {player} instead
 
Status
This thread has been locked.
Top