Question Problem with GroupManager (urgent, please help!)

Discussion in 'Bukkit Help' started by ufully455, Feb 23, 2015.

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

    ufully455

    I am currently having trouble with the 1.7.3 version of GroupManager, the beta version of course, but whenever I properly finish my groups.yml, even after I /manload, it still says the default groups and permissions. This is my groups.yml, I have previous experience with newer versions of GroupManager, and it seems basically the same. Is this config correct? It said it was fine on YAML PARSER

    groups:
    Member:
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - essentials.afk
    - essentials.chat.shout
    - essentials.compass
    - essentials.home
    - essentials.depth
    - essentials.kit
    - essentials.kit.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.protect
    - essentials.sethome
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lwc.protect
    - authme.login
    - authme.register
    - authme.logout
    - factions.kit.halfplayer
    inheritance: []
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Trusted:
    default: false
    permissions:
    - factions.kit.fullplayer
    - essentials.seen.*
    - essentials.seen
    - authme.changepassword
    - authme.unregister
    - essentials.tp
    - essentials.nick
    - essentials.tptoggle
    - essentials.tpahere
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.chat.color
    - essentials.nick.color
    - essentials.msg.color
    - essentials.back
    - essentials.back.ondeath
    - vanish.vanish
    - vanish.see
    - vanish.preventdamage
    - vanish.silentchest
    - lwc.mod
    - essentials.powertool
    - ChestShop.shop.create
    inheritance:
    - member
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - -groupmanager.mantogglesave
    - essentials
    - essentials.antioch
    - essentials.burn
    - essentials.clearinventory
    - essentials.cooldown.bypass
    - essentials.deljail
    - essentials.fireball
    - essentials.gc
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.heal.others
    - essentials.lightning
    - essentials.invsee
    - essentials.item
    - essentials.jails
    - essentials.kickall
    - essentials.kit.*
    - essentials.mute
    - essentials.sell
    - essentials.setjail
    - essentials.signs.*
    - essentials.spawnmob
    - essentials.teleport.cooldown.bypass
    - essentials.teleport.timer.bypass
    - essentials.togglejail
    - groupmanager.*
    - essentials.ban
    - essentials.banip
    - essentials.broadcast
    - essentials.delwarp
    - essentials.eco
    - essentials.ext
    - essentials.getpos
    - essentials.jump
    - essentials.kick
    - essentials.kill
    - essentials.setwarp
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.spawner
    - essentials.thunder
    - essentials.time
    - essentials.time.world
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tpo
    - essentials.tpohere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    inheritance:
    - trusted
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    info:
    prefix: '&4'
    build: true
    suffix: ''

    If you are also hosting a beta 1.7.3 server you are welcome to use and modify my config :) I don't really care.
     
  2. Offline

    Boomer

    so, when you /manload this file, it.... replaces the file with a default file?

    "It still says the default groups and permissions" What is "it" what is the context?
    What exactly is the problem, what do you expect to see?
     
  3. Offline

    ufully455

    Not the entire default file, like I can change one or two ranks of the file, and then if I reload the GroupManager, it will show them, but I can never do any more ranks then two, so I'm not sure If I'm using a bugged GroupManager, or I'm doing something wrong. There actually is spacing on the file, wouldn't let me put the spacing on here though
     
  4. Offline

    SuperDragonLife

    MAKE SURE THAT THE SPACES ARE CORRECT:

    groups:
    __Citizen:
    ___ default: true
    ___ permissions:
    ____- essentials.afk
    ____- essentials.compass
    ____ -essentials.depth
    __ inheritance:
    ___- g:groupmanager_default
    ___- g:bukkit_default
    ___- g:essentials_default
    ___- g:towny_default
    info:
    prefix: '&a[Citizen] &b'
    build: true
    suffix: ''

    I THINK IT MAKES A DIFFERENCE IF YOU DONT HAVE THE CORRECT AMOUNT OF SPACES AT THE BEGINNING.

    The __ means space
     
  5. Offline

    ufully455

    Sorry I forgot to close the file, I got it sorted out. I used PEX instead, It was the Prefixes from group manager that was messing it up, I figured out I had to use Essentials to properly use prefixes, Thanks for the reply :)
     
Thread Status:
Not open for further replies.

Share This Page