Permissions help

Discussion in 'Bukkit Help' started by jeffreydahlby, Jun 24, 2011.

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

    jeffreydahlby

    Every time I add myself to the permissions folder as an admin it wont let me like be an admin it just classifies me as default
     
  2. Offline

    jtlcr777

    Post your permissions file in code, users and groups.
     
  3. Offline

    jeffreydahlby

    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: ''
                suffix: ''
                build: true        inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Code:
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can have a prefix and suffix of their own.
    ##
    users:
        jeffreydahlby:
            groups:
                - Admins
            permissions:
        Herpina:
            groups:
                - Moderator
            permissions:
                - 'herp.derp'
        Derpina:
            groups:
                - Admins
            info:
                prefix: '&4'
            permissions:
                - '-derp.derp'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  4. Offline

    jtlcr777

    your groups.yml has that "inheritance" of the default group in the wrong place. Move it so it is like this:
    Code:
    inheritance:
    permisisons:
     
  5. Offline

    jeffreydahlby

    noo it didnt fix i tried
     
  6. Offline

    jtlcr777

    So you are saying your groups looks exactly like this now:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
     
  7. Offline

    jeffreydahlby

    like i wanna make it so it says [admin]jeffreydhalby and let my friends break bloks

    and my friends are [moderator]djmines

    o wait i fixed it all i need to do is add the [admin] to my name and idk how to do tht

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

    jtlcr777

    You need a another plugin like ChatStuffs or herochat.
     
  9. Offline

    jeffreydahlby

    ok but now my friends cant break stuff i put this for them

    Code:
    users:
        djmines:
            groups:
            - Admins
            permissions: []
        LookUpChuck:
            permissions:
            groups:
        jeffreydahlby:
            permissions:
            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: ''
                suffix: ''
                build: true
            inheritance:
                - Admins
            permissions:
                - 'prefixer.list'
                - 'prefixer.self'
                - 'prefixer.remove'
                - 'prefixer.other'
                - 'wolfpound.adopt'
                - 'wolfpound.use'
                - 'wolfpound.create'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'citizens.admin'
                - 'cannonball.display'
                - 'cannonball.configure'
                - 'cannonball.toggle'
                - 'chaircraft.sit'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'prefixer.list'
                - 'prefixer.self'
                - 'prefixer.remove'
                - 'prefixer.other'
                - 'wolfpound.adopt'
                - 'wolfpound.use'
                - 'wolfpound.create'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'citizens.admin'
                - 'cannonball.display'
                - 'cannonball.configure'
                - 'cannonball.toggle'
                - 'chaircraft.sit'
    
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
                - 'prefixer.list'
                - 'prefixer.self'
                - 'prefixer.remove'
                - 'prefixer.other'
                - 'wolfpound.adopt'
                - 'wolfpound.use'
                - 'wolfpound.create'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'citizens.admin'
                - 'cannonball.display'
                - 'cannonball.configure'
                - 'cannonball.toggle'
                - 'chaircraft.sit'
    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