I am starting up a minecraft server and I am having troubles with my permissions. I am using group manager and in the server console this is what it says
12.07 14:10:53 [Server] WARN GroupManager - WARNING - Using default values: plugins/GroupManager/worlds/world/groups.yml
12.07 14:10:53 [Server] WARN GroupManager - WARNING - The group 'Mod' has no 'info' section!
As for the first warning I have no clue what to do or what it means by that. I also don't know why it is saying the second warning because I do have an info section for the group Mod. If somebody could help me straighten this mess out that would be great.
Here is a copy of my groups.yml file
groups:
Mod:
default: true
permissions:
- essentials.seen
- essentials.spawn
- essentials.invsee
- essentials.pay
- essentials.pay.multiple
- essentials.afk.auto
- essentials.help
- essentials.mail
- essentials.mail.send
- essentials.me
- essentials.rules
- essentials.delhome
- essentials.home
- essentials.home.bed
- essentials.sethome
- essentials.sethome.bed
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.balance
- essentials.balance.others
- essentials.balancetop
- essentials.kick
- essentials.socialspy
- essentials.tp
- essentials.tp.others
- essentials.mute
- essentials.back
- bukkit.command.kick
- bukkit.command.help
- bukkit.command.gamerule
- bukkit.command.list
- bukkit.command.tell
- bukkit.command.teleport
- kit.kit
- kit.tools
inheritance: []
info:
prefix: '&8[Mod]'
suffix: ''
Admin:
default: false
permissions:
- essentials.tempban
- essentials.fly
- essentials.ban
- essentials.time.set
- essentials.getpos
- essentials.getpos.others
- essentials.help.|pluginname|
- essentials.help.|pluginname|.|command|
- essentials.seen.ipsearch
- essentials.suicide
- essentials.whois
- essentials.broadcast
- essentials.unban
- essentials.ban.notify
- bukkit.command.ban.player
- bukkit.command.unban.player
- bukkit.command.ban.list
- bukkit.command.teleport
- bukkit.command.say
inheritance:
- Mod
info:
prefix: '&c[Admin]'
build: true
suffix: ''
Owner:
default: false
permissions:
- essentials.*
- bukkit.command.*
inheritance: []
info:
prefix: '&4[Owner]'
build: true
suffix: ''
Player:
default: true
permissions:
- essentials.pay
- essentials.pay.multiple
- essentials.afk.auto
- essentials. help
- essentials.mail
- essentials.mail.send
- essentials.me
- essentials.rules
- essentials.delhome
- essentials.home
- essentials.home.bed
- essentials.sethome
- essentials.sethome.bed
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.balance
- essentials.balancetop
- kit.kit
- kit.tools
- bukkit.command.me
- bukkit.command.help
inheritance: []
info:
prefix: '&2[Player]'
build: true
suffix: ''
RGMember:
default: false
permissions: []
inheritance:
- Player
info:
prefix: '&0[RGMember]'
build: true
suffix: ''
Supporter:
default: false
permissions:
- kit.Supporter
inheritance:
- RGMember
info:
prefix: '&5[Supporter]'
build: true
suffix: ''
Super:
default: false
permissions:
- kit.Super
inheritance:
- Supporter
info:
prefix: '&1[Super]'
build: true
suffix: ''
Crazed:
default: false
permissions:
- kit.Crazed
- essentials.sethome.multiple.2
inheritance:
- Super
info:
prefix: '&e[Crazed]'
build: true
suffix: ''
God:
default: false
permissions:
- kit.God
- essentials.sethome.multiple.5
inheritance:
- Crazed
info:
prefix: '&b[God]'
build: true
suffix: ''