General - Permissions not working

Discussion in 'Bukkit Help' started by razertim, Feb 1, 2011.

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

    razertim

    Hi, I have the latest version of CraftBukkit.
    And I have the latest Permissions.
    And the latest General.
    None of the commands work ingame...

    # 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:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    - 'general.player-info'
    - 'mywarp.warp.*'
    - 'jail.usercmd.jailstatus'
    - 'lwc.protect'
    - 'myhome.home.*'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.items'
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    - 'mywarp.*'
    - 'jail.command.jail'
    - 'jail.command.unjail'
    - 'lwc.mod'
    - 'myhome.*'
    - 'kiwiadmin.kick'
    - 'kiwiadmin.reload'
    - 'general.exempt.placing'
    - 'general.exempt.usage'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    razertim:
    group: Admins
    permissions:
    butcheek1:
    group: Admins
    permissions:
    gamerboy2396:
    group: Admins
    permissions:
    bal92:
    group: Moderator
    permissions:
    flashconnor:
    group: Default
    permissions:
    - 'general.teleport'
    - 'general.teleport.here'
    Jacob_OWNS:
    group: Moderator
    permissions:


    That is my config for permissions and here is my whole plugin folder etc...
    <Edit by Moderator: Redacted mediafire url>
    or
    http://www.megaupload.com/?d=BOOW4E06
    Not including the world / logs / sql
    Running from xenon servers.
    Please help me :( I have been trying all day...
     
    Last edited by a moderator: Dec 15, 2016
  2. Offline

    Daniel Bang

    i couldnt get it working too.. when i typed /help it just showed the normal help message for OP's, the standard one
     
  3. Offline

    razertim

    Can someone Please help us, I have to leave and I don't want to keep my server down
     
  4. Offline

    Pezmantbh

    Do the mywarp and LWC commands work? Or is it just general?
     
  5. Offline

    razertim

    MyHome -MyWarp - General - etc...
     
  6. Offline

    TnT

    Some of the latest builds have the server commands back to default - /<command> again. For a long while, the commands used to be: /#command.

    I'm not sure if this is a bug or a feature (aka, I don't know if it was meant to do this, or not).
    I'm using build 218.
     
  7. Offline

    razertim

    I tried both, Neither work, Could you upload your server here PLEASE.. Except the big things like the log and world, I just need the plugins :p
     
Thread Status:
Not open for further replies.

Share This Page