PermissionsEX and Multiverse

Discussion in 'Bukkit Help' started by VVSWarHead, Dec 11, 2012.

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

    VVSWarHead

    hello, i have PermissionsEX and 3 different worlds on server,
    and I want to set different permissions to each world

    my permissions.yml: it is not working, please help me to configure it
    Code:
    groups:
        RWOnly:
            default: true
            options:
                rank: '1000'
            permissions:
                - modifyworld.*
     
        MineCrafter:
            default: false
            suffix: ' &f[&2MCR&f]&f'
            options:
                rank: '900'
            inheretance:
                - RWOnly
            permissions:
                worlds:
                    The_earth:
                        permissions:
                            - worldedit.selection.*
                            - worldedit.wand
                            - commandbook.home.set
                            - commandbook.home.teleport
                            - commandbook.who
                            - worldguard.region.claim
                            - worldguard.region.info
                            - worldguard.region.addowner.own.*
                            - worldguard.region.removeowner.own.*
                            - worldguard.region.addmember.own.*
                            - worldguard.region.removemember.own.*
                            - worldguard.region.list.own
                            - worldguard.region.remove.own.*
                            - creativegates.use
                    Paradise:
                        permissions:
                            - worldedit.selection.*
                            - worldedit.wand
                            - commandbook.home.set
                            - commandbook.home.teleport
                            - commandbook.who
                            - worldguard.region.claim
                            - worldguard.region.info
                            - worldguard.region.addowner.own.*
                            - worldguard.region.removeowner.own.*
                            - worldguard.region.addmember.own.*
                            - worldguard.region.removemember.own.*
                            - worldguard.region.list.own
                            - worldguard.region.remove.own.*
                            - creativegates.use                   
               
        Trusted:
            default: false
            suffix: ' &f[&2Trusted&f]&f'
            options:
                rank: '800'
            inheretance:
                - MineCrafter
            permissions:
                worlds:
                    The_Earth:
                        permissions:
                            - -commandbook.gamemode.change.other
                            - commandbook.gamemode.change
                    Paradise:
                        permissions:
                            - -commandbook.gamemode.change.other
                            - commandbook.gamemode.change             
     
        Moderator:
            default: false
            prefix: '& '
            options:
                rank: '300'
            inheretance:
                - Trusted
            permissions:
                worlds:
                    The_Earth:
                        permissions:
                            - commandbook.teleport
                            - commandbook.teleport.other
                            - commandbook.time
                            - commandbook.weather
                            - commandbook.warp.*
                            - commandbook.broadcast
                            - commandbook.whois.*
                            - commandbook.kick.*
                            - creativegates.create
                            - creativegates.destroy
                    Paradise:
                        permissions:
                            - commandbook.teleport
                            - commandbook.teleport.other
                            - commandbook.time
                            - commandbook.weather
                            - commandbook.warp.*
                            - commandbook.broadcast
                            - commandbook.whois.*
                            - commandbook.kick.*
                            - creativegates.create
                            - creativegates.destroy
     
        Administrator:
            default: false
            prefix: '+ '
            options:
                rank: '100'
            inheretance:
                - Moderator
            permissions:
                worlds:
                    The_earth:
                        permissions:
                            - commandbook.*
                            - worldedit.*
                            - worldguard.*
                            - multiverse.teleport.*
                            - multiverse.list.*
                    Paradise:
                        permissions:
                            - commandbook.*
                            - worldedit.*
                            - worldguard.*
                            - multiverse.teleport.*
                            - multiverse.list.*
     
        Redstoner:
            default: false
            suffix: ' &f[&4R&f]&f'
            inheritance:
                - Minecrafter
     
        Builder:
            default: false
            suffix: ' &f[&1B&f]&f'
            inheritance:
                - Minecrafter
     
        Developer:
            default: false
            suffix: ' &f[&5D&f]&f'
            inheritance:
                - Minecrafter
     
        Owner:
            default: false
            prefix: '~ '
            permissions:
                - '*'
    users:
    ---
     
  2. Offline

    PolarCraft

    First of all your spacing is off and second i wouldn't use world permissions. But if you have to then contact me on skype because your ranks are also not right!
     
Thread Status:
Not open for further replies.

Share This Page