Advertisement
Guest User

SimpleGiveaways.json

a guest
May 28th, 2023
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.96 KB | Gaming | 0 0
  1. {
  2.   "Exclude Admins (true=admins cant win)": true,
  3.   "GiveawayDetails": [
  4.     {
  5.       "GiveawayItems": [
  6.         {
  7.           "CommandToRun": "sr add {userId} 1000",
  8.           "ItemName": "1000 RP"
  9.         },
  10.         {
  11.           "CommandToRun": "inventory.giveto {userId} wood 5000",
  12.           "ItemName": "5000 Wood"
  13.         },
  14.         {
  15.           "CommandToRun": "inventory.giveto {userId} rifle.ak 1",
  16.           "ItemName": "1 AK-47"
  17.         },
  18.         {
  19.           "CommandToRun": "inventory.giveto {userId} supply.signal 1",
  20.           "ItemName": "1 Supply Signal"
  21.         }
  22.       ],
  23.       "MinPlayersOnlineAtStart": 1
  24.     },
  25.     {
  26.       "GiveawayItems": [
  27.         {
  28.           "CommandToRun": "inventory.giveto {userId} autoturret 3",
  29.           "ItemName": "3 Auto Turrets"
  30.         },
  31.         {
  32.           "CommandToRun": "sr add {userId} 3000",
  33.           "ItemName": "3000 RP"
  34.         },
  35.         {
  36.           "CommandToRun": "inventory.giveto {userId} supply.signal 1",
  37.           "ItemName": "1 Supply Signal"
  38.         },
  39.         {
  40.           "CommandToRun": "inventory.giveto {userId} autoturret 2",
  41.           "ItemName": "2 Auto Turrets"
  42.         },
  43.         {
  44.           "CommandToRun": "sr add {userId} 2000",
  45.           "ItemName": "2000 RP"
  46.         },
  47.         {
  48.           "CommandToRun": "inventory.giveto {userId} supply.signal 2",
  49.           "ItemName": "2 Supply Signals"
  50.         }
  51.       ],
  52.       "MinPlayersOnlineAtStart": 10
  53.     }
  54.   ],
  55.   "Time In Minute Between Giveaways": 60,
  56.   "Number of Seconds to Show UI and Collect Votes": 10.0,
  57.   "Number of Seconds to Delay Next Giveaway After a Winner": 60.0,
  58.   "Theme": {
  59.     "AnchorMax": ".5 0",
  60.     "AnchorMin": ".5 0",
  61.     "ButtonBackgroundColor": ".87 .47 .01 .8",
  62.     "ButtonFontSize": 10,
  63.     "ButtonTextColor": "1 1 1 1",
  64.     "HeaderColor": "1 1 1 1",
  65.     "HeaderFontSize": 10,
  66.     "OffsetMax": "240 120",
  67.     "OffsetMin": "-200 80",
  68.     "PanelBackgroundColor": "0 0 0 .8"
  69.   }
  70. }
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement