What is wrong with my plugin.yml?

Discussion in 'Plugin Development' started by m1enkrafft_man, Jun 19, 2012.

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

    m1enkrafft_man

    Here is the error:
    http://www.pastie.org/4118326

    Here is the file:
    Code:
    name: AntiPass
    main: m1.plugins.AntiPass.AntiPass
    version: 0.0.5
    description: This plugins allows for filling in where NoCheat is lacking; it attempts to stop any and all bypasses that have been made for NoCheat.
    load: STARTUP
    author: Richard Roe (m1enkrafft_man)
    main: m1.plugins.AntiPass.AntiPass
    commands:
        checkJesus:
            description: Enables/disables Jesus bypass checker
            permission: antipass.use
            usage: /checkjesus
        quickConsume:
            description: Enables/disables movement modifier when eating/drinking bypass checker
            permission: antipass.use
            usage: /quickconsume
        checkNofall:
            description: Enables/disables Nofall bypass(es) checker
            permission: antipass.use
            usage: /checknofall
        checkFly:
            description: Enables/disables Flight bypass checker
            permission: antipass.use
            usage: /checkfly
        autoKick:
            description: Enables and disables AutoKick. Set to false, must be enabled.
            permission: antipass.use
            usage: /autokick
        apvanish:
            description: Makes you invisible. EXTREMELY basic, only for use if no VanishNoPacket
            permission: antipass.use
            usage: /apvanish
        aphelp:
            description: Displays the antipass commands, and a short description
            permission: antipass.use
            usage: /aphelp
        checkaimbot:
            description: Toggles aimbot check
            permission: antipass.use
            usage: /checkaimbot
        checkblock:
            description: Toggles Blocking at Normal Speed check
            permission: antipass.use
            usage: /checkblock
    permissions:
        antipass.use:
            description: Allows access to all AntiPass commands
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    m1enkrafft_man
    as the error pointed out, you are using hard tabs instead of spaces. tabs are not part of yaml's syntax.
     
  3. Offline

    m1enkrafft_man

    Ahh, I see it. Thanks
     
Thread Status:
Not open for further replies.

Share This Page