Prefixes not working

Discussion in 'Bukkit Help' started by ThesaurusRex84, Aug 26, 2011.

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

    ThesaurusRex84

    Hey, so I'm having a problem with prefixes in general not working. First is Permissions. I have it set up like this:

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - factions.participate
                - factions.create
                - essentials.help
                - essentials.helpop
                - essentials.list
                - essentials.motd
                - essentials.rules
                - essentials.spawn
                - essentials.tpa
                - essentials.tpaccept
                - essentials.tpahere
                - essentials.tpdeny- essentials.afk
                - essentials.balance
                - essentials.chat.shout
                - essentials.compass
                - essentials.home
                - essentials.kit
                - essentials.kit.tools
                - essentials.mail
                - essentials.mail.send
                - essentials.me
                - essentials.msg
                - essentials.nick
                - essentials.pay
                - essentials.portal
                - essentials.protect
                - essentials.sethome
                - essentials.signs.buy.use
                - essentials.signs.disposal.create
                - essentials.signs.disposal.use
                - essentials.signs.free.use
                - essentials.signs.heal.use
                - essentials.signs.mail.create
                - essentials.signs.mail.use
                - essentials.signs.protection.create
                - essentials.signs.protection.use
                - essentials.signs.sell.use
                - essentials.signs.trade.create
                - essentials.signs.trade.use
                - essentials.suicide
                - essentials.tpa
                - essentials.tpaccept
                - essentials.tpahere
                - essentials.tpdeny
                - essentials.warp
                - essentials.warp.list
                - essentials.worth
        Member:
            default: false
            info:
                prefix: '&2 Member'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Moderator:
            default: false
            info:
                prefix: '&3Moderator '
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - essentials.back.ondeath
                - essentials.tp
                - essentials.tphere
                - essentials.tjail
        Admins:
            default: false
            info:
                prefix: '&4Admin '
                suffix: ''
                build: true
            inheritance:
            permissions:
                - essentials.protect.damage
                - essentials.give
                - factions.manageSafeZone
                - factions.manageWarZone
                - factions.adminBypass
                - factions.reload
                - factions.saveall
                - factions.lock
                - factions.disband
                - factions.worldOptions
                -'map.copy'
                -'map.create'
                -'map.free'
                - '*'
    But I don't get a red 'Admin' sign next to my name, and vice versa for the moderators.

    Same thing goes for Factions. It doesn't add people's faction tag when they talk. What's going on?
     
  2. Offline

    Supersam654

    You need a separate plugin such as HeroChat or iChat to actually do something with those prefixes. Currently, they are just sitting there as pieces of your groups and one of the above plugins will actually use them.
     
  3. Offline

    ThesaurusRex84

    Yeah, but they used to work fine without them.
     
  4. Code:
    - essentials.tpdeny- essentials.afk
    Is that an error just on your Copy and Pasting or is that actually in your '.yml?'
    I don't think it's relevant but I thought you should know if you missed it xD

    Edit: is this PEX?
     
  5. Offline

    ThesaurusRex84

    What is PEX?
     
  6. Nevermind, it can't be anyway.
    Have you tried installing iChat and see if that does it?
     
Thread Status:
Not open for further replies.

Share This Page