Newer
Older
Kristify / data / config.example.lua
@Sammy Sammy on 26 Dec 2022 722 bytes renamed submsg to tagline in config
return {
  pkey = "",
  name = "",
  tagline = "",
  monSide = "",
  storage = {
    ""
  },
  self = "",
  messages = {
    noMetaname      = "message=No metaname found! Refunding.",
    nonexistantItem = "message=The item you requested is not available for purchase",
    notEnoughMoney  = "message=Insufficient amount of krist sent.",
    notEnoughStock  = "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"
  }
}