Advertisement
Guest User

Shoppy Stock - Default Shop Config

a guest
Apr 20th, 2023
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.06 KB | None | 0 0
  1. {
  2.   "tools": {
  3.     "Icon URL": "",
  4.     "Required Permission": "",
  5.     "Display Blacklist Permissions (need to have all)": [],
  6.     "Category Discount Permission (percentage)": {},
  7.     "Listings": {
  8.       "pickaxe-0": {
  9.         "Command (if set, ignore item)": [],
  10.         "Shortname": "pickaxe",
  11.         "Skin ID": 0,
  12.         "Amount": 1,
  13.         "Item Name": "",
  14.         "Display Name": "Pickaxe",
  15.         "Is Blueprint": false,
  16.         "Icon URL (if skin not 0)": "",
  17.         "Price": 150,
  18.         "Discount Permission (value)": {},
  19.         "Required Permission": "",
  20.         "Display Blacklist Permission": "",
  21.         "Daily Buy Max": 0,
  22.         "Wipe Buy Max": 0,
  23.         "Cooldown Between Purchases (in seconds, 0 to disable)": 0
  24.       },
  25.       "axe-0": {
  26.         "Command (if set, ignore item)": [],
  27.         "Shortname": "axe",
  28.         "Skin ID": 0,
  29.         "Amount": 1,
  30.         "Item Name": "",
  31.         "Display Name": "Axe",
  32.         "Is Blueprint": false,
  33.         "Icon URL (if skin not 0)": "",
  34.         "Price": 150,
  35.         "Discount Permission (value)": {},
  36.         "Required Permission": "",
  37.         "Display Blacklist Permission": "",
  38.         "Daily Buy Max": 0,
  39.         "Wipe Buy Max": 0,
  40.         "Cooldown Between Purchases (in seconds, 0 to disable)": 0
  41.       }
  42.     }
  43.   },
  44.   "resources": {
  45.     "Icon URL": "",
  46.     "Required Permission": "",
  47.     "Display Blacklist Permissions (need to have all)": [],
  48.     "Category Discount Permission (percentage)": {},
  49.     "Listings": {
  50.       "wood-0": {
  51.         "Command (if set, ignore item)": [],
  52.         "Shortname": "wood",
  53.         "Skin ID": 0,
  54.         "Amount": 1,
  55.         "Item Name": "",
  56.         "Display Name": "Wood",
  57.         "Is Blueprint": false,
  58.         "Icon URL (if skin not 0)": "",
  59.         "Price": 765000,
  60.         "Discount Permission (value)": {},
  61.         "Required Permission": "",
  62.         "Display Blacklist Permission": "",
  63.         "Daily Buy Max": 0,
  64.         "Wipe Buy Max": 0,
  65.         "Cooldown Between Purchases (in seconds, 0 to disable)": 0
  66.       }
  67.     }
  68.   }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement