Block Mapping Error

Discussion in 'Bukkit Help' started by crazynightsH, Apr 20, 2018.

Thread Status:
Not open for further replies.
  1. Can someone help me with this error
    Here is the console log
    [​IMG]
    And here is the config.yml for the plugin


    Code:
    coupons:
        'DiamondRank':
            item:
                type: "PAPER"
                data: 0
                name: "&b&lDiamond Rank&c&l (Right Click)"
                lore:
                - "&7&lRight click to redeem the &b&l&nDiamond Rank!"
            settings:
                useLimit: false
                limit: 99999
            actions:
            - "[console] pex user %player% group set diamond"
    
     'IronRank':
            item:
                type: "PAPER"
                data: 0
                name: "&f&lIron Rank&c&l (Right Click)"
                lore:
                - "&7&lRight click to redeem the &f&l&nIron Rank!"
            settings:
                useLimit: false
                limit: 99999
            actions:
            - "[console] pex user %player% group set Iron"
    Can someone help me solve this
    - Thanks
     
    Last edited by a moderator: Apr 20, 2018
  2. Offline

    timtower Administrator Administrator Moderator

    @crazynightsH Indentation is important, Ironrank needs to be in line with DiamondRank
     
  3. Thanks
    I cant believe i missed the indentation <3
     
    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page