Advertisement
Maximuspondal

Install Script

Oct 31st, 2022 (edited)
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return {
  2.   pkey = "Blockate@choke.dev!",
  3.   name = "BCD",
  4.   monSide = "top",
  5.   monScale = 0.5,
  6.   tagline = "we provide everything",
  7.   storage = {
  8.       "minecraft:chest_0",
  9.       "minecraft:chest_1",
  10.       "minecraft:chest_2",
  11.   },
  12.   messages = {
  13.     noMetaname      = "message=No metaname found! Refunding.",
  14.     nonexistantItem = "message=The item you requested is not available for purchase",
  15.     notEnoughMoney  = "message=Insufficient amount of krist sent.",
  16.     notEnoughStock  = "message=We don't have that much stock!",
  17.     change          = "message=Here is your change! Thanks for using our shop."
  18.   },
  19.   webhooks = {{
  20.     type = "discord-modern",
  21.     URL = "https://discord.com/api/webhooks/1176087319082696786/vWliGydriUHItDiOjt0X6Nf3F3TxR1l6t55jvguIVdBKNLGB6mIhNfzhc-8AKoImTq9K"
  22.   }},
  23.   sounds = {
  24.     started = "",
  25.     purchase = "",
  26.     error = "",
  27.     volume = 1
  28.   },
  29.   speakers = {},
  30.   shopSync = {
  31.     enabled = false,
  32.     modem = "",
  33.     owner = "",
  34.     multiShop = nil,
  35.     location = {
  36.       broadcastLocation = false,
  37.       coordinates = { 0, 0, 0 },
  38.       description = "",
  39.       dimension = ""
  40.     }
  41.   }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement