Help With The Permissions and General Plugins

Discussion in 'Bukkit Help' started by Cattmy, Feb 26, 2011.

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

    Cattmy

    Hai there. I'm in need of help. I have seemed to code the Permissions and General Plugin's .YAML files correctly, but I cannot use any of the commands except /me and /online. Is there some thing I'm doing wrong?

    *Note: I have no other plugins thusfar.

    Permission's .YAML configuration file.

    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.
    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:
        Trusted:
            default: false
            info:
                prefix:
                sufix:
                build: true
            inheritance: Default
            permissions:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - 'Moderator'
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    ##
    users:
        Arlu3827:
            group: Trusted
            permissions:
        Cooldog14:
            group: Trusted
            permissions:
        Warslayer31:
            group: Trusted
            permissions:
        Adokul:
            group: Trusted
            permissions:
        SilentFire:
            group: Trusted
        rangerassassin:
            group: Admin
            permissions:
        Cattmy:
            group: Admin
            permissions:
    General's .YAML configuration file.

    Code:
    # Configuration for General
    #   - DarkGrave 2011
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #   you use an editor like Notepad++ (recommended for Windows users), you
    #   must configure it to "replace tabs with spaces." In Notepad++, this can
    #   be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #   in categories (like "show-coords" is in the "playerlist"
    #   category.
    # - If you want to check the format of this file before putting it
    #   into General, paste it into http://yaml-online-parser.appspot.com/
    #   and see if it gives "ERROR:".
    # - Lines starting with # are comments and so they are ignored.
    #
    
    # Player list user information.
    playerlist:
        show-coords: true
        show-health: true
    
    # Allows you to keep a sane general.help without it being overwritten.
    help:
        inject-commands: false
    
    
    Thanks in advance for any help.
    --- merged: Feb 27, 2011 6:37 AM ---
    Also, why is Nexua.org down? It would be helpful about now...
     
  2. Offline

    Shatteredomens

    i agree. i have no clue how to use my permissions and the help page is down
     
  3. Offline

    Cattmy

    I have a clue of how to use it, but I cant get it to work.
     
  4. Offline

    Shatteredomens

    My issue is when I got to edit it the file is just a bunch of NULLNULLNULLNULLNULL
     
  5. Offline

    Cattmy

    Look at the General thread on the last page. I'm getting help.
     
Thread Status:
Not open for further replies.

Share This Page