GroupManager Help

Discussion in 'Bukkit Help' started by mrnothersan, Aug 25, 2012.

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

    mrnothersan

    Hello,

    I'm trying to get GroupManager to not allow the default group to build. Under the "info:" section of the default group, I have the following:

    Code:
    build: false
    However, they can still build.

    Any ideas?

    Thanks!
     
  2. Offline

    Actium Praetor

    Are you granting any additional permissions to the default group? If so, you may be overriding the build setting.
     
  3. Offline

    mrnothersan

    Hi,

    I've got this:

    Code:
    default:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '&8[&dNewbie&8] &f'
          build: false
          suffix: ''
    Thanks
     
  4. Offline

    poppie213

    if you would like i can take a swing and can redo them so they work for you. i worked on this servers perms you can check it out if you want
    62.141.34.233
    IP:62.141.34.233
     
  5. Offline

    Actium Praetor

    Move build:false out of info. (I usually put it right below the default:whatever line.) That should disable builds on that group.
     
Thread Status:
Not open for further replies.

Share This Page