Bpermissions- Prefixes

Discussion in 'Bukkit Help' started by ninjaturtlez12341234, Sep 7, 2011.

Thread Status:
Not open for further replies.
  1. How do i make prefixes and suffixses using bpermissions.
     
  2. Offline

    XAM

    You don't. You need mChat / Herochat for that.
     
  3. -_- that doesnt answer my question. "How do i make prefixes and suffixes"
     
  4. Offline

    codename_B

    http://dev.bukkit.org/server-mods/bpermissions/#w-prefix-suffix-nodes
    It helps if you read the post - generally all of your questions will be answered there. Let me copy/paste for you so you don't have to install a browser.

    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.

    These are permission nodes, you place them in a groups.Groups are a set of permission nodes which you give to players. This is all explained on the bPermissions post.
     
Thread Status:
Not open for further replies.

Share This Page