vagtkiste.yml

// vagtkiste.yml
#┃ ● ENABLE PLUGIN MODULE
enabled: true
options:
  # Should items that can't be sold in the VagtKiste be returned to the player or destroyed
  return-unsellable-items: false

  # Should a Vagt be able to sell items bought in the Vagt Shop
  can-sell-vagtitems: true

  #┃ ● Lang Settings
  lang:
    kiste-navn: "§c§lVAGTCHEST"
    kiste-guinavn: "§b§lVAGTCHEST"
    error: "§8| §c§lVAGT §8| §fDer skete en Fejl."
    sold-item: "§8| §c§lVAGT §8| §f{ITEM} solgt for {PRICE}."
    sold-all: "§8| §c§lVAGT §8| §fDu solgte for {TOTAL} i alt."
  #┃ ● Sell data
  #┃
  #┃ 1) add item from https://helpch.at/docs/1.8/org/bukkit/Material.html
  #┃ 2) set sell price
  #┃
  #┃ (Items not shown here will sell for 0$)
  data:
    "DIRT": 1.0
    "STONE": 2.0

Last updated