EssentialsX

EssentialsX

2M Downloads

It is possible to have two prefix ?

Also00 opened this issue ยท 2 comments

commented

#2721 # Information

Full output of /ess version:

Server version: 1.14.4-R0.1-SNAPSHOTgit-Spigot-cbd1a1b-009d8af (MC: 1.14.4)
EssentialsX version: 2.17.2.0
PlaceholderAPI version: 5.0.72
LuckPerms version: 3.10.1 (build 174)
EssentialsXChat version: 2.17.2.0

EssentialsX config: https://gist.github.com/Also00/924a82390e010b0550ca56d690163c85

Help request

What I have tried
I have tried to make two prefix: X1 is used for the level of an island, and X2 is used for the group of a player (example: Admin). I want it to be like {X1} {X2} {USERNAME} in the chat,

Thanks for the help.

commented

This is not possible with EssentialsX alone.

Your best bet is to use a PAPI placeholder providing the island level in your chat format with ChatInjector, and to use the regular {PREFIX} or {GROUP} placeholder for the group name/prefix.

commented

FYI, you can use LuckPerms' meta stacking for this, but only if there's a suitable context for LP and you're already comfortable with LP's tracks system. In your case, ChatInjector + PAPI seems like a better bet.