Solved Suffix

Discussion in 'Bukkit Help' started by Leaske, Aug 11, 2012.

Thread Status:
Not open for further replies.
  1. Can't get my suffix to work, i want every diffrent group to have a diffrent color of chat.

    Anyone able to help? :)








    here is my groups.yml

    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&a [Member] '
    build: true
    suffix: '&a'
    supporter :
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_donater
    - g:towny_builder
    info:
    prefix: '&2 [Supporter] '
    build: true
    suffix: '&2'
    Donater:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_donater
    - g:towny_builder
    info:
    prefix: '&6 [Donater] '
    build: true
    suffix: '&6'
    VIP:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_donater
    - g:towny_builder
    info:
    prefix: '&3 [VIP] '
    build: true
    suffix: '&3'
    Legendary:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_donater
    - g:towny_builder
    info:
    prefix: '&b [Legendary] '
    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[Mod] '
    build: true
    suffix: '&5'
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c [Admin] '
    build: true
    suffix: '&c'
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4 [Owner] '
    build: true
    suffix: '&4'
     
  2. Offline

    StealthBravo

    Post your config in pastie.org, you lose all your formatting here.
     
  3. Offline

    Xmillsa

    You also need a plugin that can read suffixes.
     
  4. Offline

    StealthBravo

    EssentialsChat works right alongside GroupManager btw, so that would be your best option.
     
  5. Offline

    jacklin213

  6. Sorry, im new to this :)

    All i need to simply groups to have colored chattext when they write.

    So that you can tell the diffrent between donaters and members, ect ect

    http://pastebin.com/i3CB8z0k

    Already have EssentialsChat i just cant't get it to color the text for each group.

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

    jacklin213

    Search the color codes on the essentials wiki
     
  8. but where do i set it so it's permanet??
     
  9. Offline

    Xmillsa

    I assume some config file for essentialschat.
    (I don't use it so I'm not 100% sure.)

    Well using the config to determine where the suffix appears and to ensure there is no default colour already in there.
     
  10. Offline

    jacklin213

    Inside the essentials config under essentials chat. I'll post a example when I get on my computer
     
  11. would be awesome
     
  12. Offline

    jacklin213

  13. One problem, (could be because im new XD) but i don't see the folder called "EssentialsChat" in my plugin folder, what i do see though, is the essentialschat.jar and when i open it, it doesn't have a config file.

    wait i found it

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

    jacklin213

    there is none it in your essentials folder in the big chunky config
     
  15. Now i copied yours over in mine, and changed it so it looks like this

    http://pastebin.com/57dyF5wj

    But when i open my server, it havne't changed.

    it puts the [Admin] infront, but the text color is still white for every group.

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

    Xmillsa

    Change the &f in:
    "Admin: ' &f[&4Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'"
    To whatever colour you want.

    Btw it's the &f before {MESSAGE}

    Do the same for all groups and they'll have the colour you pick.
     
  17. so like this
    Member: ' &f[&aMember&f] {DISPLAYNAME}&7:&2{MESSAGE}'
    Supporter: ' &a[&aSupporter&f] {DISPLAYNAME} &7:&2{MESSAGE} '
    Moderator: ' &f[&1Mod&f] {DISPLAYNAME}&7:&6{MESSAGE}'
    Admin: ' &f[&4Admin&f] {DISPLAYNAME}&7:&c{MESSAGE}'
    Owner: ' &f[&4Owner&f]{DISPLAYNAME}&7:&4{MESSAGE}'

    and now it works! :D Thanks everyone for the help!<3

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

    jacklin213

    np mark as solved in thread tools plz
     
  19. i will

    Fast question!! :D

    I've got all other ranks to work but, Legendary wont work, can anyone see if there is something wrong with this line? that will force it not to work.

    Legendary: ' &9[&pLegendary&9]{DISPLAYNAME] &7:&e{MESSAGE} '

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

    Xmillsa

    You're missing a } after DISPLAYNAME
    (Oh and remove the ] or replace it with the } :p)
     
    Leaske likes this.
  21. Offline

    jacklin213

    Xmillsa if i ever leave bukkit your my first inheritance choice :)
     
    Xmillsa likes this.
Thread Status:
Not open for further replies.

Share This Page