PermissionsBukkit Set all default permissions to something

Discussion in 'Bukkit Help' started by MrMan253, Jun 1, 2013.

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

    MrMan253

    In the default group, I cant break blocks, which is good, but I can still switch to creative and do other commands. Do I have to manually set all commands to false and leave the ones I like true. Or can I set everything to false and then make some nodes true.
     
  2. Offline

    Iroh

  3. Offline

    MrMan253

    All I wanted to know if there is a node or something I can put in my permissions in the default to make all permission start out false for them.
     
  4. Offline

    Halogoop

    Paste your perms on www.pastebin.com. So we can help and see whats wrong. You could try putting

    - -essentials.gamemode

    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - -essentials.gamemode
        prefix: '&9Member'
        options:
          rank: '1000'
     
  5. Offline

    MrMan253

    http://pastebin.com/S2NEFvCe

    If I want this to be public ready what should I change? I am going to add more admin permissions as well

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
Thread Status:
Not open for further replies.

Share This Page