EssentialsCommands/permissions/Groups

Discussion in 'Bukkit Help' started by t1tanium, Jul 5, 2011.

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

    t1tanium

    Groups:
    Code:
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '&7[Guest] '
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.clearinventory'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.motd'
                - 'essentials.compass'
                - 'essentials.help'
                - 'lwc.protect'
                - 'essentials.list'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.create.<id>'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'iConomyChestShop.command.iteminfo'
                - 'iConomy.access'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'falsebook.blocks.*'
                - 'uQuest.CanQuest.*'
                - 'uQuest.CanDropQuest'
                - 'SpawnControl.spawn.use'
                - 'auction.bid'
                - 'towny.wild.*'
        Mod:
            default: true
            info:
                prefix: '&6[&eMod&6]&e '
                suffix: ''
                build: true
            inheritance:
                - SB
            permissions:
                - 'bar.foo'
                - 'essentials.tphere'
                - 'essentials.tp'
                - 'essentials.banip'
                - 'essentials.setwarp'
                - 'essentials.list'
                - 'worldguard.region.select'
                - 'worldguard.region.define'
                - 'worldguard.region.flag'
                - 'worldguard.locate'
                - 'worldguard.region.setpriority'
                - 'worldguard.region.setparent'
                - 'worldguard.region.remove'
                - 'worldguard.region.addmember'
                - 'worldguard.region.addowner'
                - 'worldguard.region.removemember'
                - 'worldguard.region.removeowner'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.selection'
                - 'essentials.time'
                - 'worldguard.region.*'
                - 'worldedit.selection.pos'
                - 'kiwiadmin.tempban'
                - 'signColors.*'
                - 'essentials.jail.*'
                - 'bb.admin.info'
                - 'essentials.weather'
                - 'essentials.heal'
                - 'cleaner.scan'
                - 'essentials.kick'
                - 'essentials.ban'
                - 'vanish.vanish'
        Owner:
            default: true
            info:
                prefix: '&6[&4Owner&6]&4 '
                suffix: '&4'
                build: true
            inheritance:
                - Mod
            permissions:
                - '*'
    
        Admin:
            default: true
            info:
                prefix: '&6[&5Admin&6]&5 '
                suffix: ''
                build: true
            inheritance:
                - Mod
            permissions:
            - 'lwc.admin'
            - 'essentials.item'
            - 'essentials.give'
            - 'essentials.god'
            - 'worldguard.god'
            - 'worldedit.superpickaxe'
            - 'cuboidplugin.select'
            - 'cuboidplugin.walls'
            - 'cuboidplugin.cuboid'
            - 'worldedit.history.undo'
            - 'worldedit.region.set'
            - 'cleaner.scan.remove'
        Builder:
            default: true
            info:
                prefix: '&f[&bBuilder&f] '
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        VIP:
            default: true
            info:
                prefix: '&f[&2VIP&f] '
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'foo.bar'
        VIP+:
            default: true
            info:
                prefix: '&f[&aVIP+&f] '
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'foo.bar'
        SB:
            default: true
            info:
                prefix: '&f[&3SB&f] '
                suffix: ''
                build: true
            inheritance:
                - Builder
                - Default
            permissions:
                - 'foo.bar'
                - 'magiccarpet.mc'
                - 'nocheat.speedhack'
                - 'nocheat.moving'
                - 'nocheat.flying'[\code]
    Problem:

    My moderators cant use /time day
    Defaults/Builders cant use /home /sethome
    and some more commands are broke plz help tell me if u want Startup log too

    bump

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

Share This Page