Question about Permissions behavior (disable all and enable one)

Discussion in 'Bukkit Discussion' started by Draziak, Dec 4, 2018.

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

    Draziak

    Hi!

    I am wondering if I'm doing something wrong.
    I want to disable all permissions from Essentials and then enable one feature. Like so

    Code:
    permissions:
        - -essentials.*
        - essentials.home
    I don't know if the permission node essentials.home is really a thing; It's just an example.
    When I'm adding this to the config, I expect to be able to /home without any problem, but it's not the case.

    Is it possible? Am I doing it wrong?

    Thanks!
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Draziak What permissions plugin are you using?
     
  3. Offline

    Draziak

  4. Offline

    timtower Administrator Administrator Moderator

    Should be the right syntax
     
  5. Offline

    Draziak

    It disables the whole perms, but it doesn't enable the /home that I added below, and it's kind of long so disable every single one that I don't want. I was trying to find a quick way to do it...
     
  6. Offline

    timtower Administrator Administrator Moderator

    Draziak likes this.
  7. Offline

    Draziak

    Oh! I thought I tested this, but it seems to work! Thanks
     
Thread Status:
Not open for further replies.

Share This Page