Bukkit Group Owner help !

Discussion in 'Bukkit Help' started by BrightDark12, Jun 16, 2012.

  1. Offline

    BrightDark12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi I made my own server and two days ago when i log in im not owner anymore and when i try to do /manuadd BrightDark12 Owner it says an internal error occure while attempting to perfom this command HELP !
  2. Offline

    stevevbrewer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It sounds like your GroupManager config has a syntax error. Can you copy and paste your groups.yml file here? Or into this website to check for errors.
  3. Offline

    BrightDark12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.
    - -bartersigns.create
    - -bartersigns.use
    - -ChestShop.shop.*
    - -essentials.afk
    - -essentials.balance
    - -essentials.delhome
    - -essentials.help
    - -essentials.helpop
    - -essentials.home
    - -essentials.mail.send
    - -essentials.mail
    - -essentials.me
    - -essentials.motd
    - -essentials.pay
    - -essentials.rules
    - -essentials.sell
    - -essentials.sethome
    - -essentials.spawn
    - -essentials.warp
    - -essentials.warp.list
    - -essentials.worth
    - -factions.kit.halfplayer
    - -mobcatcher.can-catch
    - -pvparena.user
    - -pvparena.
    build: false

    Visiteur:
    permissions:


    Resident:
    permissions:
    - modifyworld.*
    - -modifyworld.blocks.interact.259
    - -modifyworld.blocks.place.tnt

    Admin:
    permissions:
    - "*"
    inheritance:
    - g:essentials_default
    - g:bukkit_default
    info:
    prefix: '&2[Visiteur] &f'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4[Owner] &f'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - -ChestShop.nofee
    - -factions.kit.fullplayer
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&5[Member] &9'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - -ChestShop.shop.mod
    - -factions.kit.mod
    - -mobcatcher.free
    inheritance:
    - builder
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
    prefix: '&5[friends] &f'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - -bartersigns.admin
    - -ChestShop.shop.admin
    - -factions.kit.admin
    - -mobcatcher.allow-all
    - -pvparena.*
    - -worldedit.*

    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
  4. Offline

    HollowCube

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please post it as code. Use '[CODE]<config>[/CODE]' or the convenient code button second from the right on the bottom row of the formatting bar.

Share This Page