ChatManager error.

Discussion in 'Bukkit Help' started by darkthynder, Jan 30, 2012.

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

    darkthynder

    Hello, I'm trying to give my ranks some nice prefixes, but the color doesn't work.

    When I say something it will say: <[Owner]Falco> ...
    But [Owner] needs to be red, at least I programmed so.

    Here's my ''permissions.YML'' file:
    Code:
    groups:
        Guest:
            default: true
            permissions:
            - bukkit.command.help
            - bukkit.command.kill
            prefix: '&f[&fGuest&f]&f'
            suffix: '&f'
        Builder:
            default: false
            permissions:
            - modifyworld.*
            - bukkit.command.help
            - bukkit.command.kill
            - bukkit.command.me
            - bukkit.command.tp
            - bukkit.command.tell
            - bukkit.command.banlist
            - bukkit.command.whitelist list
            - bukkit.command.list
            - iConomy.access
            - iConomy.payment
            - buttonwarp.use
            prefix: '&e[&eBuilder&e]&f'
            suffix: '&f'
        VIP:
            default: false
            permissions:
            - modifyworld.*
            - bukkit.command.help
            - bukkit.command.kill
            - bukkit.command.me
            - bukkit.command.tp
            - bukkit.command.tell
            - bukkit.command.banlist
            - bukkit.command.whitelist list
            - bukkit.command.time.add
            - bukkit.command.time.set
            - iConomy.access
            - iConomy.payment
            - buttonwarp.use
            prefix: '&b[&bVIP&b]&f'
            suffix: '&f'
        VIP+:
            default: false
            permissions:
            - modifyworld.*
            - bukkit.command.help
            - bukkit.command.kill
            - bukkit.command.me
            - bukkit.command.tp
            - bukkit.command.tell
            - bukkit.command.banlist
            - bukkit.command.whitelist list
            - bukkit.command.time.add
            - bukkit.command.time.set
            - iConomy.access
            - iConomy.payment
            - buttonwarp.use
            - buttonwarp.make
            - buttonwarp.link
            - buttonwarp.msg
            prefix: '&9[&9VIP+&9]&f'
            suffix: '&f'
        Moderator:
            default: false
            permissions:
            - modifyworld.*
            - bukkit.command.help
            - bukkit.command.kill
            - bukkit.command.me
            - bukkit.command.tp
            - bukkit.command.tell
            - bukkit.command.banlist
            - bukkit.command.whitelist list
            - bukkit.command.time.add
            - bukkit.command.time.set
            - iConomy.access
            - iConomy.payment
            - buttonwarp.use
            - buttonwarp.make
            - buttonwarp.link
            - buttonwarp.msg
            - buttonwarp.amount
            - CreeperHeal.heal
            prefix: '&c[&cModerator&c]&f'
            suffix: '&f'
        Admin:
            default: false
            permissions:
            - modifyworld.*
            - bukkit.command.help
            - bukkit.command.kill
            - bukkit.command.me
            - bukkit.command.tp
            - bukkit.command.tell
            - bukkit.command.banlist
            - bukkit.command.whitelist list
            - bukkit.command.time.add
            - bukkit.command.time.set
            - bukkit.command.kick
            - iConomy.*
            - buttonwarp.*
            - CreeperHeal.*
            prefix: '&d[&dAdmin&d]&f'
            suffix: '&f'
        Co-Owner:
            default: false
            permissions:
            - '*'
            prefix: '&3[&3Co-Owner&3]&f'
            suffix: '&f'
        Owner:
            default: false
            permissions:
            - '*'
            prefix: '&4[&4Owner&4]&f'
            suffix: '&f'
    users:
        vin:
            group:
            - Co-Owner
        Falco:
            group:
            - Owner
    
    For some reason my bukkit crashes if I use inheritance, so that's why every rank has all commands.

    Yes, I've enabled ChatManager in the /plugins/ChatManager/Config.YML
     
  2. Offline

    Tylerjd

    Can you provide a list of your plugins? There are many that could cause this to happen, like EssentialsChat or really any chat plugin. Not many play well with PEX from what I have seen.
     
  3. Offline

    darkthynder

    I've installed:
    -iConomy
    -CreeperHeal
    -PermissionsEX (modifyworld, ChatManager and Permissions)
    -ButtonWarp
    -Vault (requirement for buttonwarp)
    -Auto-Save

    But I plan on putting ''Lockette'' in it too.
     
  4. Offline

    Tylerjd

    Hmm. That is odd. There is no conflicting plugins, and Lockette wouldn't either. But try removing all the "suffix:" things. so instead of being suffix: '&f'
    Try suffix: ' '
     
  5. Offline

    darkthynder

    No, still all in white...

    I just discovered that me and my little brother see all in white, but my friends can actually see the colors. What can be the cause of all this?

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

    Tylerjd

    Well, it seems to be an odd client mod of sorts. See this topic . Same problem.
     
Thread Status:
Not open for further replies.

Share This Page