How to setup chat colors?

Discussion in 'Bukkit Help' started by ghostroaster5, Feb 15, 2013.

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

    ghostroaster5

    i was wondering how to set default chat colors for Admins so they wont type &9Hello. I want a plugin to do this. Can anyone help me?

    Plugins:
    backup
    chatmanager
    chestenforce
    chestshop
    coredata
    essentials
    factions
    lwc
    modifyworld
    multiworld
    permissionsex
    votifier
    worldedit
    worldguard'
    tagapi
     
  2. Offline

    LaxWasHere

    /PEX User yourname suffix &9
     
  3. Offline

    ghostroaster5

    it didnt work. it just said 'ghostroaster5s suffix= &9'

    is there any plugins to do this?
     
  4. Offline

    iPadHD

    First, I highly suggest you not to keep random colors of names and Chat text... Here is how mine is layed out for groupmanager.

    Code:
      Default:
        default: true
        permissions:
        - backpack.use
        inheritance:
        - g:essentials_builder
        info:
          prefix: '&7'
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - Default
        - CMod
        info:
          prefix: '&6Mod&7 '
          build: true
          suffix: ''
      CMod:
        default: false
        permissions:
        - essentials.afk.kickexempt
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - groupmanager.notify.other
        inheritance:
        - Default
        info:
          prefix: '&6Chat-Mod&7 '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        - backpack.size.54
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '&cAdmin&7 '
          build: true
          suffix: ''
      OP:
        default: false
        permissions:
        - '*'
        inheritance:
        - Moderator
        - g:essentials_OP
        info:
          prefix: '&2OP&7 '
          build: true
          suffix: ''
      VIP:
        default: false
        permissions:
        - -bukkit.command.kill
        - backpack.size.18
        inheritance:
        - g:essentials_vip
        - Default
        - g:bukkit_default
        - g:essentials_builder
        info:
          prefix: '&aVIP&7 '
          build: false
          suffix: ''
    The only thing I changed for the color is the Prefix,

    Would look like this for VIP....
    <VIP iPadHD> Hellllo!

    The '<' and "Hello" will be White. Keeps chat nice and easy to read, and not messy. Not following these will cause people not to join your server due to ugly chat.
     
    ghost0001 likes this.
  5. Offline

    Rhino390

    Are you trying to change the chat color? Or the prefix color? To change the prefix just use your permissions plugin, but if you want to permanently change the chat color, i can write a plugin for that.

    P.S. Sorry if this thread was already solved. :p
     
  6. Offline

    iPadHD

    Day'um, I posted that loonnga time ago.
     
  7. Offline

    Rhino390

    oh, sorry. i would go ahead and add a solved tag to this thread then.
     
Thread Status:
Not open for further replies.

Share This Page