Group Manager permissions help

Discussion in 'Bukkit Help' started by jrohazn, Mar 25, 2013.

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

    jrohazn

    Hello, I started a new server and I use groupmanager, and for the [Builder], they are able to use /nick, /back, /hat even though I disabled it which you can see here. But if I disable it via Essentials.yml it works but I DON'T want to get rid of it, just for higher ranks and donors. Please help and please don't tell me to switch to another plugin
    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    - essentials.build
    - essentials.spawn
    - essentials.tpa
    - essentials.msg
    - essentials.home
    - essentials.balance
    - essentials.sethome
    - essentials.pay
    - essentials.warp
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - factions.create
    - essentials.signs.use.buy
    - -bukkit.command.kill
    - multiverse.portal.access.world
    - multiverse.access.world
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&b[&bUser&b]&f'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - -essentials.back
    - -essentials.back.ondeath
    - -essentials.hat
    - - essentials.nick

    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder

    info:
    prefix: '&a[&aHelper&a]&f'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4[&4Owner&4]&f'
    build: true
    suffix: ''
     
  2. Offline

    jrohazn

  3. Offline

    bradybell33

    you also need to remove those groups from the globalgroups.yml

    that is all you have to do, or just take off the inheritance of the ones you don't want
     
    jrohazn likes this.
  4. Offline

    jrohazn

    I really don't understand what inheritances are and how they work. Please help?

    Oh my god! Thank you so much! But I also have another problem with GroupManager. At times, sometimes random, I don't know what causes it, like for example I added a permission node and when I restarted my server, all the ranks were gone and all the commands were locked, even for me, but when I delete the GroupManager file and rewrite it again, it works. This happened like 3 times to me now and is getting pretty aggravating! Do you have the solution? :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  5. Offline

    Necrodoom

    it means you broke the YML due to editing incorrectly.
    instead of deleting the YML, read plugins/groupmanager/error.log.
     
  6. Offline

    bradybell33

    yes listen to necrodoom , he is correct, if you need any help add me on skype, bradybell33, be sure to tell who you are and why you are adding me
     
  7. Offline

    jrohazn

    If I broke it, does that mean a simple fix will make it correct again?
     
  8. Offline

    Necrodoom

    yes. paste the file.
     
Thread Status:
Not open for further replies.

Share This Page