Skip to content

[Help] Giving 'group' permissions. #3

@lnxredir

Description

@lnxredir

Hello! Your plugin works pretty well but I'm stuck trying to give, say, 'Members can do and see /login/, /tpa, etc' and "VIP can do /craft, /echest, etc'. It works on giving the Members the commands but how can I give the VIP users the same commands the members have and the exclusive ones? Bellow is an example config:

  1:
    type: BLACKLIST
    bypassPermission: "cb.admin"
    contains: -":"
    contains: -"//"
    contains: -"/"
    commands:
      - /
      - //
  2:
    type: WHITELIST
    bypassPermission: "cb.user"
    commands:
# Default Perms
      - /spawn
      - /kit
      - /login
      - /logout
      - /register
      - /rtp
      - /sethome
      - /home
      - /msg
      - /tpa
# Default Perms

  3:
    type: WHITELIST
    bypassPermission: "cb.vip"
    commands:
      - /grindstone
      - /craft
      - /stonecutter
      - /trash

In the example above, using Luckperms when I give VIP members the 'bypass' for the Member, it only shows their commands and not the Member ones:
image

And for some reason if I create another rule group, say VIP2, and give it more commands all of the commands get blocked, even if the player is a Member or VIP. I'm very confused and maybe I'm looking at things the wrong way around, any help would be really apprecieated. Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions