LWC Limits Quick Question

Discussion in 'Bukkit Help' started by gameswereus, Feb 23, 2012.

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

    gameswereus

    Alright let's say I want my normal members to have 25 chests protected max. and my super members to have unlimited chests protected max.

    Code:
    # default to unlimited protections
    defaults:
        default: 25
    # Overrides for Permissions groups
    groups:
        # 5 chests, unlimited everything else
        supermember:
            chest: unlimited
    players:
        # Gives Notch unlimited protections
        Notch:
            default: unlimited
    I use bPermissions. Now, as I understand it I say group.nameofgroup so in this case group.supermember to make LWC detect that it should be giving them an unlimited amount of protected chests.

    Code:
      supermember:
        permissions:
        - group.member
    
    The only problem is, this doesn't seem to be working. I am stuck with the default amount of protected chests, 25.

    Thanks, gameswereus
     
  2. Offline

    gameswereus

    I really need a response, if anyone has any information relating to this I would be vastly in your debt.

    I'd really love to get some help on this, thanks!

    Bump....

    Bump again.

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

    helptowncraft

    i want to know too why is no one answering?
     
  4. Offline

    Nucious

    wtf is LWC?

    I did a little research myself for once, and it looks like its not for 1.2.5 or RF.4.
     
  5. Offline

    hawkfalcon

    It is a chest locker. It works in r4
     
Thread Status:
Not open for further replies.

Share This Page