Help With-Permissions/Teams

Discussion in 'Bukkit Help' started by baffu, Jun 8, 2011.

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

    vYN

    because his group is named "Default" and the group is the default group xD
     
  2. Offline

    baffu

    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.spawn'
    - 'essentials.help'
    - 'essentials.compass'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.msg'
    - 'essentials.rules'
    - 'essentials.me'
    - 'essentials.list'
    - 'clans.create'
    - 'clans.invite'
    - 'clans.accept'
    - 'clans.leave'
    - 'clans.color'
    - 'clans.tag'
    - 'clans.teamchat'
    - 'lwc.protect'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: '&c[Admin]&f'
    build: true
    inheritance:
    permissions:
    - '*'

    wow the spaces r not working??

    Oh...

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - 'essentials.spawn'
            - 'essentials.help'
            - 'essentials.compass'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.msg'
            - 'essentials.rules'
            - 'essentials.me'
            - 'essentials.list'
            - 'clans.create'
            - 'clans.invite'
            - 'clans.accept'
            - 'clans.leave'
            - 'clans.color'
            - 'clans.tag'
            - 'clans.teamchat'
            - 'lwc.protect'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: '&c[Admin]&f'
                build: true
        inheritance:
        permissions:
            - '*'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  3. Offline

    jamescosten

    only thing ive noticed is that having your default group to build true is dodgy, its best o have another group above that, also are you using the correct spacing and are you using tab. If you posted on pastebin.com (easier) i could tell these things

    the permission need to be 12 spaces in just like the prefix line .....

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    baffu

    I like it that way
     
  5. Offline

    vYN

    he doesn't need to have a group that have a build=false.. If he's still coping that from my post on the first page. it's spaces
     
  6. Offline

    baffu

    no not tab, i g2g ill try at this tommorow, post any solutions you have
     
  7. Offline

    jamescosten

    yeah but what you like and what it has to be is 2 different things its setup that way for a reason
     
  8. Offline

    vYN

    "permissions" doesn't need 12 spaces... my permissions is just working fine with only the same amount spaces as the name of the group.
     
  9. Offline

    baffu

    Why did you change the users format? Wasn't the first correct too?

    You need to have a tourist class? I dont think so

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  10. Offline

    jamescosten

    fair enough but still his is inline with the true defalut line
     
  11. Offline

    vYN

    my group.yml. and just 2 groups from it.. and it is working like a charm:

    Code:
    groups:
        Member:
            default: true
            info:
                prefix: '&7'
                suffix: Member
                build: true
                rank: 5
            inheritance: null
            permissions:
            - foo.bar
            - jobs.world.world
            - tetris.use
            - craftbook.mech.cauldron
            - essentials.afk
            - essentials.back.ondeath
            - essentials.balance
            - essentials.chat.shout
            - essentials.compass
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.pay
            - essentials.portal
            - essentials.protect
            - essentials.sethome
            - essentials.signs.buy.use
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.free.use
            - essentials.signs.heal.use
            - essentials.signs.mail.create
            - essentials.signs.mail.use
            - essentials.signs.protection.create
            - essentials.signs.protection.use
            - essentials.signs.sell.use
            - essentials.signs.trade.create
            - essentials.signs.trade.use
            - essentials.suicide
            - essentials.warp
            - essentials.warp.list
            - essentials.worth
            - essentials.tpa
            - lwc.protect
            - warpz0r.home
            - warpz0r.sethome
            - warpz0r.warp
            - jobs.join.Woodcutter
            - jobs.join.Builder
            - jobs.join.Digger
            - jobs.join.Miner
            - iConomy.payment
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - -essentials.kit
            - mcdocs./command
            - mcdocs./news
            - mcdocs./rules
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - nSpleef.member.wager
            - citizens.use.trader
            - citizens.use.blacksmith
            - citizens.use.*
        VIP:
            default: false
            info:
                prefix: '&a'
                suffix: VIP
                build: true
                rank: 6
            inheritance:
            - Member
            permissions:
            - foo.bar
            - warpz0r.warp
            - craftbook.mech.gate
            - craftbook.mech.light-switch
            - craftbook.mech.cauldron
            - craftbook.mech.bookshelf.use
            - craftbook.mech.elevator.use
            - towny.town.new
            - towny.town.claim
     
  12. Offline

    Don Redhorse

    are you also in op.txt ? also it needs to be groups not group in the user.yml
     
  13. Offline

    jamescosten

    ok just copy paste his change permissions SORTED
     
  14. Offline

    Satros

    What version of bukkit are you using? My plugin (Clans 1.6) is having issues with builds after 818. I'm working on a fix now.
     
  15. Offline

    baffu

    The Latest 818 I think

    Ok so its the plugin. Cool, any Idea of when you will update your plugin, PS any chance of having team block colors on heads?

    Hmmm. But with out the clans plugin installed, I removed it. Any player that joins has admin commands still. And I can change that and make other accounts Default group but my account seems to ignore the users.yml and make itself admin.

    LOL OMG, I think I fixed it...
    You will never guess...:mad:





    It was because baffu was in the ops list that I was always with all commands...

    Not everything s working... Lol im so dumb

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
Thread Status:
Not open for further replies.

Share This Page