bPermissions - Help with Prefixes!

Discussion in 'Bukkit Help' started by rogvid700, Sep 17, 2011.

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

    rogvid700

    I have bPermissions installed in my server, and I just want to know how to put the prefixes into my config.yml. Here is the bPermissions page that tells you how to set it up, but I don't understand it D: If you know how to set it up please let me know. Thanks!

    http://dev.bukkit.org/server-mods/bpermissions/

    And here is my config.yml

    Code:
    default: groupname
    groups:
        Admin:
        - '*'
        - bPermissions.build
        - bPermissions.admin
        - prefixer.list
        - prefixer.self
        - prefixer.other
        - prefixer.remove
        - mobdisguise.*
        - mobdisguise.player
        - worldedit.*
        - commandbook.*
        - mywarp.*
        - bigbrother.*
        -   permissions.build: true
        -   permissions.*: true
        Architect:
        - worldedit.*
        - commandbook.*
        - mywarp.warp.basic.*
        -   info:
                prefix: '&9Architect'
                suffix: ''
        -   permissions.build: true
        VIP-Member:
        - commandbook.give
        - commandbook.give.other
        - commandbook.give.infinite
        - commandbook.give.stacks
        - commandbook.give.stacks.unlimited
        - mywarp.warp.basic.*
        -   permissions.build: true
        Member:
        - commandbook.give
        - mywarp.warp.basic.*
        -   permissions.build: true
        Guest:
        -   permissions.build: true
    players:
        rogvid700:
        - Admin
        25Cstovall:
        - Architect
        pimptoasty:
        - Admin
    
     
  2. Offline

    Sp0ng3b0b

    Use simpleprefix, its easier. You just create prefixgroups give them prefixes and the permissionsgroup having the node
    simpleprefix.GROUPNAME will have the prefix for that Group.
     
  3. Prefix/Suffix nodes

    The format is prefix/suffix.priority(int).suffixhere

    prefix.0.default prefix.1.mod prefix.2.admin suffix.2.admin
    etc etc etc. The prefix is available via the api through the InfoReader class. This can be accessed statically through Permissions.getInfoReader(); The higher the number, the higher the priority, so if someone has prefix.0.whatever and prefix.10.thisisit their prefix will be "thisisit". bInfo v2 color codes are also supported in the permission string, though not recommended if you use any other chat plugin.

    in your permissions file just type - prefix.(rank).%RED%(<- color) MOD(<- im pretty sure it auto puts the group name in).
     
Thread Status:
Not open for further replies.

Share This Page