Converting Permissions 3 to bPermissions

Discussion in 'Bukkit Help' started by sirbrando, Nov 4, 2011.

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

    sirbrando

    Hi, thanks in advanced for any help.

    I've been having trouble with /import in bPermissions.
    I would like to ask if someone could convert my permissions 3 groups file to bPermissions. I would greatly appreciate this.
    Here's the code.
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&fGuest| '
                suffix: ''
                build: false
                interact: true
            permissions:
            - essentials.warp
            - essentials.portal
            - essentials.list
            - essentials.msg
            - essentials.help
            - essentials.spawn
            - essentials.motd
            - essentials.chat
            - essentials.afk
            - warp
            - buycraft
            inheritance: []
        Member:
            default: false
            info:
                prefix: '&bMember| '
                suffix: ''
                build: true
                interact: true
            inheritance:
            - Guest
            permissions:
            - essentials.sethome
            - multiworld.goto
            - lwc.protect
            - essentials.mail
            - essentials.tpaccept
            - essentials.back
            - essentials.tpa
            - essentials.delhome
            - essentials.spawn
            - essentials.home
            - essentials.sethome.multiple.unlimited
            - essentials.kit
            - essentials.kit.starter
        Veteran:
            default: false
            info:
                prefix: '&bVIP| '
                suffix: ''
                build: true
                interact: true
            inheritance:
            - Member
            permissions:
        Vip:
            default: false
            info:
                prefix: '&bVIP| '
                suffix: ''
                build: true
                interact: true
            inheritance:
            - Veteran
            permissions:
            - inventorysave.use
        Mod:
            default: false
            info:
                prefix: '&1Mod| '
                suffix: ''
                build: true
                interact: true
            inheritance:
            - Vip
            permissions:
            - essentials.ban
            - setrank.rank.member
            - setrank.rank.guest
            - essentials.togglejail
            - essentials.invsee
            - worldguard
            - essentials.kick
            - essentials.clearinventory.others
            - essentials.banip
            - essentials.unbanip
            - essentials.unban
            - essentials.tempban
            - essentials.broadcast
            - essentials.tphere
            - essentials.tpo
            - essentials.top
            - essentials.tp
            - essentials.jump
        HighRoller:
            default: false
            inheritance:
            - Vip
            info:
                prefix: '&6High Roller| '
                suffix: ''
                build: true
                interact: true
            permissions:
        Philanthropist:
            default: false
            inheritance:
            - HighRoller
            info:
                prefix: '&6Philanthropist| '
                suffix: ''
                build: true
                interact: true
            permissions:
        Ace:
            default: false
            inheritance:
            - Philanthropist
            info:
                prefix: '&6Ace| '
                suffix: ''
                build: true
                interact: true
            permissions:
        Admin:
            default: false
            inheritance:
            - Mod
            info:
                prefix: '&4Admin| '
                suffix: ''
                build: true
                interact: true
            permissions:
            - simplesignedit.edit
            - OpenInv.search
            - simplesignedit.colour
            - perms
            - essentials.give
            - simplesign.edit.all.all
            - permissions.reload.default
            - essentials.nick
            - setrank.rank
            - simplesign.setowner
            - vanish.nopickup
            - vanish.nopickup.list
            - pr.list.worlds
            - essentials.item
            - simplesignedit.setowner
            - simplesign.edit
            - permissions
            - permissions.reload.<world>
            - permissions.perms.add
            - simplesign.edit.colour
            - permissions.perms.remove
            - essentials
            - vanish.noaggromobs
            - essentials.realname
            - setrank.rankall
            - essentials.weather
            - worldedit
            - permissions.perms
            - permissions.reload.all
            - essentials.god
            - nocheat.*
            - essentials.setwarp
            - log.*
        Owner:
            default: false
            info:
                prefix: '&4Owner| '
                suffix: ''
                build: true
                interact: true
            permissions:
            - '*'
    
    also is there a way to convert the users myself? or do i just re-ad everybody?
    thanks,
    sirbrando
     
  2. Offline

    Donny

    If you used permissions and were able to get it then I'd switch to PermisssionsEx.
    PEX is pretty close to permissions 3, is compatible with more plugins, can go far and beyond that of bperms.
     
  3. Offline

    codename_B

    Just qq, what can it do "beyond" bPermissions?

    There is no '*' node with superperms, but if you like bPermissions can setup an example file for you, with 99% of the nodes you'll need for your admin group there.

    Try the command "/p helpme"
     
  4. Offline

    Donny

    You're the one flaming. QQ

    I'm not going to argue with you on every post of mine you decide to flame. To anyone that isn't blind PEX is far Superior.
     
  5. Offline

    ZNickq

    To anyone who knows anything about coding, pex is a pile of junk!
    And he never said you would be flaming...
     
  6. Offline

    DrAgonmoray

    It's times like these when we need a Dislike button.
    PEX is buggy, bloated, and just a big mess.
    bPermissions will always be better. :)
     
  7. Offline

    Donny

    I'm going to ignore the first response because the author is hardly literate.
    ________________________________
    "Bloated" is a matter of opinion. It has a lot of features which some may/may not need.
     
Thread Status:
Not open for further replies.

Share This Page