Help with groups.yml, why wont this work?!?!

Discussion in 'Bukkit Help' started by checked01, Feb 12, 2012.

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

    checked01

    I have spent days, days, and days trying to get this permissions thing working. I decided to try to do the coding myself to get the specific groups on my server: fusion.mine.bz

    Every time that I try to get the groups to work (I am using group manager) it shows some sort of error.

    I would post the "error" here as well, but it gives the server console 1 error about every 5 seconds.

    If it would help I can not use manuadd or any other manu command

    Here is my groups.yml file, please help me to figure out why it wont work:


    groups:
    New:
    default: true
    permissions:
    - essentials.sethome
    - essentials.help
    - essentials.home
    - essentials.rules
    - essentials.spawn
    - essentials.msg
    inheritance: []
    info:
    prefix: &7[new]_
    build: true
    suffix:
    Member:
    default: false
    permissions:
    - essentials.warp
    - essentials.me
    - essentials.balance
    - essentials.pay
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - ChestShop.shop.buy
    inheritance:
    - New
    info:
    prefix: &a[Member]_
    build: true
    suffix:
    Builder:
    default: false
    permissions:
    - ChestShop.shop.*
    - essentials.afk
    - essentials.back
    - essentials.helpop
    - essentials.kit
    - essentials.list
    - essentials.nick
    inheritance:
    - Member
    info:
    prefix: &b[Builder]_
    build: true
    suffix:
    Architect:
    default: false
    permissions:
    - essentials.setwarp
    - essentials.world
    - essentials.suicide
    inheritance:
    - Builder
    info:
    prefix: &4[Architect]_
    build: true
    suffix:
    Fusion:
    default: false
    permissions:
    - autocraft.*
    - mobdisguise.*
    - essentials.god
    - essentials.heal
    inheritance:
    - Architect
    info:
    prefix: &6[Fusion]_
    build: true
    suffix:
    Moderator:
    default: false
    permissions:
    - essentials.kick
    - essentials.mute
    - essentials.tempban
    - essentials.tp
    - essentials.tphere
    inheritance:
    - Architect
    info:
    prefix: &1[Moderator]_
    build: true
    suffix:
    Admin:
    default: false
    permissions:
    - *
    inheritance:
    - Moderator
    info:
    prefix: &5[Admin]_
    build: true
    suffix:
    Owner:
    default: false
    permissions:
    - *
    inheritance:
    - default
    info:
    prefix: &0[Owner]_
    build: true
    suffix:
     
  2. Offline

    AgentKid

    checked01 Post the error message. Also, post the groups.yml to pastebin rather than here, since posting it here changes the formatting.
     
  3. Offline

    checked01

  4. Offline

    efstajas

    Just a personal advice, don't use groupmanager. Use PEX or bPermissions. They're much better. I don't recommend using Essentials anyway, but that's your decision.
     
  5. Offline

    checked01

    well I would like to do that but that wont work for me either, also I would just like to simply use GroupManager. So if you could help me with that I would be grateful.

    If anyone see's anything wrong with the text, please tell me.

    I tried using the PEX but I got all the same errors for some reason, please help!

    Problem solved, I switched to using PEX on the console

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

Share This Page