Multi-Rank

Discussion in 'Archived: Plugin Requests' started by WolfMaster, Aug 12, 2012.

  1. Offline

    WolfMaster

    Hello Epic Coders Of Bukkit,

    I am looking for a plugin which allows a user to have more than one rank but have permissions for both,

    E.G: I could be a supermod and have the ability to ban people but also change be a president have have the permissions for that,

    Commands: / rank switch - this give them the ability to switch their ranks and their prefix and permissions,

    Permission nodes: Multirank.switch

    Also I will need a config file which allows me to put users in with their ranks
    Sample:
    - AssassinHero
    Rank 1: Resident
    Rank 2: Mod
    Rank 3: Donator

    I would like the author to release it or to allow me to release it,
    if I release it then i will need the source code via. P.M to update and add features
    if the author releases it then they will need to update it and/or add features

    I need this to allow my server to go public so if someone could start it A.S.A.P

    Please don't link me to a similar one as I have tailored this to how I need it and i have been thinking of this for weeks

    Thanks to anyone who takes this on and Good Luck!
     
  2. Offline

    Hannes103

    for this you don't need a plugin:

    in pex and gm you can use:
    Code:
     inheritance:
        - {GROUP NAME}  
    but if you like i can code you are Prefix / Suffix switcher.
    #edit

    Code:
    group1:
    permissions:
      - Perm.1
    inheritance:
      - null
     
    group2:
    permissions:
      - Perm.2
    inheritance:
      - group1
     
    group3:
    permissions:
      - Perm.3
    inheritance:
      - group2
    
    so:
    group1 has the permission: Perm.1
    group2 has the permissions: Perm.1 (from group1 ) and Perm.2
    group3 has the permissions: Perm.1 , Perm.2 (both from group2) and Perm.3

    #end edit
     
  3. Offline

    WolfMaster

    I need it to switch permissions and prefixes etc.
     
  4. Offline

    Hannes103

    a prefix / suffix switcher is easy to code.
    but a permissions switcher is pointless:

     
  5. Offline

    WolfMaster

    Would you be able to code the prefix switcher please?
     
  6. Offline

    Hannes103

    which chat plugin do you have?
     
  7. Offline

    WolfMaster

    HeroChat
     
  8. Offline

    Dragonphase

    PermissionsEx allows you to put one user in more than one group.
     
  9. Offline

    WolfMaster

    how would i switch the prefixes?
     
  10. Offline

    kezz101

    If you define each of your groups with a rank, PEX will give the user the prefix/suffix of the group with the highest rank.
     
  11. Offline

    WolfMaster

    i want them to be able to switch between the two using a command
     
  12. Offline

    Hannes103

Share This Page