colored names

Discussion in 'Archived: Plugin Requests' started by kaketoe, Apr 27, 2013.

  1. Offline

    kaketoe

    Suggested name: colorednametags

    What I want: A plugin that wil make the name above someone's head colored :)
    with permissions, like normal users go white, donators get green or something

    Ideas for commands: uhm, like /ns reload

    Ideas for permissions:

    nametags.color.black
    nametags.color.dark_blue
    nametags.color.dark_green
    nametags.color.dark_aqua
    nametags.color.dark_red
    nametags.color.dark_purple
    nametags.color.gold
    nametags.color.gray
    nametags.color.dark_gray
    nametags.color.blue
    nametags.color.green
    nametags.color.aqua
    nametags.color.red
    nametags.color.light_purple
    nametags.color.yellow
     
  2. Offline

    UltiFix

    This would be Awesome!
    Watching this thread and I hope you find a creator!
     
  3. Offline

    kaketoe

    i found it,
    but it doesn't works bugs :/

    if u use inheritances it bugs and changes the color every second
    http://dev.bukkit.org/server-mods/nametags/
     
  4. Offline

    C0nsole

  5. Offline

    Xerfox

    You know that you could just use essentials and use the command ./nick.
    Pretty simple...Then to have colored ranks and stuff, you EssentialsGroupManager
     
  6. Offline

    hikeno19

    Xerfox I think he means one's username right top of their head. Not their username on chat.
     
  7. Offline

    kaketoe

    thanks, i'l try it


    vvv

    yeah, just what i mean
     
  8. Offline

    Xerfox

    Ahhh...I have no idea how one would do that...Good luck to anyone who wants to attempt it!
     
  9. Offline

    aronuserparty98

  10. Offline

    kaketoe

  11. Offline

    nhadobas

    You should probably learn how to use inheritances and negative permissions correctly then.
     
  12. Offline

    kaketoe

    than could you help me with that?
     
  13. Offline

    Vortextez

    I can! This is how you would use negative permissions to avoid bugs. I'm using PermissionsEx.
    Code:
    groups:
      Guest:
        default: true
        prefix: '&8[&eGuest&8]&f'
        permissions:
        - nametags.color.yellow
      Member:
        default: false
        permissions:
        - -nametags.color.yellow
        - nametags.color.green
        inheritance:
        - Guest
      VIP:
        default: false
        permissions:
        - -nametags.color.green
        - nametags.color.gold
        inheritance:
        - Member
    
    Hope it helps :)
     
  14. Offline

    kaketoe

    thanks, i'l try it :)
     

Share This Page