Major issues with my plugins (General, Permissions)

Discussion in 'Bukkit Help' started by Latros, Feb 5, 2011.

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

    Latros

    I can't seem to get it working.

    I have both Permissions and General version 2.0

    Here's my permissions config file;

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   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:
    #
    #       - '*'
    ##
    groups:
        NoPermissions:
            default: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            inheritance: Administrator,NoPermissions,Builder,
            permissions:
                - '*'
    ##
    # DarkGrave has control over all general commands.
    # sk89q can use /spawn & /setspawn
    ##
    users:
        latros:
            group: Owner
            permissions:
                - '*'

    I have myself (latros) part of the "Owner" group, whose permissions are

    - '*'

    (everything?)

    Not only does his "group" have all permissions, I even set my own permissions to

    - '*'

    (everything?)

    Despite all of the above, when I type...

    "/help"

    In-game, my only options are...

    /online (works)
    /who (works)
    /spawn (which doesnt work?)
    /time help (which doesnt work?)
    /tp (works)
    /me (which doesnt work?)
    /tp;teleport (which doesnt work?)
    /s;tphere (Which doesnt work?)

    Now, correct me if I'm wrong, but assuming installed both the General and Permissions plugins, shouldnt "/item" also be one of my commands? Thats the whole reason I'm trying to do this, I need infinite items in survival multiplayer.

    Your help is appreciated.

    EDIT: Yes, I know, SPACES not TABS, I made sure.
     
  2. Offline

    Veteranspy

    Why do you have it with a - "*"? I'm not sure if the dash should even be there?


    - Update -
    I didn't read the new format. Let me review yours to see what went wrong.

    ---- Solution ----
    inheritance: Administrator,NoPermissions,Builder,
    Remove all the groups NOT there. Thats what is adding conflict.
     
Thread Status:
Not open for further replies.

Share This Page