Group promoting.

Discussion in 'Bukkit Help' started by BatteryAcid, May 13, 2012.

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

    BatteryAcid

    I need help to figure out how to set permissions so that my Moderators can change people from Default to certain ranks, but not able to go past a certain rank. Like for example. To promote someone to Noblese, then to Member if they like the server and want to build. And then to another group but I don't want them to be able to promote people to Mods or to PreMods. I only want them to be able to promote up to a certain rank. All help would be greatly appreciated.
     
  2. Offline

    ZeroZX4

    what permissions plugin you use ?
     
  3. Offline

    BatteryAcid

    I use bPermissions
     
  4. Offline

    BeastlyGreg

    If you use GroupManager, by default if someone has the permissions to rank up somebody with the groupmanager in-game commands, they cant rank up anyone past their level, or de-rank anyone on the same level as them or higher.
     
  5. Offline

    Harry8550

    codename_B
     
  6. Offline

    BatteryAcid

    GroupManager is outdated and abandoned?
     
  7. Offline

    teetor

  8. Offline

    codename_B

    Use the bPermissions promotion track system!
     
  9. Offline

    BatteryAcid

    Would you be awesome enough to explain that to me? :3 <3

    I know where the track folder is and everything, I just don't know the permissions to give TO MY mODERATORS.

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

    codename_B

    Well bPermissions operates named tracks.

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

    http://dev.bukkit.org/server-mods/bpermissions/#w-promotion-tracks

    Directly from the page.

    If you have a track in tracks.yml called donator - you would give tracks.donator to your moderators!

    How simple is that?
     
    BatteryAcid likes this.
  11. Offline

    BatteryAcid

    Soooo I give this permission node to my Moderators: tracks.trackname
    And they can promote people under them. But not higher right? Like a Moderator couldn't make someone Admin?
    Code:
    Track:
    - Default
    - Noblese
    - Nember
    - ActiveMember
    - PreMod
    - Moderator
    
    So. If I give my Moderators the permission node tracks.trackname, they can promote people in that list and demote them?
     
  12. Offline

    codename_B

    right do you'd do /promote codename_B Track
    (track names are case sensitive - your track is called "Track" there - its the yaml key)
    The permission node is tracks.Track

    any other questions?
     
Thread Status:
Not open for further replies.

Share This Page