No mods !!!

Discussion in 'Bukkit Help' started by Apokalix, Feb 9, 2011.

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

    Apokalix

    Hello,

    I have a problem .. My mods run not in my server Ubuntu with craftbukkit ..

    I have"permission" with this config :
    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:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all general commands.
    # sk89q can use /spawn & /setspawn
    ##
    users:
        Apokalix:
            group: Admins
            permissions:
            - 'general.*'
        sk89q:
            group: Default
            permissions:
            - 'general.spawn.set'
    What is the problem ?

    Just login message is OK :(

    Help please.

    (the new craftbukkit and too permission)
     
  2. Offline

    h0us3cat

    post server log
     
  3. Offline

    Apokalix

    Please
     

    Attached Files:

  4. Offline

    h0us3cat

    plugins are loaded so should work.
     
  5. Offline

    Apokalix

    No ..

    With the plugin simplehome : /sethome run not ..
    With general : /give Apokalix 002 10 run not ..

    And others too !

    Why ?

    It's ok if I give my password to you ? You see my files and you check if there is a problem .. ok sir ?
     
  6. Offline

    h0us3cat

    password of what?
    try to change - 'general.*' to - '*' this will give you acces to all commands availble.
    and restart the server :)
     
  7. Offline

    Apokalix

    password of my server and my ftp ..

    Code:
        ... 13 more
    [WARNING] Permissions plugin not detected, Tiredman admin commands only to ops.
    tiredman version 0.4 [ALL OK]
    2011-02-09 18:20:43 [INFO] LoginMessage 0.3 enabled
    2011-02-09 18:20:43 [INFO] Done! For help, type "help" or "?"
    138 recipes
    2011-02-09 18:20:53 [INFO] Apokalix [/85.201.245.247:55707] logged in with entity id 86
    Player count: 1
    2011-02-09 18:20:58 [INFO] Apokalix tried command: help
    2011-02-09 18:21:10 [INFO] <Apokalix> #help
    
    Not work :(
     
  8. Offline

    h0us3cat

    permissions plugin is not loaded now,
    delete all plugins only try only to load the permission plugin.
     
Thread Status:
Not open for further replies.

Share This Page