Permission groups !

Discussion in 'Bukkit Help' started by fozzarn, Mar 27, 2011.

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

    fozzarn

    Hey ! as permission have orginal Admin,Moderator and Default .. i want to make another group , VIP ...

    How can i do this ? i tried add VIP but it got messed up ...

    Here is my "world4.yml"

    Show Spoiler
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:

    ##
    # 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
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # 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:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # 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:
    - 'myhome.home.basic.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    ##
    # 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 also have a prefix and suffix as seen with Herpina
    ##
    users:
    Fozzarn:
    group: Admins
    permissions:
    Thedanishmaster:
    group: Moderator
    info:
    prefix: ''
    suffix: ''
    permissions:
    - '*'
    hummerpaj:
    group: Admins
    permissions:
    - '*'
     
  2. Offline

    RazorFlint

    Idk Sorry i hate permissions and group manager i wish they could just set it up like Hey0 With A simple notpad change instead of stupid java Stuff :(
     
  3. Offline

    Dirnol

    You'll have to edit the Inheritance and Permisssions but it would look something like this:

    Code:
    VIP:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - (CHANGE)
    permissions:
    - (CHANGE)
     
  4. Offline

    fozzarn

    change to what ? and how to add ppl to VIP laters ?
     
  5. Offline

    TuRmoiLxx

    /facenuke. Meh, we're all noobs at times. I was a noob, I had to beg this guy to go on at 3 in the morning to help. Alright, I'll help you out with this one.

    By "laters" do you mean usernames? Such as [VIP] TuRmoiLxx: Helloder I like teh MudkiPz"?

    If thats the case use iChat.


    For "Change to what".

    Change the permissions to the permissions YOU WANT the Rank to have. I don't use Inheritance at all. I just re-paste the same Permissions. If you need further help towards this message me through Conversations. I'll try my best to help you there.
     
  6. Offline

    fozzarn

    Wow thanks TuRmoiLxx ! well, i dont know how but i alrdy got so it shows what group u belong to in chat :)
    Next thing i wonder is how to add ppl to the VIP group :) i'll message u thru Conv..
     
Thread Status:
Not open for further replies.

Share This Page