Config Error

Discussion in 'Plugin Development' started by lcpvp, Jan 27, 2013.

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

    lcpvp

    I get this in config.yml:
    # Multisoup Config! #

    This is my config.yml
    Code:
    #  Multisoup Config! #
     
    Options:
      SoupConfig:
          ItemName: Cacti Juice
          Recipe: Material.CACTUS
          Health: 7

    This is my code, syntax java thing didnt work.
    http://dev.bukkit.org/paste/7009/
     
  2. Offline

    HollowCube

    You have to keep the amount of space you indent equivalent throughout the configuration file. The following configuration file should work properly:
    Code:
    #  Multisoup Config! #
     
    Options:
      SoupConfig:
        ItemName: Cacti Juice
        Recipe: Material.CACTUS
        Health: 7
    
     
Thread Status:
Not open for further replies.

Share This Page