Admin Titles

Discussion in 'Bukkit Help' started by BlueThunder796, Jan 6, 2014.

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

    BlueThunder796

    on servers most admins and mods and owners have [Admin]BlueThunder796 or something and i was wondering how you do that does anyone have a clue because i cant figure it out

    i have essentials
    PEX
    setranks
    and the rest arent permissions
     
  2. Offline

    CraftBang

    In pex you make groups, The prefix is what comes in front of the name, suffix behind the name.
    You just need a chat plugin for this.
     
  3. Offline

    carbuilder

    easy fix! See below where i added prefix the & sign and the number is the color code. look them up minecraft chat color codes or something on google. just do your ranks like that and it should work great! hope that helps!
    Owner:
    prefix: '&6[Owner]'
    inheritance:
    - Admin
    default: false
    permissions:
    - '*'

    I used pex use that it works really good

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

    BlueThunder796

    ??? i dont get it

    where do i put it and how?

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

    Wh1rledPeas

    You define your "prefix" in your permissions.yml (as stated above). In your permissions.yml, you can define a prefix: node under the group, to set a prefix for a specific group.

    However, it won't appear in game chat unless you have a chat plugin that uses the prefix. I believe essentials has support for this.
     
  6. Offline

    BlueThunder796

    so i put the prefix in the permissions.yml then use essentials to support it??
     
  7. Offline

    ManuDF

    How?
    can someone upload a file pls
     
  8. Offline

    Wh1rledPeas

    @ManuDF: carbuilder already provided this in his post above. The code just wasn't enclosed in code tags, so it didn't appear to stand out... I'll re-paste what was provided...

    Code:
    Owner:
        prefix: '&6[Owner]'
        inheritance:
            - Admin
        default: false
        permissions:
            - '*'
    
     
  9. Offline

    ManuDF

    but how do i get into that group?
     
  10. Offline

    Wh1rledPeas

    You mean, how do you assign yourself to the owners group? That's just a standard permission. At the top of your permissions.yml, you should have all of your groups defined. At the bottom of your permissions.yml, are all the users. Your username would exist in the users section, with the Owners group added to your user.

    Sorry... I assumed you already had your permissions.yml already setup and configured. You said you were using PEX.
     
  11. Offline

    ManuDF

    here it is i have it like permissions.yml but this was the only way i could show you the file
     

    Attached Files:

  12. Offline

    ManuDF

    I DID IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
Thread Status:
Not open for further replies.

Share This Page