LuckPerms

LuckPerms

41.4k Downloads

how to fix multiple prefixes on my Minecraft Server + one other issue

KingLee79 opened this issue ยท 10 comments

commented

I am using Luck Perms with essentials chat and towny chat, when ever I say anything it goes [g] [world] OwnerOwner {playername}. the [g][world]Owner is correct (the first part is the towny chat the other part is the correct prefix) but it gives the second prefix. The other issue is my admin is stuck with Admin|[playername] and wont show their /nick unless they die or go /afk. Please help.

commented

Its not an LuckPerms issue as long as prefix is correctly shown in lp user USER info, but rather a config issue with your essentials chat and/or towny chat. You can try setting add-prefix-suffix: false in essentials config.yml

As for /nick and /afk as long as you have the permissions, the behaviour is not handled by LP.

for essentials support: https://discord.gg/casfFyh

commented

just added add-prefix-suffix: false to both chat configs and still is giving 2 prefixes (even tried with it only being in the essentials chat config.)

commented

Not sure how you are modifying the config, but can you show the screenshot of /lp user USER info?

If it shows the correct prefix, i suggest contacting essentials support and possibility towny chat support as well to ask in how to format your chat properly.

commented

image
i know its sopposed to show the info for myself but for some odd reason its showing that

commented

this means you have not given yourself luckperms permission to run luckperms command, either give yourself luckperms.* permission nodes then run the command again or run the command in console. then send the screenshot again.

commented

image
the weird thing is my group (owner) has that exact perm set in it so yea

commented

prefix set by LP looks good, with duplicates. This means its your chat plugin's issue. for some troubleshooting on chat plugin: https://github.com/lucko/LuckPerms/wiki/FAQ#why-are-prefixessuffixes-not-working

I suggest relaying this issue to essentials support: https://discord.gg/casfFyh

commented

thanx for the info, now to go do that and then figure out why my commands are showing up red (as if they are not commands)

commented

assuming the issue is with your permissions set (or the lack of setting them), you can use verbose while running those commands to find out the permission nodes needed.

On how to use lp verbose: https://github.com/lucko/LuckPerms/wiki/Verbose

commented

again thank you