Groups in ProtectionBlock #52


  • New
  • Other
Open
Assigned to axeldios
  • _ForgeUser8930302 created this issue Aug 21, 2013

    Could you tell me if I am doing correct or wrong (groups): I set LIMIT: -2 so I can use groups, now if I want group1 to have limit = 2 blocks I have to write: Group: LIMIT1: 2 and add permission - protectionstones.group1 to a rank in permissionsEx that will use only 2 protection blocks.

    If this is correct, then something wrong with pluggin, because it's not working. If this is not correct, then I am dumb in my 26 yo and I just figured it out. Please help. thx.

    p.s. it's written that I can't place any protection blocks in chat. (red error)

  • _ForgeUser8930302 added the tags New Other Aug 21, 2013
  • _ForgeUser9071252 posted a comment Aug 21, 2013

    I use Pex also, and mine works great.

    Here is the way i have it setup and it works. The formatting will likely be crap when i paste this, but you get the idea if you are familiar with editing config.ymls.

    This is only the Region and Group sections on the PS config.yml. We do not have a Rank 7 and 8 so they are both 0, and Rank 9 is My Owner Rank.

    Region:
      SKYBEDROCK: false
      AUTOHIDE: false
      NODROP: false
      NOSILKTOUCH: false
      BLOCKPISTONS: false
      LIMIT: -2
    Group:
      LIMIT1: 0
      LIMIT2: 2
      LIMIT3: 3
      LIMIT4: 4
      LIMIT5: 5
      LIMIT6: 6
      LIMIT7: 0
      LIMIT8: 0
      LIMIT9: 100
      BLOCKS2: COAL_ORE
      BLOCKS3: COAL_ORE
      BLOCKS4: COAL_ORE LAPIS_ORE
      BLOCKS5: COAL_ORE LAPIS_ORE
      BLOCKS6: COAL_ORE LAPIS_ORE DIAMOND_ORE
      BLOCKS7: COAL_ORE LAPIS_ORE DIAMOND_ORE
      BLOCKS8: COAL_ORE LAPIS_ORE DIAMOND_ORE
      BLOCKS9: COAL_ORE LAPIS_ORE DIAMOND_ORE
      BLOCKS1: COAL_ORE LAPIS_ORE DIAMOND_ORE
    
    
    In my Pex this is a part of the first Rank
    
    
      Peasant:
        default: true
        options:
          rank: '1000'
        prefix: '&3[Peasant]&f'
        permissions:
        - protectionstones.group1
    
    
    and Rank 2
    
    
      Noble:
        options:
          rank: '600'
        prefix: '&6[Noble]&f'
        inheritance:
        - peasant
        permissions:
        - protectionstones.group2
    

    Hope it helps that you can see how it is placed in a working setup.

    Orion


    Edited Aug 21, 2013
  • AxelDios posted a comment Aug 21, 2013

    If you've read my general comments on the forum about Group Limit Problems I said the following:

    As a note, every time someone has had a problem with using group limits it's fallen into two problems.

    1) The config.yml has not been set correctly.

    - O R -

    2) The permissions file for whatever permission plugin being used is incorrect.

    At this moment I have five different people all saying that GroupManager has problems with the group limits, and I've found that they are all inheriting permissions from other groups to a new group, well, this is also adding the players to two different PS Groups, which PS will set the player to no group for security reasons.

  • AxelDios posted a comment Aug 21, 2013

    Before I get rid of the ticket system paste your config.yml and your permissions settings here, if you are using the WikiCreole Markup, then surround the beginning and end of your information with three open and three closed curley breakets.

    This will force the formatting to be pasted with the information.

    Click on the link below about Markup Type for more information.

  • _ForgeUser8930302 posted a comment Aug 22, 2013

    works great, thx bros


To post a comment, please login or register a new account.