Guest User

Custom Advent Calendar - Default Config

a guest
May 11th, 2022
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.64 KB | None | 0 0
  1. {
  2.   "Count Rewards Per Player (true) or Count Rewards Per Day of Month (false)": true,
  3.   "Enable Console Logs": true,
  4.   "Use SQL Database": false,
  5.   "SQL Credentials": {
  6.     "IP": "127.0.0.1",
  7.     "Port": 3306,
  8.     "Database Name": "CustomAdventCalendarPro",
  9.     "Username": "admin",
  10.     "Password": "YourSuperSecretPassword"
  11.   },
  12.   "Reward List": [
  13.     {
  14.       "Max Daily Redeems": 1,
  15.       "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 360,
  16.       "Item Rewards": [
  17.         [
  18.           {
  19.             "Command (Ignored if empty)": "",
  20.             "Shortname": "metal.fragments",
  21.             "Minimum Amount": 10000,
  22.             "Maximum Amount": 10000,
  23.             "Skin": 0,
  24.             "Display Name": ""
  25.           },
  26.           {
  27.             "Command (Ignored if empty)": "",
  28.             "Shortname": "wood",
  29.             "Minimum Amount": 15000,
  30.             "Maximum Amount": 15000,
  31.             "Skin": 0,
  32.             "Display Name": ""
  33.           }
  34.         ],
  35.         [
  36.           {
  37.             "Command (Ignored if empty)": "",
  38.             "Shortname": "stones",
  39.             "Minimum Amount": 10000,
  40.             "Maximum Amount": 10000,
  41.             "Skin": 0,
  42.             "Display Name": ""
  43.           },
  44.           {
  45.             "Command (Ignored if empty)": "",
  46.             "Shortname": "sulfur",
  47.             "Minimum Amount": 10000,
  48.             "Maximum Amount": 15000,
  49.             "Skin": 0,
  50.             "Display Name": ""
  51.           }
  52.         ]
  53.       ]
  54.     },
  55.     {
  56.       "Max Daily Redeems": 1,
  57.       "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 0,
  58.       "Item Rewards": [
  59.         [
  60.           {
  61.             "Command (Ignored if empty)": "oxide.grant user {userId} permission.here",
  62.             "Shortname": "",
  63.             "Minimum Amount": 1,
  64.             "Maximum Amount": 1,
  65.             "Skin": 0,
  66.             "Display Name": ""
  67.           },
  68.           {
  69.             "Command (Ignored if empty)": "say Player {userName} redeemed an reward!",
  70.             "Shortname": "",
  71.             "Minimum Amount": 1,
  72.             "Maximum Amount": 1,
  73.             "Skin": 0,
  74.             "Display Name": ""
  75.           }
  76.         ]
  77.       ]
  78.     },
  79.     {
  80.       "Max Daily Redeems": 1,
  81.       "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 0,
  82.       "Item Rewards": [
  83.         [
  84.           {
  85.             "Command (Ignored if empty)": "",
  86.             "Shortname": "box.repair.bench",
  87.             "Minimum Amount": 1,
  88.             "Maximum Amount": 1,
  89.             "Skin": 2795785961,
  90.             "Display Name": "Recycler"
  91.           }
  92.         ]
  93.       ]
  94.     }
  95.   ]
  96. }
Advertisement
Add Comment
Please, Sign In to add comment