Permissions 2.4 problems

Discussion in 'Bukkit Help' started by shane3x, Mar 1, 2011.

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

    shane3x

    I currently have the following plugins installed:

    Afkbooter
    HelpPages
    HeroBountry
    HeroChat
    HeroicDeath
    iConomy
    iConomtChestShop
    informant
    permissions 2.4 (Theyeti's version)
    WorldEdit
    WorldGuard

    Code:
    # 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.
    #   Does not work for the default world.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    plugin:
        permissions:
            system: default
            copies:
    
    # 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:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Guest:
            default: true
            info:
                prefix: '&8Guest-&f'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - ''
        Member:
            default: false
            info:
                prefix: 'Member-'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - ''
        Moderator:
            default: false
            info:
                prefix: '&4Mod-&f'
                suffix: ''
                build: true
            inheritance: Member
            permissions:
                - ''
        Admin:
            default: false
            info:
                prefix: '&4Admin-&f'
                suffix: ''
                build: true
            inheritance: Member
            permissions:
                - ''
        Official:
            default: false
            info:
                prefix: '&4Official-&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    
    #The following groups are to define nations. Regular nation
    #members will inherit all permissions available to neutral
    #members while Lords will inherit the neutral lord group
    #which is generally not used for neutral players
    
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Default group but also has access
    # to the herp.derp permissions
    ##
    users:
        shane3x:
            group: Official
            permissions:
        iggy1328:
            group: Official
            permissions:
        johnsta96:
            group: Guest
            permissions:
    For some reason I get the 'Official' prefix and my friend John guests the 'Guest' prefix but my friend Iggy does not get a prefix or any commands at all even though he is in the same group as me. How do I fix this?
    --- merged: Mar 1, 2011 11:59 PM ---
    *Poke*
    --- merged: Mar 2, 2011 12:46 AM ---
    *Nudge*
     
  2. Offline

    Jackson413

    capitalization i do believe matters. ensure that you are spelling the name correctly with the caps. post back if you need further assistance
     
  3. Offline

    shane3x

    His name does not have any capitalised letters in it. By default all players who log onto the server by the first time should be in the 'Guest' group but when I got my friend John to join he was not in any group (no prefix) until I had to manually put his name and assign him the guest group in the config.

    I never had any of these problems when using GroupManager, I could easily set up the groups and everyone would be in the default group and I could easily change their groups with in-game commands.
    --- merged: Mar 2, 2011 1:51 AM ---
    *Jab*
    --- merged: Mar 2, 2011 1:59 AM ---
    *Prod*
     
  4. Offline

    TheYeti

    Try this: http://pastie.org/1623069 Tell me what it does
    --- merged: Mar 2, 2011 2:09 AM ---
    Also your little poke nudge jab prod crap doesn't do anything you know? Especially when I wasn't even aware of this thread until you replied to the main one.
     
  5. Offline

    shane3x

    It's just a thread bump, I do it with all my threads when I don't get any replies and it hits the bottom of the page.
    --- merged: Mar 2, 2011 3:12 AM ---
    It seems to have fixed the problem where no-body would default to the Guest group and adding users to the file did not give them the appropriate prefix but my problem is similar to this one which would explain why my friend didn't have any commands even though he was in the same group as me (Official). Also upon additional testing removing myself from ops.txt (and keeping my 'Admin' with '*' permissions) no longers gives me access to any commands besides one that do no specifically require a permission node (like /money from iconomy).
     
  6. Offline

    MonsieurApple

    When the posts are "merged", aka your "thread bump" it doesn't appear at the top of the thread list.

    In otherwords, useless.
     
Thread Status:
Not open for further replies.

Share This Page