Mapping values not allowed here?

Discussion in 'Plugin Development' started by TheCanadianLizard, Nov 20, 2012.

Thread Status:
Not open for further replies.
  1. hey bukkit, i am trying to see what da fuq is wrong with my plugin.yml. so here is mine.

    name: InvisiWatch
    main: com.hotmail.bink_says_boo.invisiwatcha.Invisiwatch.java
    version: 0.1
    commands:
    basic: HideMe
    description: Hides You From A Specific Player
    usage: /HideMe [You] [Person You Want To Hide From]
    permission: hiding.basic
    permission-message: You can't go hiding.basic

    now it is saying that mapping values arent allowed at the colons in places like "description:". Can i get some help on how to fix this?
    EDIT----
    everything is indented correctly without using tab k?
     
  2. Offline

    thehutch

    You should use the [ code ] [ /code ] tags to keep the indentation so we know it's correct :D
    Once we see the proper file then we'll be able to check it :D[/code]
     
  3. Offline

    beastman3226

    also the .java part isn't needed
     
  4. Offline

    zack6849

    its because of the fact you put brackets, you arent supposed to use brackets in yaml, it hates you when you do that
    al;so you do need to have indentation, yaml demands it.
     
Thread Status:
Not open for further replies.

Share This Page