Can I have someones permissions.yml for PermsEx? [Mac]

Discussion in 'Bukkit Help' started by Tdog2523, Nov 11, 2011.

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

    Tdog2523

    May I?
     
  2. Offline

    aPunch

    Sure.

    Code:
    # Todo: Add permissions
    Sorry that it isn't complete. I still need to add permissions.
     
    Luke Zwekii, undeadmach1ne and Kohle like this.
  3. Offline

    Tdog2523

    But But But But But But But But But ButButButButButButButButButButButButButButButButButButButButButButButButButButBut
     
  4. Offline

    polaris120990

    @Tdog2523 I would but I'm not home and don't have access to the files D: If noone has responded by the time i get home I will post it.
     
  5. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

  6. Offline

    MetalMadness

    for what plugin? permissisons 2.x 3.x pex permissionb bukkitpermissions?
     
  7. Offline

    saul100

    Someone would need to know
    a) What plugins your using/planning to
    b) What groups your planning on having
    c) what ranks have access to what.
     
  8. Offline

    MetalMadness

    oh pex, one sec
     
  9. Offline

    ZeusAllMighty11

    Here's mine, for PermissionsEX
    Code:
    groups:
        guest:
            prefix: '&a[&bGuest&a]&a'
            default: true
            permissions:
            - modifyworld.chat
            - modifyworld.build.false
        member:
            prefix: '&a[&cMember&a]&a'
            default: false
            permissions:
            - modifyworld.build.true
            - modifyworld.chat.true
            - modifyworld.*
            - modifyworld.block.destroy
            - modifyworld.block.place.*
            - headblock.self
            - headblock.other
            - CommandBin.teleport.tp
            - CommandBin.teleport.spawn
            - CommandBin.general.who
            - CommandBin.general.clearinv
            - CommandBin.general.msg
            - CommandBin.general.sethome
            - CommandBin.general.home
            - CommandBin.general.nick
            - CommandBin.general.say
            - essentials.kit.*
            - essentials.balance
            - essentials.balancetop
            - essentials.pay
            - essentials.sell
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.info
            - essentials.list
            - essentials.mail
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.suicide
            - essentials.ping
            - essentials.back
            - essentials.warp
            - essentials.protect
            - essentials.kick
            - essentials.tempban
            - essentials.ban
            - essentials.pardon
            - essentials.tpall
            - essentials.banip
            - essentials.unban
            - essentials.unbanip
            - essentials.reloadall
            - essentials.invsee
            - essentials.broadcast
            - essentials.backup
        moderator:
            prefix: '&a[&dModerator&d]&e'
            default: false
            permissions:
            - modifyworld.build.true
            - modifyworld.chat.true
            - modifyworld.*
            - modifyworld.block.destroy
            - modifyworld.block.place.*
            - headblock.self
            - headblock.other
            - CommandBin.teleport.tp
            - CommandBin.teleport.spawn
            - CommandBin.general.who
            - CommandBin.general.clearinv
            - CommandBin.general.msg
            - CommandBin.general.sethome
            - CommandBin.general.home
            - CommandBin.general.nick
            - CommandBin.general.say
            - essentials.kit.*
            - essentials.balance
            - essentials.balancetop
            - essentials.pay
            - essentials.sell
            - essentials.afk
            - essentials.help
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.info
            - essentials.list
            - essentials.mail
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.suicide
            - essentials.ping
            - essentials.back
            - essentials.warp
            - essentials.protect
            - essentials.whois
            - essentials.give
        admin:
            prefix: '&a[&1O&2w&3n&4e&5r&6&a]&e'
            default: false
            permissions:
            - '*'
            - modifyworld.*
    users:
        zeusallmighty11:
            group:
            - admin
        Pink0Panda:
            group:
            - admin
        Pointerwet:
            group:
            - member
     
Thread Status:
Not open for further replies.

Share This Page