Newer
Older
Kristify / data / config.example.lua
@Erlend Erlend on 23 Dec 2022 690 bytes feat: Add discord-modern webhook
return {
  pkey = "",
  name = "",
  storage = {
    ""
  },
  self = "",
  messages = {
    noMetaname      = "message=No metaname found! Refunding.",
    nonexistantItem = "message=The item you requested is not available for purchase",
    notEnogthMoney  = "message=Insufficient amount of krist sent.",
    notEnogthStock  = "message=We don't have that much stock!",
    change          = "message=Here is your change! Thanks for using our shop."
  },
  webhooks = {
    {
      type = "discord-modern",
      url = ""
    }
  },
  sounds = {
    started = "minecraft:block.note_block.harp",
    purchase = "minecraft:entity.villager.yes",
    error = "minecraft:block.anvil.land"
  }
}