DeluxeChat and EZRanksPro - Displaying Two Ranks

Status
This thread has been locked.

Cathal

Premium
Feedback score
0
Posts
9
Reactions
6
Resources
0
I have seen this discussed however I can't seem to find a solution that works. I am using DeluxeChat and want it to display the prefix of the rank someone is in and their rank e.g.
'[A][Prisoner] Cathal_op'. I have found a really hacky way to do it however it won't work for donator/staff ranks. if anyone know how to do it it would be much appreciated!


DeluxeChat File:
PermissionsEX File:
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

aBooDyy

https://aboodyy.net/
Premium
Feedback score
5
Posts
11
Reactions
42
Resources
0
how about making different format for each group (permissionex rank) and instead of using a placeholder for a prefix u type the prefix manually in the format and give the format for that group so for example
chatformat.owner give this permission to ur owner group and make it the format like this

Code:
  owner:
    priority: 1
    channel: ''
    prefix: '%ezrankspro_rankprefix%&7 &f[&bOwner&f]&7 '
    name_color: '&7'
    name: '%player_name%'
    suffix: ' &b»  '
    chat_color: '&7'
    channel_tooltip:
    - ''
    prefix_tooltip:
    - '%player_name%'
    - '&bRank: Owner'
    name_tooltip:
    - ''
    suffix_tooltip:
    - ''
    channel_click_command: /ranks
    prefix_click_command: /ranks
    name_click_command: '/msg %player_name% '
    suffix_click_command: ''
and do the same for all ur groups

suggest u use LuckPerms plugin cuz its (IMO) much better then pex and its active plugin
 

Cathal

Premium
Feedback score
0
Posts
9
Reactions
6
Resources
0
how about making different format for each group (permissionex rank) and instead of using a placeholder for a prefix u type the prefix manually in the format and give the format for that group so for example
chatformat.owner give this permission to ur owner group and make it the format like this

Code:
  owner:
    priority: 1
    channel: ''
    prefix: '%ezrankspro_rankprefix%&7 &f[&bOwner&f]&7 '
    name_color: '&7'
    name: '%player_name%'
    suffix: ' &b»  '
    chat_color: '&7'
    channel_tooltip:
    - ''
    prefix_tooltip:
    - '%player_name%'
    - '&bRank: Owner'
    name_tooltip:
    - ''
    suffix_tooltip:
    - ''
    channel_click_command: /ranks
    prefix_click_command: /ranks
    name_click_command: '/msg %player_name% '
    suffix_click_command: ''
and do the same for all ur groups

suggest u use LuckPerms plugin cuz its (IMO) much better then pex and its active plugin
Thanks for the help! Really good thinking this works perfectly for what I need. I also looked into LuckPerms, didn't even know it existed, will definitely be making the switch from pex!
 
Status
This thread has been locked.
Top