Multirank Plugin.

Discussion in 'Archived: Plugin Requests' started by EvilGooD, Jul 29, 2014.

  1. Offline

    EvilGooD

    Suggested Name: MultiRank
    Plugin Category: Admin Tools
    What I want:
    I need a plugin that lets you have more of a range on the server, for example the range "moderator" can have all kinds of VIPs there or just one, or you may have other than constructor moderator, that's an example.
    Is not explain I know well, what I need is that in the configuration file configures the ranges as follows:
    Example:
    Rank Name: Moderator
    Prefix: '&b❖'
    Permissions:
    - example.example
    - example.example
    - example.example
    - example.example
    - example.example
    - example.example
    - example.example
    - Example.example (and more)

    And in the chat would look like:
    ❖Player_Name: I'm moderator.
    And if this player was donated to the server the vip 1 would look like:
    *❖Player_Name: I'm moderator with vip.
    And if someone donates you would add the symbol to chat and tab.
    If I do not understand is that let me know what I can not explain well.
    Suggested Commands:

    /playerank <player> <rank>
    /rank addpermission <permision-node>
    Suggested Permissions:
    multiranks.setrank
    multirank.setpermission
     
  2. Online

    timtower Administrator Administrator Moderator

    EvilGooD Prefix and suffix of a different rank? Then a chat plugin to show them after each other?
     
  3. Offline

    excusemyluck

    So you want it to where you can have this:
    1 player - rank: moderator
    1 player - rank: moderator, vip

    And such?
     
  4. Offline

    DivinanceMC

    You can do this with any other permission plugin by adding a prefix.
     
  5. Offline

    stoneminer02

    Why not just use PEX like so?:
    Show Spoiler

    Code:
    moderator:
      prefix: "-"
      permissions:
      - perm.permone
    vip:
      prefix: "*"
      permissions:
      - perm.permone
    vipmod:
      prefix: "*-"
      inheritance:
      - vip
      - moderator
     

Share This Page