Solved Ranks in Tab

Discussion in 'General Help' started by Higgsboson728, Jul 10, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    FrostDevStudios

  2. Offline

    Higgsboson728

  3. Offline

    FrostDevStudios

    @Higgsboson728
    If you have all of these things done right, then i dont know what the issue is, Try using the essentials group formats
    Code:
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' <-- Remove the # Infront of this
    
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
    Also, there might be a chat plugin that is conflicting with essentials, make sure you dont have any other chat plugins installed
     
  4. Offline

    Higgsboson728

    @FrostDevStudios

    Okay, I think it kind of works now. The prefix is shown in chat and not in the player list, but the prefix is different from the ones I set up using PEX. Is there something I'm missing here?

    EDIT: Is it possible to make it so that EssentialsChat shows PEX prefixes? I used {GROUP} but that shows the actual group names
     
  5. Offline

    FrostDevStudios

    @Higgsboson728
    you got change the values in the beginning for e.g (Default: , Admins: ) to whatever groups/ranks you have in your pex permissions file.

    We will use your Guest Group for example:
    Code:
      format: '<{DISPLAYNAME}> {MESSAGE}'
      format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
      Guest: '[{GROUP}]&r  {DISPLAYNAME}&7:&c {MESSAGE}'
     
  6. Offline

    Higgsboson728

    @FrostDevStudios

    I did that, but it still didn't display the PEX prefixes correctly...

    Or instead of typing {GROUP}, can I type in the actual prefix in the Essentials config without linking it to PEX?
     
  7. Offline

    FrostDevStudios

    @Higgsboson728
    Can you post a picture of what the chat looks like now?
     
  8. Offline

    Higgsboson728

  9. Offline

    FrostDevStudios

    @Higgsboson728
    Is your Tablist The way you wanted it (Without the ranks)?

    Oh Wait i see what you mean, Your Prefix is supposed to be colored like you have it in pex, Try Removing [{GROUP}] From this section, If i am correct, this should not add the Owner Prefix specified in the Essentials Config, But Get the Prefix from PEX

    Code:
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
     
  10. Offline

    Higgsboson728

  11. Offline

    FrostDevStudios

  12. Offline

    Higgsboson728

  13. Offline

    FrostDevStudios

    @Higgsboson728
    Correct, I believe this should use your pex prefixes by default. But i'm not sure though, I haven't tested it myself
     
  14. Offline

    Higgsboson728

    Hmmm... I just get my IGN without the prefix now...

    My Essentials:

    Code:
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
    
    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    change-playerlist: true
    # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
    # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
    # The value of change-displayname (above) has to be true.
    # Do not edit this setting unless you know what you are doing!
    add-prefix-suffix: false
    
    @FrostDevStudios
     
  15. Offline

    FrostDevStudios

    @Higgsboson728
    I literally installed fresh copies of both Essentials and PEX onto my server and added the group owner to the permissions.yml file in PEX.
    I added my self to the owner group using the command
    /pex user <MyUsername> group set <Group>
    And i'm getting the end result that your requesting

    There has to be a separate plugin that may be handling chat that you have installed. That is the only possible error that i can see from everything that we have tried...
     
  16. Offline

    Higgsboson728

    I'm not sure what's the problem then. EssentialsChat is the only plugin handling the chat on my server.

    @FrostDevStudios
     
  17. Offline

    FrostDevStudios

    @Higgsboson728
    What i Recommend:
    Create A Backup of the Essentials Configurations and Pex Configurations (Maybe Save them on your desktop)
    Delete Both the essentials config and Pex Config + Permissions.yml from your server directory
    Restart your server to generate new Configurations
    Create a Temporary rank such as Owner in your permissions.yml (PEX)
    See if you get your desired end result

    If this Doesn't work, please list the plugins that you have installed, A picture would be great!
     
  18. Offline

    Higgsboson728

    Okay, I just tried this, but it still replaces my IGN with the prefix in the player list.

    These are the plugins I have installed:

    [​IMG]

    @FrostDevStudios
     
  19. Offline

    FrostDevStudios

    @Higgsboson728
    ColoredTexts is a ChatManager plugin, It also has a group feature which i think might be causing the issue, i will post a snippet from they're bukkit dev page https://dev.bukkit.org/projects/coloredtexts

     
    Higgsboson728 likes this.
  20. Offline

    Higgsboson728

    Ah, thanks. That may be the problem.

    I'll let ya know if changing the config fixes the problem.

    @FrostDevStudios
     
    Last edited: Jul 12, 2017
  21. Offline

    FrostDevStudios

    Ok let us know :D
     
  22. Offline

    Higgsboson728

    It worked! I never knew that ColoredTexts was a chat manager plugin.

    Thanks a lot for your help!

    Solved.

    @FrostDevStudios
     
  23. Offline

    FrostDevStudios

Thread Status:
Not open for further replies.

Share This Page