Solved Group Manager Help

Discussion in 'Plugin Help/Development/Requests' started by VastTuber22, Jul 29, 2017.

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

    VastTuber22

    So i have some problems with group manager not really problems i just dont know how to do it so lets say i have a 20 dollar rank called coal how do i upgrade them to the 50 dollar rank called elite but they will save both permissions for coal and elite but will have the elite prefix?
     
  2. Offline

    FrostDevStudios

    @VastTuber22
    Are you referring to inheritance? This is a feature that allows you to "inherit" permissions from a minority rank without keeping your previous prefix.

    In your case, you are trying to inherit the "Coal" rank permissions whilst acquiring the revamped "Elite" permissions as well as the Elite prefix.
     
    VastTuber22 likes this.
  3. Offline

    VastTuber22

    whats the command because i wanna make the rank winnable from a crate so if the person has the coal rank and wins the griffin rank i want them to have the prefix and commands can you tell me the command please this is making me so mad lol
     
  4. Offline

    FrostDevStudios

    @VastTuber22
    You can use /mangaddi <minority group> <group to inherit minority>

    Personally i prefer to add them to the groups.yml file manually. If you wish to do this, here is an example
    Code:
    groups:
      minority_group:
        default: true
        permissions:
        - here.would 
        - be.a.list
        - of.permissions 
        info:
          prefix: '[oldPrefix]'
          build: false
     new_group:
        default: true
        permissions:
        - here.would 
        - be.a.seperate.list
        - of.permissions
        inheritance:
        - minority_group
        info:
          prefix: '[newPrefix]'
          build: false
    
    For more information about group manager commands you can visit they're webiste here
    http://wiki.mc-ess.net/wiki/Group_Manager/Commands
     
    Last edited: Jul 29, 2017
    VastTuber22 likes this.
  5. Offline

    VastTuber22

    thanks baby <3
     
  6. Offline

    FrostDevStudios

    @VastTuber22
    If you problem is resolved, Please mark this Thread as Solved
     
  7. Offline

    VastTuber22

  8. Offline

    Zombie_Striker

    @VastTuber22
    You need to edit the title. Go to the top, left of the page. Click ThreadTools, edit title, and select the solved prefix.
     
  9. Offline

    VastTuber22

Thread Status:
Not open for further replies.

Share This Page