Very simple question about permissions (How do i give reverse permissions?)

Discussion in 'Bukkit Help' started by Kaydie, Jun 8, 2011.

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

    Kaydie

    As title says im aware i can do permissions such as essentials.protect.exemptusage or essentials.* or '*'.. Anyway my question is how do i give exempt commands?

    like i want to give a user the root '*' but remove certain things out of them, specifically somthing like

    user
    - '*'
    - -iConomy.admin.* <-- as in not having these commands

    I remember there was some way of doing this, like -* or somthing i'm very inexperienced at YAML, anyway any help would be much appreciated thanks :)

    Oh, it seems i found my solution by good memory,

    IIRC,

    - -permission.whatever.thing works but - -permission.whatever.* doesn't? why is this? is there any way around it if we have a large plug in we want to disable for lets say, admins?
     
  2. Offline

    Zaros

    - '-iConomy.admin' would be how to remove.

    I suggest that you use all nodes for your users instead of *. Im not sure if * overrides exemptions, and its not a good practice since it gives ALL permissions.
     
  3. Offline

    Kaydie

    Thank you for a concise answer and good tip, zaros ^-^ i'll try that.
     
  4. Offline

    Zaros

    No problem. Just keep in mind, * is a wild card to give all permissions. It isn't meant to be a point to subtract them from.
     
Thread Status:
Not open for further replies.

Share This Page