Bukkit Essentials GroupManager problems!

Discussion in 'Bukkit Help' started by StolleJay, Dec 19, 2011.

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

    StolleJay

    Hi,
    i have a Problem with my Essentials GroupManager.
    Guests in the Server can build and destroy Blocks but in the group.yml is set to flase? Can any help me why Guests can build?

    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
    
    groups:
      Guest:
        default: true
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.rules
        - essentials.kick.notify
        - essentials.ban.notify
        inheritance:
        info:
          prefix: '&f'
          build: false
          suffix: ''
      Miners:
        default: false
        permissions:
        - -bukkit.command.kill
        - essentials.home
        - essentials.sethome
        - essentials.delhome
        - essentials.warp
        - essentials.warp.list
        - essentials.mail
        - essentials.mail.send
        - essentials.afk
        - essentials.balance
        - essentials.signs.use.balance
        - essentials.signs.use.warp
        - essentials.pay
        - citizens.trader.use.trade
        - citizens.trader.use.list
        - citizens.quester.use.quests.status
        - citizens.blacksmith.use.repair
    #   - essentials.sell
        inheritance:
        - guest
    #   - g:essentials_default
    #   - g:bukkit_default
        info:
          prefix: '&a'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.spawn
        - essentials.setspawn
        - essentials.delspawn
        - essentials.warp
        - essentials.setwarp
        - essentials.delwarp
        - essentials.jails
        - essentials.setjail
        - essentials.deljail
        - essentials.togglejail
        - essentials.time
        - essentials.time.set
        - essentials.weather
        - essentials.heal
        - essentials.mute
        - essentials.kick
        - essentials.ban
        - essentials.unban
        inheritance:
        - miners
    #   - g:essentials_moderator
    #   - g:bukkit_moderator
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        inheritance:
        - moderator
    #   - g:essentials_admin
    #   - g:bukkit_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    Its important! I have no idea more why they can build in the Guest Group :(

    PS: i forgot to say... I have the following Plugins:
    - Essentials (EssentialsChat, EssentialsGroupBridge, EssentialsGroupManager, EssentialsSpawn)
    - Citizens
    - WorldEdit
    - WorldGuard
    - TrainCarts
    - AntiCreeper
    - AutoMessage
    - SpawnMob
     
  2. Offline

    KingnOrse

    Look between the Prefix and Suffix lines, you have build set to false. Change "False" to "true"
     
  3. Offline

    StolleJay

    Yes "false" is right. Guest do not build but they can build thats the Problem.

    Solved!
    I have forgot to put the "EssentialsProtect.jar" in my plugins Folder :D
     
    zipron likes this.
  4. Offline

    zipron

    Thanks for the help about the protection plugin, I was looking for that a long time!
    zip
     
Thread Status:
Not open for further replies.

Share This Page