Guest User

Shoppy Stock - Default Stock Data Config

a guest
Jul 4th, 2025
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.07 KB | None | 0 0
  1. {
  2.   "Regenerate Items (if true, will wipe config to default state after reload)": false,
  3.   "Custom Item Listings (shortname : [ skinId : ItemConfig ])": {
  4.     "explosive.timed": {
  5.       "3040141794": {
  6.         "Category Key": "CustomItems",
  7.         "UI Display Name": "Green Timed Explosive",
  8.         "Buy From Server Item Name": ""
  9.       },
  10.       "3040141886": {
  11.         "Category Key": "CustomItems",
  12.         "UI Display Name": "Yellow Timed Explosive",
  13.         "Buy From Server Item Name": ""
  14.       },
  15.       "3040141964": {
  16.         "Category Key": "CustomItems",
  17.         "UI Display Name": "Red Timed Explosive",
  18.         "Buy From Server Item Name": ""
  19.       }
  20.     },
  21.     "ammo.rocket.basic": {
  22.       "3040142076": {
  23.         "Category Key": "CustomItems",
  24.         "UI Display Name": "Green Rocket",
  25.         "Buy From Server Item Name": ""
  26.       }
  27.     },
  28.     "wood": {
  29.       "2325417548": {
  30.         "Category Key": "CustomItems",
  31.         "UI Display Name": "Cherry Wood",
  32.         "Buy From Server Item Name": ""
  33.       }
  34.     }
  35.   },
  36.   "Server Sell Items (shortname : [ skinId : ItemConfig ])": {
  37.     "wood": {
  38.       "0": {
  39.         "Default Sell Amount Calculation (DSAC) (Read On Website)": 50000,
  40.         "Price - Min": 0.1,
  41.         "Price - Max": 0.4,
  42.         "Price Parent - Shortname (ignore, if empty)": "",
  43.         "Price Parent - Skin ID": 0,
  44.         "Price Parent - Min Boost": 0.0,
  45.         "Price Parent - Max Boost": 0.0,
  46.         "Max Daily Sell Amount (-1, to disable)": 10000,
  47.         "Max Daily Sell Amount Permissions (permission: limit)": {
  48.           "shoppystock.selllimit.1": 15000
  49.         },
  50.         "Allow Re-Purchase From Server": true,
  51.         "Override Skinned Items As Unskinned (works only for configuration of skinId 0)": false
  52.       },
  53.       "2325417548": {
  54.         "Default Sell Amount Calculation (DSAC) (Read On Website)": 1000,
  55.         "Price - Min": 1.0,
  56.         "Price - Max": 1.0,
  57.         "Price Parent - Shortname (ignore, if empty)": "wood",
  58.         "Price Parent - Skin ID": 0,
  59.         "Price Parent - Min Boost": 0.5,
  60.         "Price Parent - Max Boost": 1.0,
  61.         "Max Daily Sell Amount (-1, to disable)": -1,
  62.         "Max Daily Sell Amount Permissions (permission: limit)": {},
  63.         "Allow Re-Purchase From Server": true,
  64.         "Override Skinned Items As Unskinned (works only for configuration of skinId 0)": false
  65.       }
  66.     },
  67.     "stones": {
  68.       "0": {
  69.         "Default Sell Amount Calculation (DSAC) (Read On Website)": 100000,
  70.         "Price - Min": 0.08,
  71.         "Price - Max": 0.25,
  72.         "Price Parent - Shortname (ignore, if empty)": "",
  73.         "Price Parent - Skin ID": 0,
  74.         "Price Parent - Min Boost": 0.0,
  75.         "Price Parent - Max Boost": 0.0,
  76.         "Max Daily Sell Amount (-1, to disable)": 20000,
  77.         "Max Daily Sell Amount Permissions (permission: limit)": {
  78.           "shoppystock.selllimit.1": 30000
  79.         },
  80.         "Allow Re-Purchase From Server": true,
  81.         "Override Skinned Items As Unskinned (works only for configuration of skinId 0)": false
  82.       }
  83.     }
  84.   }
  85. }
Advertisement
Add Comment
Please, Sign In to add comment