Essentials/pex help?

Discussion in 'Bukkit Help' started by EmperorXing, Dec 23, 2011.

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

    EmperorXing

    Ok guys, so when I join another server and type /list or /who , the chat always seems to come up with the ranks and the players names, as so:


    There are currently 2 out of 5 Players online:
    Admin: [A] Emperor
    Trusted: John_the_Man

    But my server says:


    There are currently 2 out of 5 Players online:
    Currently online: Emperor, john_the_man

    How would I go about making my /who Like the top one? I use PermissionsEx with OKchat and Essentials. Please Help!
     
  2. Offline

    pyraetos

    How are you sure they are using Essentials?
     
  3. Offline

    EmperorXing

  4. Did they have mChat? I found that mChat made my ranks go in order for some reason.
     
  5. Offline

    blasterweb

    It's somewhere in the Essentials config.yml.

    Code:
    # Sort output of /list command by groups
    sort-list-by-groups: true
     
    EmperorXing likes this.
  6. Offline

    EmperorXing

    Somebody get this man a medal!

    @blasterweb do you also know what chat plugin brings the prefix and the suffix to the /list command, as well as the color of the players name? OKChat does not work with it.
     
  7. Offline

    pyraetos

    @EmperorXing

    This section of the Essentials config should do just that,
    Code:
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: false
    
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    add-prefix-suffix: false
    
    In theory, you would just have to set the prefixes you want in your Permissions file to reflect OKChat, then set add-prefix-suffix: true
     
  8. Offline

    blasterweb

    Hmm, that should be in the Essentials config.yml too.
    Code:
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # infront of the line
    add-prefix-suffix: true
    It shows the prefix/suffix, but I don't know about colors, because I use Jobs and /list and /who shows the Job plugins prefix. Kind of annoying.
     
  9. Offline

    EmperorXing

    Ok I see what you mean. Thanks so much!

    And I played on a server with the jobs plugin and they had that prefix... It was weird :p

    @pyraetos or @blasterweb , sorry for being such a noob, but when it says "Don't forget to remove the # in front of the line, which line do I remove it from?

    xD sorry!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  10. Offline

    pyraetos

    add-prefix-suffix: true
     
  11. Offline

    EmperorXing

    Tried this, but it still has no colors.... But the groups workded lol
     
  12. Offline

    blasterweb

    The prefixes must be set with the permission plugin that you use. I use PermissionsEX, so I set my prefixes inside that and it works with colors too now :)
     
  13. Offline

    EmperorXing

    Ok.... I tried that but it screws up okchat!

    Can you send me a couple of your prefixes so I can test them?
     
  14. Offline

    blasterweb

    Yeah, here's the prefix for the members group in my permissions.yml (permissions excluded)
    The prefix part is highlighted in red.
    Code:
        Member:
            default: false
    [COLOR=rgb(255, 0, 0)]        prefix: '&2[Member]&f '[/COLOR]
            permissions:
            - banhammer.notify
            - towny.town.plot
            - towny.town.claim
            - towny.town.rename
            - towny.town.new
            - towny.town.delete
            - towny.wild.*
            - ChestShop.shop.create
            - modifyworld.*
            - jobs.join.*
            - jobs.world.*
            - essentials.tptoggle
            - essentials.jails
            - reporter.report
            - reporter.list
            - worldedit.navigation.unstuck
            - waypoint.basic.*
            - waypoint.home
            - waypoint.home.set
            - waypoint.sign.link.create
            - waypoint.sign.link.delete
            - essentials.suicide
            - essentials.msg
            - essentials.afk
            - essentials.clearinventory
            - essentials.back
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - lwc.create
            - lwc.remove
            - lwc.modify
            - lwc.info
            - lwc.unlock
            - essentials.ignore
            - iConomy.holdings.others
            inheritance:
            - Guest
            options:
                rank: '1'
     
Thread Status:
Not open for further replies.

Share This Page