CLOSED.

Discussion in 'Archived: Plugin Requests' started by KakusCraft, Jun 14, 2012.

  1. Offline

    KakusCraft

    CLOSED. MOVE TO THE NEW THREAD
     
  2. Offline

    kezz101

    • Not helping
  3. Offline

    Sayshal

    bPermissions has something called tracks.
    I'll briefly explain it:
    /promote <username> <trackname> will give them that track, that track is literally a list of groups made in the file (similar to Groupmanager)

    So, by using your groupmanager configuration, this is an example:
    Code:
    Pack1
    Permissions :
    - foo.bar1
    - foo.bar2
    Suffix :
    [$]
     
    Name :
    Pack2
    Permissions :
    - foo.bar3
    - foo.bar4
    Suffix :
    [$$]
    tracks.yml generic setup:
    Code:
    Pack:
    - defaultgroup
    - Pack1
    - Pack2
    So if I, Sayshal, were in group 'defaultgroup' and I purchased Pack1, you'd type /promote Sayshal Pack, it would move me up the track, to group 'Pack1'. If I were in group 'defaultgroup' again, but i purchased Pack2, you'd type the same command twice. (/demote Sayshal Pack would work the opposite way.) codename_B can help you.
     
    codename_B likes this.
  4. Offline

    KakusCraft

    The problems are :

    1. My admins already used to groupmanager

    2. Why i want to give the nodes to a single user, not groups, because :

    a. If i make it group system there will be soooo many groups
    b. Because my server uses paidrank plugin which rank them up when they type /rankup


    So, i still need this

    still need this. pm me for more "info" :)

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

    Mekixx1

  6. Offline

    Kaikz

    Doesn't Bukkit's permissions.yml allow you to make "blocks" of permission nodes?
     
  7. Offline

    KakusCraft

    i know someone will answer this.

    The reason why i request this plugin is :

    1. I use groupmanager

    2. I am the only one who has access to the users.yml

    3. Adding permissions one by one is not practical, time consuming, and mistakes will happen often.

    When i don't have access to the server, if someone donate i can call one of my admins to give the users package.

    I want to give them the easiest options, thats why i requested this. just give /pack name packname

    If someone interested, please do PM me.
     
  8. Offline

    Mekixx1

    KakusCraft ... i realized what you mean. create the pack1 and pack2 groups,
    (copy and paste another group's file and edit it) and simply just go down to where it says suffix: ''
    and put your suffix in the '' . PM me if you need more help.
    example
    Code:
      Pack1:
        default: false
        permissions:
        - permhere
        - permhere
        inheritance:
        - default
        - g:essentials_builder
        info:
          prefix: '&2'
          build: true
          suffix: '$'
      Pack2:
        default: false
        permissions:
        - another perm here
        - another perm here
        inheritance:
        - pack1
        - g:essentials_builder
        info:
          prefix: '&2'
          build: true
          suffix: '$$'
    If you do not want Pack2 to inherit Pack1's perms just change the inheritance line in pack2
    that says
    - pack1
    to
    - default (or whatever rank you want)
     
  9. Offline

    KakusCraft

    Well, let me explain this more. So you guys will be understand why i need this :)

    1. My server has a rankup system. Main ranks are Rank1 -> Rank2 -> Rank3 -> Rank4 -> Rank5

    2. I want people that donate to only have "extra perks" but they will be still in the Main Rank.

    3. I want people that donate have [$] suffix.

    Example, a person at Main Rank 1, and not a donator : [Rank1] Bob

    A person at Main Rank 1 who donated : [Rank1] Bobby1234 [$]

    4. For the permission it can be done with subgroups for GroupManager, but the suffix is overiden by the MAIN group.

    I hope you guys understand now. And if you want to develop this, please send me a PM to discuss.

    EDIT :

    Also, i need the commands as simple as possible like /kbluk playername packname

    So when i am not having access to the server, i can contact one of my admins to give the user his donation benefits.
     

Share This Page