LMBishop / MoneyPouch

MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.
GNU General Public License v3.0
7 stars 14 forks source link

wrong economytype? what i do wrong? #11

Closed CloudeLecaw closed 3 years ago

CloudeLecaw commented 3 years ago

Snag_181c12c

    karottenkiste-1:
      name: "&6&lEine echte Karottenkiste &r&7(Rechtsklick)"
      item: "CHEST"
      pricerange:
        from: 2
        to: 5
      options:
        economytype: "karottenkiste-1"
        permission-required: true      # requires permission "moneypouch.pouches.karottenkiste-1"
      lore:
        - "&7Öffne diese Kiste, um Karotten zu erhalten!"
# Economy prefixes and suffixes
economy:
  xp:
    prefix: ""
    suffix: " XP"
  vault:
    prefix: "$"
    suffix: ""
  lemonmobcoins:
    prefix: ""
    suffix: " Mobmünzen"
  karottenkiste-1:
    prefix: ""
    suffix: " Möhren"

Snag_18443ff

So what have i dont wrong here?

LMBishop commented 3 years ago

The ID names must be alphanumeric, it cannot have a dash.

CloudeLecaw commented 3 years ago

got it - now itworked :)