Group manager Yaml fix

Discussion in 'Bukkit Help' started by swaswaYT, May 23, 2016.

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

    swaswaYT

    could somebody help me i cant get this code to work for groupmanager :/

    Code:
                    # These groups only contain permission nodes.
                    #
                    # **** You can NOT add anything other than permission nodes ****
                    # **** This is NOT where you set up the groups which you give to users! ****
                    # **** goto groupmanager/worlds/worldname/groups.yml if you want to set the actual groups! ****
                    #
                    # These collections are to be inherited in your different worlds groups.yml's
                    # They can also be added as one of a users subgroups, but NOT as a primary group.
                    # These collections are available to ALL group and user yml's.
                    #
                    # Add to and customize these groups to fit your needs.
                   
                    Groups:
                       Default:   
                       permissions:
                       - essentials.help
                       - modifyworld.chat
                       - modifyworld.*
                       - essentials.home
                       - essentials.sethome
                       - essentials.back
                       - essentials.tpa
                       - essentials.tpaccept
                       - essentials.tpdeny
                       - essentials.spawn
                       - essentials.tp
                       - essentials.warp
                       - essentials.setwarp
                       - essentials.delwarp
                       - coreprotect.*
                       - modifyworld.*
                       - essentials.rules
                       - essentials.help
                       - essentials.pay
                       - essentials.balance
                       - essentials.tell
                       - essentials.list
                       - essentials.msg
                       - essentials.warp
                       - essentials.helpop
                       - essentials.motd
                       - essentials.spawn
                       - essentials.home
                       - essentials.tpa
                       - essentials.tpahere
                       - essentials.tpaccept
                       - essentials.home
                       - essentials.sethome
                       - factions.join
                       - factions.create
                       - factions.disband
                       - factions.leave
                       - factions.help
                       - factions.title
                       - factions.relation
                       - factions.who
                       - factions.admin
                       - factions.power
                       - factions.claim
                       - factions.unclaim
                       - factions.description
                       - factions.mod
                       - factions.list
                       - factions.home
                       - factions.sethome
                       - factions.unclaimall
                       - factions.kick
                       - factions.invite
                       - factions.map
                       - factions.show
                       - factions.disband
                       - factions.chat
                       g:Volger:
                      permissions:
                       - essentials.workbench
                       - essentials.suicide
                       g:WorldEdit:    
                       permissions:
                       - essentials.workbench
                       - essentials.suicide
                       - worldedit.*
                       g:Subsciber:   
                       permissions:
                       - essentials.workbench
                       - essentials.suicide
                       g:Moderator:   
                          permissions:
                          - essentials.give
                          - essentials.fly
                          - essentials.kick
                          - essentials.mute
                          - essentials.tjail
                          - essentials.jail
                          - essentials.tempban
                          - essentials.vanish
                          - essentials.tp
                          - essentials.warp
                          - essentials.setwarp
                          - essentials.delwarp
                          - coreprotect.*
                          - essentials.v
                          - voxelsniper.*
                          - -essentials.kill
                          - essentials.mute
                          - essentials.mute.notify
                          - essentials.repair
                          - essentials.repair.all
                          - essentials.repair.armor
                          - essentials.repair.enchanted
                          - essentials.socialspy
                          - essentials.tempban
                          - -essentials.tempban.offline
                          - essentials.togglejail
                          - essentials.tpahere
                          - essentials.gamemode
                          - essentials.tp
                          - essentials.ban
                          - essentials.god
                          - essentials.invsee
                          - essentials.nick
                          - essentials.hat
                          - worldedit.*
                       g:Admin:   
                       permissions:
                       - '*'
                       g:Owner:   
                       permissions:
                       - '*'
     
Thread Status:
Not open for further replies.

Share This Page