Problem with MCDocs 14

Discussion in 'Bukkit Help' started by maciek1o3s, Jun 23, 2012.

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

    maciek1o3s

    Hello,
    i have problem with configuring McDocs, my plugin/mcdocs:
    http://screenshooter.net/4275660/toicvtj

    and config.yml:
    Code:
    #MCDocs 14 by Tazzernator / Andrew Tajsic
    #Configuration File.
    #For detailed assistance please visit: http://dev.bukkit.org/server-mods/mcdocs/
     
    #Here we determine which command will show which file.
    commands:
        /pomoc:
            file: 'help.txt'
        /help lwc:
            file: 'lwc.txt'
        /help jobs:
            file: 'jobs.txt'
        /help shops:
            file: 'shops.txt'
        /help warps:
            file: 'warps.txt'
        /help cuboid:
            file: 'cuboid.txt'
        /help loan:
            file: 'loan.txt'
        /help maps:
            file: 'maps.txt'
        /help lvt:
            file: 'lvt.txt'
        /help tp:
            file: 'tp.txt'
        /help ground:
            file: 'ground.txt'
        /help rest:
            file: 'rest.txt'
        /motd:
            file: 'motd.txt'
        /rules:
            file: 'tules.txt'
        /news:
            file: 'news.txt'
        /register:
            file: 'register.txt'
     
    #Show a MOTD at login? Yes: true | No: false
    motd-enabled: true
     
    #Here we determine which files are shown when a player joins the server.
    motd:
        file: 'motd.txt'
        groups:
            Admin: 'motd-admin.txt'
            Moderator: 'motd-moderator.txt'
     
    #Replace the vanilla join and quit messages? Yes: true | No: false
    broadcast-enabled: true
     
    #Here we determine what is announced to the server for each group on join and quit.
    #If you don't define a group it's own specific string, the default message is used.
    join:
        message: '%prefix%group%suffix (%prefix%name%suffix) has joined from %country.'
        groups:
            Admin: '%prefix%group%suffix (%prefix%name%suffix) has joined the server. Respect the admins.'
    quit:
        message: '%prefix%group%suffix (%prefix%name%suffix) has left the server.'
        groups:
            Admin: '%prefix%group%suffix (%prefix%name%suffix) has left the server. You can relax.'
     
    #This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
    header-format: '[color=red][b]%commandname[/b][/color] | [color=yellow]Page %current of %count[/color] | [color=gray]%command <page>[/color]'
     
    #Format to use when using %online or %online_group.
    online-players-format: '%prefix%name'
     
    #The file to displayed when using %news.
    news-file: 'news.txt'
     
    #How many lines to show when using %news.
    news-lines: 1
     
    #How long, in minutes, do you want online files to be cached locally? 0 = disable
    cache-time: 5
     
    #Inform the console when a player uses a command from the commands list.
    command-log-enabled: true
     
    #Send warnings and errors to the main server log? Yes: true | No: false
    error-log-enabled: true
    
    When i write eg /help it is shown bukkit help - not help from help.txt file. When i rename /help to /pomoc nothing is shown...

    What i did wrong?

    My permissions file:
    Code:
    groups:
        Guest:
            default: true
            permissions:
            - god.all
            - modifyworld.*
            - foo.bar
            - boa.*
            - essentials.list
            - essentials.spawn
            - essentials.msg
            - essentials.motd
            - essentials.rules
            - essentials.back.ondeath
            - essentials.back
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.sethome
            - essentials.home
            - lwc.protect
            - ichat.color
            - slowhealth
            - iConomy.list
            - iConomy.payment
            - iConomy.rank'
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - jobs.world.Main
            - jobs.join.*
            - lagmeter.command.lagmem
            - lagmeter.command.mem
            - lagmeter.command.lag
            - modreq.status:
            - modreq.request
            - mcdocs.*       
            options: null
            prefix: '&f[&7Gracz&f]&f '
        Admin:
            permissions:
            - '*'
            - modifyworld.*
            inheritance:
            -
            options: null
            prefix: '&f[&cAdmin&f]&f '
    users:
        RefleX_PL:
            group:
            - Admin[/mcdocs]
    btw. im using PermissionsEX - is it bad?
     
Thread Status:
Not open for further replies.

Share This Page