Problem with GroupManager

Discussion in 'Bukkit Help' started by Leenert, Aug 26, 2011.

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

    Leenert

    Good evening.

    I use the GroupManager and I have a Problem.
    New people are able to biuld oder destroy something, allthough i disabled it in the config.yml.

    Heres my config.yml:

    PHP:
    groups:
      Default:
        default: 
    true
        permissions
    :
        - 
    essentials.help
        
    essentials.helpop
        
    essentials.list
        - 
    essentials.motd
        
    essentials.rules
        
    essentials.spawn
        inheritance
    : []
        
    info:
          
    prefix'&e[Gast] '
          
    buildfalse
          suffix
    ''
      
    Mitglied:
        default: 
    false
        permissions
    :
        - 
    essentials.afk
        
    essentials.back
        
    essentials.back.ondeath
        
    essentials.balance
        
    essentials.balance.others
        
    essentials.balancetop
        
    essentials.chat.color
        
    essentials.chat.question
        
    essentials.chat.shout
        
    essentials.compass
        
    essentials.depth
        
    essentials.home
        
    essentials.ignore
        
    essentials.kit
        
    essentials.kit.tools
        
    essentials.mail
        
    essentials.mail.send
        
    essentials.me
        
    essentials.msg
        
    essentials.nick
        
    essentials.pay
        
    essentials.ping
        
    essentials.portal
        
    essentials.powertool
        
    essentials.protect
        
    essentials.sethome
        
    essentials.signs.break.disposal
        
    essentials.signs.break.mail
        
    essentials.signs.break.protection
        
    essentials.signs.break.trade
        
    essentials.signs.create.disposal
        
    essentials.signs.create.mail
        
    essentials.signs.create.protection
        
    essentials.signs.create.trade
        
    essentials.signs.use.*
        - 
    essentials.suicide
        
    essentials.time
        
    essentials.tpa
        
    essentials.tpaccept
        
    essentials.tpahere
        
    essentials.tpdeny
        
    essentials.warp
        
    'iConomy.payment'
        
    'iConomy.acces'
        
    'iConomy.rank'
        
    'iConomy.list'
        
    iConomyChestShop.shop.buy
        
    iConomyChestShop.shop.sell
        
    essentials.warp.list
        - 
    essentials.worth
        
        inheritance
    :
        - default
        
    info:
          
    prefix'&2 [Mitglied]'
          
    buildtrue
          suffix
    ''
      
    Owner:
        default: 
    false
        permissions
    :
        - 
    '*'
        
    inheritance:
        - 
    admin
        info
    :
          
    prefix'&4[Owner] '
          
    buildtrue
          suffix
    ''
      
    Moderator:
        default: 
    false
        permissions
    :
        - 
    essentials.ban
        
    essentials.ban.notify
        
    essentials.banip
        
    essentials.broadcast
        
    essentials.clearinventory
        
    essentials.delwarp
        
    essentials.eco.loan
        
    essentials.ext
        
    essentials.getpos
        
    essentials.helpop.recieve
        
    essentials.home.others
        
    essentials.invsee
        
    essentials.jails
        
    essentials.jump
        
    essentials.kick
        
    essentials.kick.notify
        
    essentials.kill
        
    essentials.mute
        
    essentials.nick.others
        
    essentials.protect.admin
        
    essentials.protect.alerts
        
    essentials.protect.ownerinfo
        
    essentials.ptime
        
    essentials.ptime.others
        
    essentials.realname
        
    essentials.setwarp
        
    essentials.signs.break.*
        - 
    essentials.signs.create.*
        - 
    essentials.spawner
        
    essentials.thunder
        
    essentials.time
        
    essentials.time.set
        
    essentials.togglejail
        
    essentials.top
        
    essentials.tp
        
    essentials.tphere
        
    essentials.tppos
        
    essentials.tptoggle
        
    essentials.unban
        
    essentials.unbanip
        
    essentials.weather
        
    essentials.whois
        
    essentials.world
        inheritance
    : []
        
    info:
          
    prefix'&5[Moderator] '
          
    buildtrue
          suffix
    ''
      
    Admin:
        default: 
    false
        permissions
    :
        - -
    essentials.backup
        
    - -essentials.essentials
        
    - -essentials.setspawn
        
    - -essentials.reloadall
        
    - -essentials.plugin
        
    essentials.*
        - 
    groupmanager.mangcheckp
        
    groupmanager.manglistp
        
    groupmanager.mansave
        
    groupmanager.mantogglevalidate
        
    groupmanager.manucheckp
        
    groupmanager.manulistp
        inheritance
    :
        - 
    moderator
        info
    :
          
    prefix'&c[Admin] '
          
    buildtrue
          suffix
    ''



    I hope you are able to help me!
     
  2. Offline

    Darq

    GroupManager can't control whether someone can build or not, despite that option. Get worldguard or something of the like.
     
  3. Offline

    Leenert

    I have WorldGuard :D
    Could you explain how to configurate it for ban new users from building?
     
  4. Offline

    Darq

    Rough way to do it could just be /region flag __global__ build deny
    And give the users/groups that you want to be able to build the permission:
    worldguard.region.bypass
     
  5. Offline

    Leenert

    i do not really understand :D

    could you please tell me the exact command? The Command above does work, but it does not protects my whole map :D
     
Thread Status:
Not open for further replies.

Share This Page