Inactive [ADMN/DEV] SetRankPB v1.3.2 - Change ranks in-game [PermissionsBukkit] [SuperPerms] [1.1-R6]

Discussion in 'Inactive/Unsupported Plugins' started by Baummann, Aug 31, 2011.

  1. Offline

    Baummann

    SetRankPB - Change ranks in-game​
    Version: 1.3.3 CB 1.3.1-R2​
    This page is no longer being updated! Check the BukkitDev page.​
     
  2. Offline

    Baummann

    The ranks you've created.
     
  3. Offline

    Ture

    Just wondering... giving my VIP group the permission setrankpb.rank.member they can degrade a moderator or admin to level member?! Is there a way to prevent users from degrading higher ranks?
     
  4. Offline

    rhuisking

    Ok I am new and I am making a server. Do I need to install a permission thing in order to use this pluggin?
     
  5. Offline

    Ture

    Yes, definitly. As stated in the OP: You need PermissionsBukkit and SuperPermsBridge installed on your server.

    "Ranks" are acually the groups you define within the PermissionsBukkit config.yml file.
     
  6. Offline

    Baummann

    try setrankpb.rank.admin: false and setrankpb.rank.moderator: false
     
  7. Offline

    Stephen92

    Can you make this support pex please?
     
  8. Offline

    Baummann

    SetRank should work for PEX.
     
  9. Offline

    Jake Toolson

    Also, what about creating a notification message that notifies the player that they have a new rank?
     
  10. Offline

    Ture

    Ok... my VIP group now has the following permissions:
    Code:
                setrankpb.rank.admin: false
                setrankpb.rank.moderator: false
                setrankpb.rank.vip: false
                setrankpb.rank.member: true
                setrankpb.rank.default: true
    The idea is that any VIP member should be able to promote a new user to member status and demote a member to guest status (default), but they should not be able to demote other VIPs, moderators or admins.

    With this config a VIP user is able to demote any VIP, moderator or admin to member or even guest level.
     
  11. Offline

    Stephen92

    it does not. me and khobbits (essentials dev) tried it on my server. wouldnt even show the ranks when they logged in. And yes I had it enabled.
     
  12. Offline

    TheJammy123

    how do you download and install permissionsBukkit and SuperpermsBridge plugins?
     
  13. Offline

    Baummann

    Doesn't PEX have built in commands?

    Here's a tutorial

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  14. Offline

    TheJammy123

    lol thanks
     
  15. Offline

    Stephen92

    yes it does have built in commands, but I liked your features, like whenever a builder logged in, it would announce there group.
     
  16. Offline

    Baummann

    I've never used PEX. Which means I can't create SetRankPEX.
     
  17. Offline

    sirmyllox

    Quick question (based on Ture's post earlier):
    How do i prevent someone with "setrankpb.rank.member" permissions to set an admin to member?
    What i would like to do is to set modertors to have the ability to make new players to member but i dont want them to be able to set myself as admin to member.
    Maybe something like this?
    ie. moderators can set rank to member but not set admin to member
    setrankpb.rank.moderator.member: true
    setrankpb.rank.moderator.admin: false

    Looks like setrank looks for the correct player name ie Darcion, but the permissionsbukkit does not. happens to me too.
    If a new player comes online Player_1 i would add him/her to the member group as player_1 with "/perm player setgroup player_1" so when i later use setrank to add that player to the trusted group with /rank player_1 trusted, the plugin will look for the real login name and add Player_1 as trusted.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  18. Offline

    pherce

    This. We've been waiting for a plugin like this (also like how PermissionsPlus 2.x used to be) where you could set a rank by a simple command but not allow users to set others at their rank or higher.
     
  19. Offline

    Flipsen

    Can you add custom broadcast messages please? :)
     
  20. Offline

    Baummann

    Yes I'll add it in v1.2
     
  21. Offline

    jenks1999

    just wondering if essentials group manager could be tied in with this?
     
  22. Offline

    Baummann

    Why would you need that? /manuadd does the job.
     
  23. Offline

    jenks1999

    i just made a request for it thats all.. if its too difficult to be done thats fine. But there is no harm in asking is there? I want it for my own benifit and to help make using my server easier and with style. :)
     
  24. Offline

    Flipsen

    :D :D
     
  25. Offline

    godsyn

    Why the need for SuperpermsBridge?
     
  26. Offline

    Baummann

    It's required for using the permissions (setrankpb.rank.<group>: true)
     
  27. Offline

    i ThRoW sToNeZx

    Can you make it compatible for PermissionsEX? I used this for Permissions 3.1.6, but since that stopped working for me, I had to migrate to PEX.
     
  28. Offline

    godsyn

    Really? you can't
    Really? You can't just check if they have the permission? I'm not a java dev, but I assume it would be as easy as:

    Code:
    capture command /rank %var1% %var2%
    if %issuer% has permisson setrankpb.rank.%var2%{
      promote user, display message
    }else{
      fail as no permission
    }
    
    If the logic above is bad, I apologize for questioning.
     
  29. Offline

    Baummann

    if (player.hasPermission("setrankpb.rank.....")) {

    }

    Requires SuperPermsBridge

    I don't know anything about PEX so I can't.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  30. Offline

    i ThRoW sToNeZx

    Aw, damn :/
     
  31. Offline

    nokcihc

    Does this plugin support Permissions 3.x too?
     

Share This Page