ESSENTIALS/GROUPMANAGER ERROR

Discussion in 'Bukkit Help' started by ghostroaster5, Jan 24, 2013.

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

    ghostroaster5

    I assigned prefixes for my staff on my minecraft server, but the first bracket is white not dark red like I made it. Does anyone know how to fix this problem? Please help! :(
     
  2. Offline

    lycano

    You should show us the prefix with color codes so we can see what did go wrong.
     
  3. Offline

    ghost0001

    What plugin do you have that could possibly have an effect on chat?

    Could we see these things please?
    a list of plugins.
    Your groups.yml
     
  4. Offline

    ghostroaster5

    the color code prefixes for owner is &4[&3Owner&4] and the admins are &5[&aAdmin&5]
    (The Admins are having the same problem to) :(

    1. I have essentialschat. thats it.

    2. backup, chestenforce, chestshop, coloredtexts (maybe thats the reason?), coredata, essentials (obviously), factions, groupmanager (obviously), lwc, mcmmo, multiworld, nocheat, vanishnopacket, vault, votifier, worldedit, worldguard.

    3.# Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5[&6Builder&5]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - coloredtexts.*
    - colorme.*
    - essentials.afk
    - essentials.ban
    - essentials.back
    - essentials.enchant
    - essentials.backup
    - essentials.balance
    - essentials.balancetop
    - essentials.banip
    - essentials.bigtree
    - essentials.break
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.compass
    - essentials.delhome
    - essentials.delwarp
    - essentials.depth
    - essentials.eco
    - essentials.enderchest
    - essentials.essentials
    - essentials.essentials:repair
    - essentials.exp
    - essentials.ext
    - essentials.feed
    - essentials.gamemode
    - essentials.gc
    - essentials.getpos
    - essentials.give
    - essentials.god
    - essentials.hat
    - essentials.heal
    - essentials.helpop
    - essentials.home
    - essentials.ignore
    - essentials.info
    - essentials.invsee
    - essentials.item
    - essentials.itemdb
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kit
    - essentials.list
    - essentials.mail
    - essentials.me
    - essentials.more
    - essentials.motd
    - essentials.msg
    - essentials.mute
    - essentials.near
    - essentials.nick
    - essentials.pay
    - essentials.ping
    - essentials.powertool
    - essentials.powertooltoggle
    - essentials.ptime
    - essentials.r
    - essentials.realname
    - essentials.remove
    - essentials.rules
    - essentials.seen
    - essentials.sell
    - essentials.sethome
    - essentials.setjail
    - essentials.setwarp
    - essentials.setworth
    - essentials.socialspy
    - essentials.spawner
    - essentials.spawnmob
    - essentials.speed
    - essentials.sudo
    - essentials.suicide
    - essentials.tempban
    - essentials.thunder
    - essentials.time
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tpa
    - essentials.tpaall
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpall
    - essentials.tpdeny
    - essentials.tphere
    - essentials.tpo
    - essentials.tpohere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.tree
    - essentials.unban
    - essentials.unbanip
    - essentials.unlimited
    - essentials.vanish
    - essentials.warp
    - essentials.weather
    - essentials.whois
    - essentials.workbench
    - essentials.world
    - essentials.worth
    - essentials.
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&5[&aAdmin&5]'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - backup.*
    - chestenforce.*
    - chestshop.*
    - coloredtexts.*
    - colorme.*
    - coredata.*
    - essentials*
    - factions.*
    - groupmanager.*
    - lwc.*
    - mcmmo.*
    - multiworld.*
    - nocheat.*
    - vanishnopacket.*
    - votifier.*
    - worldedit.*
    - worldguard.*
    inheritance:
    - admin
    info:
    prefix: '&c[&3Owner&c]'
    build: true
    suffix: ''
    srry its so long. it dosen't have an allowed extension ;)

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

    BloonsTDMaster

    is there any color in the chat at all? in the chat can you do &1blue and it will turn blue? If you can't your colors are somehow disabled, but if it is blue i have no clue.
     
  6. Offline

    chad53105

    Try removing ColoredTexts and see if that clears up your problem. Seems it may be overriding the EssentialsChat plugin. From what I see in your groups.yml it looks as how you want it.
     
  7. Offline

    ghostroaster5

    yes i can talk whatever color that i want, but my default chat color is &b, because of coloredtexts

    ok i did that via plugman, and it works just fine!! :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page