Plugin Help Essentials Group Manager -Permissions

Discussion in 'Plugin Help/Development/Requests' started by Iskallfan, Nov 29, 2014.

Thread Status:
Not open for further replies.
  1. Hello Bukkit, I got some issues with Group Manager Permissions.
    I'm currently using Group Manager from Essentials to restrict users from doing certain things but what I can't find out is how i can allow an user to eat, use a potion etc.
    I managed to allow them to open doors etc using essentials.build.interact but how can I do the same for potions / food ?

    Here is my groups.yml
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Owner:
        default: false
        permissions:
        - +vanish.effects.toggle.all
        - -vanish.effects.*
        - '*'
        inheritance:
        - admin
        info:
          build: true
          prefix: '&4'
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          build: true
          prefix: '&c'
          suffix: ''
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.pay
        - essentials.build.interact.54
        - essentials.build.interact.130
        - essentials.build.interact.70
        - essentials.build.interact.72
        - essentials.build.interact.147
        - essentials.build.interact.148
        - essentials.build.interact.64
        - essentials.build.interact.69
        - essentials.build.interact.373[:8193]
        - essentials.build.interact.373[:8225]
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          build: false
          prefix: '&7'
          suffix: ''
    
     
  2. Offline

    Darkpicasa

    Iskallfan for future reference, this is posted in the wrong place.
    You posted it under Bukkit Alternatives... ;)
     
  3. Assist There is no essentials permission named "essentials.eat". I've checked their documents many times and what I'm looking for is for some reason not listed there =/
    Darkpicasa I'm pretty sure i selected "Plugin Help/Development/Requests" so that's weird :S
     
  4. Offline

    timtower Administrator Administrator Moderator

    Iskallfan You indeed selected that section, but that section falls under Bukkit Alternatives
     
    Darkpicasa likes this.
  5. timtower Ok now I'm confused, where should I post this then? for future reference.
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Okay thanks guys.
    How come I should post there anyways since my issue is not bukkit related? I thought essentials was a plugin to Bukkit :p
     
  8. Iskallfan It is, this section is for builds that aren't Bukkit, Spigot for example. When posring plugin help Bukkit Help is the place.
     
Thread Status:
Not open for further replies.

Share This Page