Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2023
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.43 KB | None | 0 0
  1. {
  2. "List of commands to open the interface": [
  3. "bp",
  4. "bpass",
  5. "pass",
  6. "battlepass"
  7. ],
  8. "Permission to access Default rewards": "battlepass.default",
  9. "Permission to access VIP rewards": "battlepass.vip",
  10. "Picture for regular awards": "https://i.imgur.com/R55go13.png",
  11. "Picture for VIP awards": "https://i.imgur.com/chknZZf.png",
  12. "Notify the player of a new level?": true,
  13. "Notification effect(leave blank if not needed)": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab",
  14. "Setting up points": {
  15. "Bonus Point Multiplier": {
  16. "battlepass.vip": 1.5,
  17. "battlepass.elite": 2.0
  18. },
  19. "The number of points for the destruction of the helicopter": 5,
  20. "Setting up points for crafting items (item-points)": {
  21. "rifle.ak": 10,
  22. "pickaxe": 2,
  23. "explosive.timed": 10
  24. },
  25. "Setting up points for destroying/killing/exploding objects (ShortPrefabName-Points)": {
  26. "cupboard.tool.deployed": 10,
  27. "floor": 2,
  28. "loot_barrel_1": 2,
  29. "door.hinged.metal": 5,
  30. "boar": 2,
  31. "bear": 4,
  32. "scientistnpc_cargo": 5,
  33. "scientistnpc_junkpile_pistol": 2,
  34. "player": 2,
  35. "bradleyapc": 10
  36. },
  37. "The number of points deducted for death": 2,
  38. "Setting up gather": {
  39. "Setting up gather(shortname-points)": {
  40. "wood": 2,
  41. "stones": 2,
  42. "sulfur-ore": 2,
  43. "metal-ore": 2
  44. },
  45. "Setting up collected items (shortname-points)": {
  46. "wood": 2,
  47. "stones": 2,
  48. "sulfur-ore": 2,
  49. "metal-ore": 2
  50. },
  51. "Setting up points for opening boxes (box-points)": {
  52. "crate_elite": 5,
  53. "crate_normal": 2,
  54. "crate_normal_2": 1,
  55. "codelockedhackablecrate": 10
  56. }
  57. },
  58. "Points for winning the Arctic Base Event (if available)": 10,
  59. "Points for winning the Satellite Dish Event (if available)": 10,
  60. "Points for winning the Junkyard Event (if available)": 10,
  61. "Points for winning the Plant Event (if available)": 10,
  62. "Points for winning the Air Event (if available)": 10,
  63. "Points for winning the Harbor Event (if available)": 10,
  64. "Points for winning the Water Event (if available)": 10,
  65. "Points for killing Boss Monster (if available)": 5
  66. },
  67. "Setting up normal levels": [
  68. {
  69. "Level number": 1,
  70. "The amount of EXP to get this level": 20,
  71. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  72. "Highlight the award in green?": false,
  73. "Level Reward": [
  74. {
  75. "ShortName": "hatchet",
  76. "Amount": 1,
  77. "SkinID": 0,
  78. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  79. "o.grant user %STEAMID% vip",
  80. "o.grant user %STEAMID% elite"
  81. ]
  82. }
  83. ]
  84. },
  85. {
  86. "Level number": 2,
  87. "The amount of EXP to get this level": 30,
  88. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  89. "Highlight the award in green?": false,
  90. "Level Reward": [
  91. {
  92. "ShortName": "pistol.nailgun",
  93. "Amount": 1,
  94. "SkinID": 0,
  95. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  96. "o.grant user %STEAMID% vip",
  97. "o.grant user %STEAMID% elite"
  98. ]
  99. },
  100. {
  101. "ShortName": "ammo.nailgun.nails",
  102. "Amount": 60,
  103. "SkinID": 0,
  104. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  105. "o.grant user %STEAMID% vip",
  106. "o.grant user %STEAMID% elite"
  107. ]
  108. }
  109. ]
  110. },
  111. {
  112. "Level number": 3,
  113. "The amount of EXP to get this level": 40,
  114. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  115. "Highlight the award in green?": false,
  116. "Level Reward": [
  117. {
  118. "ShortName": "shirt.collared",
  119. "Amount": 1,
  120. "SkinID": 0,
  121. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  122. "o.grant user %STEAMID% vip",
  123. "o.grant user %STEAMID% elite"
  124. ]
  125. },
  126. {
  127. "ShortName": "pants.shorts",
  128. "Amount": 1,
  129. "SkinID": 0,
  130. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  131. "o.grant user %STEAMID% vip",
  132. "o.grant user %STEAMID% elite"
  133. ]
  134. }
  135. ]
  136. },
  137. {
  138. "Level number": 4,
  139. "The amount of EXP to get this level": 50,
  140. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  141. "Highlight the award in green?": false,
  142. "Level Reward": [
  143. {
  144. "ShortName": "wood.armor.jacket",
  145. "Amount": 1,
  146. "SkinID": 0,
  147. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  148. "o.grant user %STEAMID% vip",
  149. "o.grant user %STEAMID% elite"
  150. ]
  151. },
  152. {
  153. "ShortName": "wood.armor.pants",
  154. "Amount": 1,
  155. "SkinID": 0,
  156. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  157. "o.grant user %STEAMID% vip",
  158. "o.grant user %STEAMID% elite"
  159. ]
  160. },
  161. {
  162. "ShortName": "wood.armor.helmet",
  163. "Amount": 1,
  164. "SkinID": 0,
  165. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  166. "o.grant user %STEAMID% vip",
  167. "o.grant user %STEAMID% elite"
  168. ]
  169. }
  170. ]
  171. },
  172. {
  173. "Level number": 5,
  174. "The amount of EXP to get this level": 60,
  175. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  176. "Highlight the award in green?": false,
  177. "Level Reward": [
  178. {
  179. "ShortName": "scrap",
  180. "Amount": 100,
  181. "SkinID": 0,
  182. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  183. "o.grant user %STEAMID% vip",
  184. "o.grant user %STEAMID% elite"
  185. ]
  186. }
  187. ]
  188. },
  189. {
  190. "Level number": 6,
  191. "The amount of EXP to get this level": 70,
  192. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  193. "Highlight the award in green?": false,
  194. "Level Reward": [
  195. {
  196. "ShortName": "grenade.beancan",
  197. "Amount": 10,
  198. "SkinID": 0,
  199. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  200. "o.grant user %STEAMID% vip",
  201. "o.grant user %STEAMID% elite"
  202. ]
  203. }
  204. ]
  205. },
  206. {
  207. "Level number": 7,
  208. "The amount of EXP to get this level": 80,
  209. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  210. "Highlight the award in green?": false,
  211. "Level Reward": [
  212. {
  213. "ShortName": "pistol.revolver",
  214. "Amount": 1,
  215. "SkinID": 0,
  216. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  217. "o.grant user %STEAMID% vip",
  218. "o.grant user %STEAMID% elite"
  219. ]
  220. },
  221. {
  222. "ShortName": "ammo.pistol",
  223. "Amount": 60,
  224. "SkinID": 0,
  225. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  226. "o.grant user %STEAMID% vip",
  227. "o.grant user %STEAMID% elite"
  228. ]
  229. }
  230. ]
  231. },
  232. {
  233. "Level number": 8,
  234. "The amount of EXP to get this level": 90,
  235. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  236. "Highlight the award in green?": false,
  237. "Level Reward": [
  238. {
  239. "ShortName": "door.double.hinged.metal",
  240. "Amount": 1,
  241. "SkinID": 0,
  242. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  243. "o.grant user %STEAMID% vip",
  244. "o.grant user %STEAMID% elite"
  245. ]
  246. }
  247. ]
  248. },
  249. {
  250. "Level number": 9,
  251. "The amount of EXP to get this level": 100,
  252. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  253. "Highlight the award in green?": false,
  254. "Level Reward": [
  255. {
  256. "ShortName": "syringe.medical",
  257. "Amount": 20,
  258. "SkinID": 0,
  259. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  260. "o.grant user %STEAMID% vip",
  261. "o.grant user %STEAMID% elite"
  262. ]
  263. }
  264. ]
  265. },
  266. {
  267. "Level number": 10,
  268. "The amount of EXP to get this level": 110,
  269. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  270. "Highlight the award in green?": true,
  271. "Level Reward": [
  272. {
  273. "ShortName": "easter.bronzeegg",
  274. "Amount": 20,
  275. "SkinID": 0,
  276. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  277. "o.grant user %STEAMID% vip",
  278. "o.grant user %STEAMID% elite"
  279. ]
  280. }
  281. ]
  282. },
  283. {
  284. "Level number": 11,
  285. "The amount of EXP to get this level": 120,
  286. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  287. "Highlight the award in green?": false,
  288. "Level Reward": [
  289. {
  290. "ShortName": "small.oil.refinery",
  291. "Amount": 1,
  292. "SkinID": 0,
  293. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  294. "o.grant user %STEAMID% vip",
  295. "o.grant user %STEAMID% elite"
  296. ]
  297. }
  298. ]
  299. },
  300. {
  301. "Level number": 12,
  302. "The amount of EXP to get this level": 130,
  303. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  304. "Highlight the award in green?": false,
  305. "Level Reward": [
  306. {
  307. "ShortName": "pistol.python",
  308. "Amount": 1,
  309. "SkinID": 0,
  310. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  311. "o.grant user %STEAMID% vip",
  312. "o.grant user %STEAMID% elite"
  313. ]
  314. },
  315. {
  316. "ShortName": "ammo.pistol",
  317. "Amount": 60,
  318. "SkinID": 0,
  319. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  320. "o.grant user %STEAMID% vip",
  321. "o.grant user %STEAMID% elite"
  322. ]
  323. }
  324. ]
  325. },
  326. {
  327. "Level number": 13,
  328. "The amount of EXP to get this level": 140,
  329. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  330. "Highlight the award in green?": false,
  331. "Level Reward": [
  332. {
  333. "ShortName": "wall.external.high",
  334. "Amount": 10,
  335. "SkinID": 0,
  336. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  337. "o.grant user %STEAMID% vip",
  338. "o.grant user %STEAMID% elite"
  339. ]
  340. },
  341. {
  342. "ShortName": "gates.external.high.wood",
  343. "Amount": 1,
  344. "SkinID": 0,
  345. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  346. "o.grant user %STEAMID% vip",
  347. "o.grant user %STEAMID% elite"
  348. ]
  349. }
  350. ]
  351. },
  352. {
  353. "Level number": 14,
  354. "The amount of EXP to get this level": 150,
  355. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  356. "Highlight the award in green?": false,
  357. "Level Reward": [
  358. {
  359. "ShortName": "metal.fragments",
  360. "Amount": 3000,
  361. "SkinID": 0,
  362. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  363. "o.grant user %STEAMID% vip",
  364. "o.grant user %STEAMID% elite"
  365. ]
  366. }
  367. ]
  368. },
  369. {
  370. "Level number": 15,
  371. "The amount of EXP to get this level": 160,
  372. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  373. "Highlight the award in green?": false,
  374. "Level Reward": [
  375. {
  376. "ShortName": "smg.thompson",
  377. "Amount": 1,
  378. "SkinID": 0,
  379. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  380. "o.grant user %STEAMID% vip",
  381. "o.grant user %STEAMID% elite"
  382. ]
  383. },
  384. {
  385. "ShortName": "ammo.pistol",
  386. "Amount": 60,
  387. "SkinID": 0,
  388. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  389. "o.grant user %STEAMID% vip",
  390. "o.grant user %STEAMID% elite"
  391. ]
  392. }
  393. ]
  394. },
  395. {
  396. "Level number": 16,
  397. "The amount of EXP to get this level": 170,
  398. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  399. "Highlight the award in green?": false,
  400. "Level Reward": [
  401. {
  402. "ShortName": "wall.frame.garagedoor",
  403. "Amount": 1,
  404. "SkinID": 0,
  405. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  406. "o.grant user %STEAMID% vip",
  407. "o.grant user %STEAMID% elite"
  408. ]
  409. }
  410. ]
  411. },
  412. {
  413. "Level number": 17,
  414. "The amount of EXP to get this level": 180,
  415. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  416. "Highlight the award in green?": false,
  417. "Level Reward": [
  418. {
  419. "ShortName": "explosive.satchel",
  420. "Amount": 10,
  421. "SkinID": 0,
  422. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  423. "o.grant user %STEAMID% vip",
  424. "o.grant user %STEAMID% elite"
  425. ]
  426. }
  427. ]
  428. },
  429. {
  430. "Level number": 18,
  431. "The amount of EXP to get this level": 190,
  432. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  433. "Highlight the award in green?": false,
  434. "Level Reward": [
  435. {
  436. "ShortName": "chainsaw",
  437. "Amount": 1,
  438. "SkinID": 0,
  439. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  440. "o.grant user %STEAMID% vip",
  441. "o.grant user %STEAMID% elite"
  442. ]
  443. },
  444. {
  445. "ShortName": "lowgradefuel",
  446. "Amount": 100,
  447. "SkinID": 0,
  448. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  449. "o.grant user %STEAMID% vip",
  450. "o.grant user %STEAMID% elite"
  451. ]
  452. }
  453. ]
  454. },
  455. {
  456. "Level number": 19,
  457. "The amount of EXP to get this level": 200,
  458. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  459. "Highlight the award in green?": false,
  460. "Level Reward": [
  461. {
  462. "ShortName": "sulfur",
  463. "Amount": 5000,
  464. "SkinID": 0,
  465. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  466. "o.grant user %STEAMID% vip",
  467. "o.grant user %STEAMID% elite"
  468. ]
  469. }
  470. ]
  471. },
  472. {
  473. "Level number": 20,
  474. "The amount of EXP to get this level": 220,
  475. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  476. "Highlight the award in green?": true,
  477. "Level Reward": [
  478. {
  479. "ShortName": "xmas.present.large",
  480. "Amount": 10,
  481. "SkinID": 0,
  482. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  483. "o.grant user %STEAMID% vip",
  484. "o.grant user %STEAMID% elite"
  485. ]
  486. }
  487. ]
  488. },
  489. {
  490. "Level number": 21,
  491. "The amount of EXP to get this level": 240,
  492. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  493. "Highlight the award in green?": false,
  494. "Level Reward": [
  495. {
  496. "ShortName": "multiplegrenadelauncher",
  497. "Amount": 1,
  498. "SkinID": 0,
  499. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  500. "o.grant user %STEAMID% vip",
  501. "o.grant user %STEAMID% elite"
  502. ]
  503. }
  504. ]
  505. },
  506. {
  507. "Level number": 22,
  508. "The amount of EXP to get this level": 260,
  509. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  510. "Highlight the award in green?": false,
  511. "Level Reward": [
  512. {
  513. "ShortName": "ammo.grenadelauncher.he",
  514. "Amount": 20,
  515. "SkinID": 0,
  516. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  517. "o.grant user %STEAMID% vip",
  518. "o.grant user %STEAMID% elite"
  519. ]
  520. }
  521. ]
  522. },
  523. {
  524. "Level number": 23,
  525. "The amount of EXP to get this level": 280,
  526. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  527. "Highlight the award in green?": false,
  528. "Level Reward": [
  529. {
  530. "ShortName": "rifle.ak",
  531. "Amount": 1,
  532. "SkinID": 0,
  533. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  534. "o.grant user %STEAMID% vip",
  535. "o.grant user %STEAMID% elite"
  536. ]
  537. },
  538. {
  539. "ShortName": "ammo.rifle",
  540. "Amount": 200,
  541. "SkinID": 0,
  542. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  543. "o.grant user %STEAMID% vip",
  544. "o.grant user %STEAMID% elite"
  545. ]
  546. }
  547. ]
  548. },
  549. {
  550. "Level number": 24,
  551. "The amount of EXP to get this level": 300,
  552. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  553. "Highlight the award in green?": false,
  554. "Level Reward": [
  555. {
  556. "ShortName": "rifle.bolt",
  557. "Amount": 1,
  558. "SkinID": 0,
  559. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  560. "o.grant user %STEAMID% vip",
  561. "o.grant user %STEAMID% elite"
  562. ]
  563. },
  564. {
  565. "ShortName": "ammo.rifle",
  566. "Amount": 200,
  567. "SkinID": 0,
  568. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  569. "o.grant user %STEAMID% vip",
  570. "o.grant user %STEAMID% elite"
  571. ]
  572. }
  573. ]
  574. },
  575. {
  576. "Level number": 25,
  577. "The amount of EXP to get this level": 350,
  578. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  579. "Highlight the award in green?": false,
  580. "Level Reward": [
  581. {
  582. "ShortName": "hmlmg",
  583. "Amount": 1,
  584. "SkinID": 0,
  585. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  586. "o.grant user %STEAMID% vip",
  587. "o.grant user %STEAMID% elite"
  588. ]
  589. },
  590. {
  591. "ShortName": "ammo.rifle",
  592. "Amount": 300,
  593. "SkinID": 0,
  594. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  595. "o.grant user %STEAMID% vip",
  596. "o.grant user %STEAMID% elite"
  597. ]
  598. }
  599. ]
  600. },
  601. {
  602. "Level number": 26,
  603. "The amount of EXP to get this level": 400,
  604. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  605. "Highlight the award in green?": false,
  606. "Level Reward": [
  607. {
  608. "ShortName": "ammo.rocket.hv",
  609. "Amount": 30,
  610. "SkinID": 0,
  611. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  612. "o.grant user %STEAMID% vip",
  613. "o.grant user %STEAMID% elite"
  614. ]
  615. }
  616. ]
  617. },
  618. {
  619. "Level number": 27,
  620. "The amount of EXP to get this level": 450,
  621. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  622. "Highlight the award in green?": false,
  623. "Level Reward": [
  624. {
  625. "ShortName": "electric.generator.small",
  626. "Amount": 2,
  627. "SkinID": 0,
  628. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  629. "o.grant user %STEAMID% vip",
  630. "o.grant user %STEAMID% elite"
  631. ]
  632. }
  633. ]
  634. },
  635. {
  636. "Level number": 28,
  637. "The amount of EXP to get this level": 500,
  638. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  639. "Highlight the award in green?": false,
  640. "Level Reward": [
  641. {
  642. "ShortName": "gunpowder",
  643. "Amount": 3000,
  644. "SkinID": 0,
  645. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  646. "o.grant user %STEAMID% vip",
  647. "o.grant user %STEAMID% elite"
  648. ]
  649. },
  650. {
  651. "ShortName": "rifle.ak",
  652. "Amount": 1,
  653. "SkinID": 0,
  654. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  655. "o.grant user %STEAMID% vip",
  656. "o.grant user %STEAMID% elite"
  657. ]
  658. }
  659. ]
  660. },
  661. {
  662. "Level number": 29,
  663. "The amount of EXP to get this level": 550,
  664. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  665. "Highlight the award in green?": false,
  666. "Level Reward": [
  667. {
  668. "ShortName": "metal.fragments",
  669. "Amount": 5000,
  670. "SkinID": 0,
  671. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  672. "o.grant user %STEAMID% vip",
  673. "o.grant user %STEAMID% elite"
  674. ]
  675. }
  676. ]
  677. },
  678. {
  679. "Level number": 30,
  680. "The amount of EXP to get this level": 600,
  681. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  682. "Highlight the award in green?": true,
  683. "Level Reward": [
  684. {
  685. "ShortName": "easter.goldegg",
  686. "Amount": 10,
  687. "SkinID": 0,
  688. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  689. "o.grant user %STEAMID% vip",
  690. "o.grant user %STEAMID% elite"
  691. ]
  692. }
  693. ]
  694. }
  695. ],
  696. "Setting up vip levels": [
  697. {
  698. "Level number": 1,
  699. "The amount of EXP to get this level": 20,
  700. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  701. "Highlight the award in green?": false,
  702. "Level Reward": [
  703. {
  704. "ShortName": "axe.salvaged",
  705. "Amount": 1,
  706. "SkinID": 0,
  707. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  708. "o.grant user %STEAMID% vip",
  709. "o.grant user %STEAMID% elite"
  710. ]
  711. }
  712. ]
  713. },
  714. {
  715. "Level number": 2,
  716. "The amount of EXP to get this level": 30,
  717. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  718. "Highlight the award in green?": false,
  719. "Level Reward": [
  720. {
  721. "ShortName": "pistol.revolver",
  722. "Amount": 1,
  723. "SkinID": 0,
  724. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  725. "o.grant user %STEAMID% vip",
  726. "o.grant user %STEAMID% elite"
  727. ]
  728. },
  729. {
  730. "ShortName": "ammo.pistol",
  731. "Amount": 60,
  732. "SkinID": 0,
  733. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  734. "o.grant user %STEAMID% vip",
  735. "o.grant user %STEAMID% elite"
  736. ]
  737. }
  738. ]
  739. },
  740. {
  741. "Level number": 3,
  742. "The amount of EXP to get this level": 40,
  743. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  744. "Highlight the award in green?": false,
  745. "Level Reward": [
  746. {
  747. "ShortName": "hoodie",
  748. "Amount": 1,
  749. "SkinID": 0,
  750. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  751. "o.grant user %STEAMID% vip",
  752. "o.grant user %STEAMID% elite"
  753. ]
  754. },
  755. {
  756. "ShortName": "pants",
  757. "Amount": 1,
  758. "SkinID": 0,
  759. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  760. "o.grant user %STEAMID% vip",
  761. "o.grant user %STEAMID% elite"
  762. ]
  763. }
  764. ]
  765. },
  766. {
  767. "Level number": 4,
  768. "The amount of EXP to get this level": 50,
  769. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  770. "Highlight the award in green?": false,
  771. "Level Reward": [
  772. {
  773. "ShortName": "roadsign.jacket",
  774. "Amount": 1,
  775. "SkinID": 0,
  776. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  777. "o.grant user %STEAMID% vip",
  778. "o.grant user %STEAMID% elite"
  779. ]
  780. },
  781. {
  782. "ShortName": "roadsign.kilt",
  783. "Amount": 1,
  784. "SkinID": 0,
  785. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  786. "o.grant user %STEAMID% vip",
  787. "o.grant user %STEAMID% elite"
  788. ]
  789. },
  790. {
  791. "ShortName": "coffeecan.helmet",
  792. "Amount": 1,
  793. "SkinID": 0,
  794. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  795. "o.grant user %STEAMID% vip",
  796. "o.grant user %STEAMID% elite"
  797. ]
  798. }
  799. ]
  800. },
  801. {
  802. "Level number": 5,
  803. "The amount of EXP to get this level": 60,
  804. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  805. "Highlight the award in green?": false,
  806. "Level Reward": [
  807. {
  808. "ShortName": "scrap",
  809. "Amount": 300,
  810. "SkinID": 0,
  811. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  812. "o.grant user %STEAMID% vip",
  813. "o.grant user %STEAMID% elite"
  814. ]
  815. }
  816. ]
  817. },
  818. {
  819. "Level number": 6,
  820. "The amount of EXP to get this level": 70,
  821. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  822. "Highlight the award in green?": false,
  823. "Level Reward": [
  824. {
  825. "ShortName": "explosive.satchel",
  826. "Amount": 5,
  827. "SkinID": 0,
  828. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  829. "o.grant user %STEAMID% vip",
  830. "o.grant user %STEAMID% elite"
  831. ]
  832. }
  833. ]
  834. },
  835. {
  836. "Level number": 7,
  837. "The amount of EXP to get this level": 80,
  838. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  839. "Highlight the award in green?": false,
  840. "Level Reward": [
  841. {
  842. "ShortName": "pistol.semiauto",
  843. "Amount": 1,
  844. "SkinID": 0,
  845. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  846. "o.grant user %STEAMID% vip",
  847. "o.grant user %STEAMID% elite"
  848. ]
  849. },
  850. {
  851. "ShortName": "ammo.pistol",
  852. "Amount": 60,
  853. "SkinID": 0,
  854. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  855. "o.grant user %STEAMID% vip",
  856. "o.grant user %STEAMID% elite"
  857. ]
  858. }
  859. ]
  860. },
  861. {
  862. "Level number": 8,
  863. "The amount of EXP to get this level": 90,
  864. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  865. "Highlight the award in green?": false,
  866. "Level Reward": [
  867. {
  868. "ShortName": "wall.frame.garagedoor",
  869. "Amount": 1,
  870. "SkinID": 0,
  871. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  872. "o.grant user %STEAMID% vip",
  873. "o.grant user %STEAMID% elite"
  874. ]
  875. }
  876. ]
  877. },
  878. {
  879. "Level number": 9,
  880. "The amount of EXP to get this level": 100,
  881. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  882. "Highlight the award in green?": false,
  883. "Level Reward": [
  884. {
  885. "ShortName": "largemedkit",
  886. "Amount": 10,
  887. "SkinID": 0,
  888. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  889. "o.grant user %STEAMID% vip",
  890. "o.grant user %STEAMID% elite"
  891. ]
  892. }
  893. ]
  894. },
  895. {
  896. "Level number": 10,
  897. "The amount of EXP to get this level": 110,
  898. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  899. "Highlight the award in green?": true,
  900. "Level Reward": [
  901. {
  902. "ShortName": "easter.silveregg",
  903. "Amount": 10,
  904. "SkinID": 0,
  905. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  906. "o.grant user %STEAMID% vip",
  907. "o.grant user %STEAMID% elite"
  908. ]
  909. }
  910. ]
  911. },
  912. {
  913. "Level number": 11,
  914. "The amount of EXP to get this level": 120,
  915. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  916. "Highlight the award in green?": false,
  917. "Level Reward": [
  918. {
  919. "ShortName": "furnace.large",
  920. "Amount": 1,
  921. "SkinID": 0,
  922. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  923. "o.grant user %STEAMID% vip",
  924. "o.grant user %STEAMID% elite"
  925. ]
  926. }
  927. ]
  928. },
  929. {
  930. "Level number": 12,
  931. "The amount of EXP to get this level": 130,
  932. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  933. "Highlight the award in green?": false,
  934. "Level Reward": [
  935. {
  936. "ShortName": "pistol.m92",
  937. "Amount": 1,
  938. "SkinID": 0,
  939. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  940. "o.grant user %STEAMID% vip",
  941. "o.grant user %STEAMID% elite"
  942. ]
  943. },
  944. {
  945. "ShortName": "ammo.pistol",
  946. "Amount": 60,
  947. "SkinID": 0,
  948. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  949. "o.grant user %STEAMID% vip",
  950. "o.grant user %STEAMID% elite"
  951. ]
  952. }
  953. ]
  954. },
  955. {
  956. "Level number": 13,
  957. "The amount of EXP to get this level": 140,
  958. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  959. "Highlight the award in green?": false,
  960. "Level Reward": [
  961. {
  962. "ShortName": "wall.external.high.stone",
  963. "Amount": 10,
  964. "SkinID": 0,
  965. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  966. "o.grant user %STEAMID% vip",
  967. "o.grant user %STEAMID% elite"
  968. ]
  969. },
  970. {
  971. "ShortName": "gates.external.high.stone",
  972. "Amount": 1,
  973. "SkinID": 0,
  974. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  975. "o.grant user %STEAMID% vip",
  976. "o.grant user %STEAMID% elite"
  977. ]
  978. }
  979. ]
  980. },
  981. {
  982. "Level number": 14,
  983. "The amount of EXP to get this level": 150,
  984. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  985. "Highlight the award in green?": false,
  986. "Level Reward": [
  987. {
  988. "ShortName": "metal.refined",
  989. "Amount": 400,
  990. "SkinID": 0,
  991. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  992. "o.grant user %STEAMID% vip",
  993. "o.grant user %STEAMID% elite"
  994. ]
  995. }
  996. ]
  997. },
  998. {
  999. "Level number": 15,
  1000. "The amount of EXP to get this level": 160,
  1001. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1002. "Highlight the award in green?": false,
  1003. "Level Reward": [
  1004. {
  1005. "ShortName": "smg.mp5",
  1006. "Amount": 1,
  1007. "SkinID": 0,
  1008. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1009. "o.grant user %STEAMID% vip",
  1010. "o.grant user %STEAMID% elite"
  1011. ]
  1012. },
  1013. {
  1014. "ShortName": "ammo.pistol",
  1015. "Amount": 60,
  1016. "SkinID": 0,
  1017. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1018. "o.grant user %STEAMID% vip",
  1019. "o.grant user %STEAMID% elite"
  1020. ]
  1021. }
  1022. ]
  1023. },
  1024. {
  1025. "Level number": 16,
  1026. "The amount of EXP to get this level": 170,
  1027. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1028. "Highlight the award in green?": false,
  1029. "Level Reward": [
  1030. {
  1031. "ShortName": "door.double.hinged.toptier",
  1032. "Amount": 1,
  1033. "SkinID": 0,
  1034. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1035. "o.grant user %STEAMID% vip",
  1036. "o.grant user %STEAMID% elite"
  1037. ]
  1038. }
  1039. ]
  1040. },
  1041. {
  1042. "Level number": 17,
  1043. "The amount of EXP to get this level": 180,
  1044. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1045. "Highlight the award in green?": false,
  1046. "Level Reward": [
  1047. {
  1048. "ShortName": "explosive.timed",
  1049. "Amount": 10,
  1050. "SkinID": 0,
  1051. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1052. "o.grant user %STEAMID% vip",
  1053. "o.grant user %STEAMID% elite"
  1054. ]
  1055. }
  1056. ]
  1057. },
  1058. {
  1059. "Level number": 18,
  1060. "The amount of EXP to get this level": 190,
  1061. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1062. "Highlight the award in green?": false,
  1063. "Level Reward": [
  1064. {
  1065. "ShortName": "jackhammer",
  1066. "Amount": 1,
  1067. "SkinID": 0,
  1068. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1069. "o.grant user %STEAMID% vip",
  1070. "o.grant user %STEAMID% elite"
  1071. ]
  1072. }
  1073. ]
  1074. },
  1075. {
  1076. "Level number": 19,
  1077. "The amount of EXP to get this level": 200,
  1078. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1079. "Highlight the award in green?": false,
  1080. "Level Reward": [
  1081. {
  1082. "ShortName": "gunpowder",
  1083. "Amount": 3000,
  1084. "SkinID": 0,
  1085. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1086. "o.grant user %STEAMID% vip",
  1087. "o.grant user %STEAMID% elite"
  1088. ]
  1089. }
  1090. ]
  1091. },
  1092. {
  1093. "Level number": 20,
  1094. "The amount of EXP to get this level": 220,
  1095. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1096. "Highlight the award in green?": true,
  1097. "Level Reward": [
  1098. {
  1099. "ShortName": "xmas.present.large",
  1100. "Amount": 20,
  1101. "SkinID": 0,
  1102. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1103. "o.grant user %STEAMID% vip",
  1104. "o.grant user %STEAMID% elite"
  1105. ]
  1106. }
  1107. ]
  1108. },
  1109. {
  1110. "Level number": 21,
  1111. "The amount of EXP to get this level": 240,
  1112. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1113. "Highlight the award in green?": false,
  1114. "Level Reward": [
  1115. {
  1116. "ShortName": "rocket.launcher",
  1117. "Amount": 1,
  1118. "SkinID": 0,
  1119. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1120. "o.grant user %STEAMID% vip",
  1121. "o.grant user %STEAMID% elite"
  1122. ]
  1123. }
  1124. ]
  1125. },
  1126. {
  1127. "Level number": 22,
  1128. "The amount of EXP to get this level": 260,
  1129. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1130. "Highlight the award in green?": false,
  1131. "Level Reward": [
  1132. {
  1133. "ShortName": "ammo.rocket.basic",
  1134. "Amount": 20,
  1135. "SkinID": 0,
  1136. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1137. "o.grant user %STEAMID% vip",
  1138. "o.grant user %STEAMID% elite"
  1139. ]
  1140. },
  1141. {
  1142. "ShortName": "rifle.ak",
  1143. "Amount": 1,
  1144. "SkinID": 0,
  1145. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1146. "o.grant user %STEAMID% vip",
  1147. "o.grant user %STEAMID% elite"
  1148. ]
  1149. }
  1150. ]
  1151. },
  1152. {
  1153. "Level number": 23,
  1154. "The amount of EXP to get this level": 280,
  1155. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1156. "Highlight the award in green?": false,
  1157. "Level Reward": [
  1158. {
  1159. "ShortName": "rifle.lr300",
  1160. "Amount": 1,
  1161. "SkinID": 0,
  1162. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1163. "o.grant user %STEAMID% vip",
  1164. "o.grant user %STEAMID% elite"
  1165. ]
  1166. },
  1167. {
  1168. "ShortName": "ammo.rifle",
  1169. "Amount": 200,
  1170. "SkinID": 0,
  1171. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1172. "o.grant user %STEAMID% vip",
  1173. "o.grant user %STEAMID% elite"
  1174. ]
  1175. }
  1176. ]
  1177. },
  1178. {
  1179. "Level number": 24,
  1180. "The amount of EXP to get this level": 300,
  1181. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1182. "Highlight the award in green?": false,
  1183. "Level Reward": [
  1184. {
  1185. "ShortName": "rifle.l96",
  1186. "Amount": 1,
  1187. "SkinID": 0,
  1188. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1189. "o.grant user %STEAMID% vip",
  1190. "o.grant user %STEAMID% elite"
  1191. ]
  1192. },
  1193. {
  1194. "ShortName": "ammo.rifle",
  1195. "Amount": 200,
  1196. "SkinID": 0,
  1197. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1198. "o.grant user %STEAMID% vip",
  1199. "o.grant user %STEAMID% elite"
  1200. ]
  1201. }
  1202. ]
  1203. },
  1204. {
  1205. "Level number": 25,
  1206. "The amount of EXP to get this level": 350,
  1207. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1208. "Highlight the award in green?": false,
  1209. "Level Reward": [
  1210. {
  1211. "ShortName": "lmg.m249",
  1212. "Amount": 1,
  1213. "SkinID": 0,
  1214. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1215. "o.grant user %STEAMID% vip",
  1216. "o.grant user %STEAMID% elite"
  1217. ]
  1218. },
  1219. {
  1220. "ShortName": "ammo.rifle",
  1221. "Amount": 300,
  1222. "SkinID": 0,
  1223. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1224. "o.grant user %STEAMID% vip",
  1225. "o.grant user %STEAMID% elite"
  1226. ]
  1227. }
  1228. ]
  1229. },
  1230. {
  1231. "Level number": 26,
  1232. "The amount of EXP to get this level": 400,
  1233. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1234. "Highlight the award in green?": false,
  1235. "Level Reward": [
  1236. {
  1237. "ShortName": "ammo.rifle.explosive",
  1238. "Amount": 500,
  1239. "SkinID": 0,
  1240. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1241. "o.grant user %STEAMID% vip",
  1242. "o.grant user %STEAMID% elite"
  1243. ]
  1244. }
  1245. ]
  1246. },
  1247. {
  1248. "Level number": 27,
  1249. "The amount of EXP to get this level": 450,
  1250. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1251. "Highlight the award in green?": false,
  1252. "Level Reward": [
  1253. {
  1254. "ShortName": "autoturret",
  1255. "Amount": 5,
  1256. "SkinID": 0,
  1257. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1258. "o.grant user %STEAMID% vip",
  1259. "o.grant user %STEAMID% elite"
  1260. ]
  1261. }
  1262. ]
  1263. },
  1264. {
  1265. "Level number": 28,
  1266. "The amount of EXP to get this level": 500,
  1267. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1268. "Highlight the award in green?": false,
  1269. "Level Reward": [
  1270. {
  1271. "ShortName": "explosives",
  1272. "Amount": 300,
  1273. "SkinID": 0,
  1274. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1275. "o.grant user %STEAMID% vip",
  1276. "o.grant user %STEAMID% elite"
  1277. ]
  1278. }
  1279. ]
  1280. },
  1281. {
  1282. "Level number": 29,
  1283. "The amount of EXP to get this level": 550,
  1284. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1285. "Highlight the award in green?": false,
  1286. "Level Reward": [
  1287. {
  1288. "ShortName": "metal.refined",
  1289. "Amount": 1000,
  1290. "SkinID": 0,
  1291. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1292. "o.grant user %STEAMID% vip",
  1293. "o.grant user %STEAMID% elite"
  1294. ]
  1295. }
  1296. ]
  1297. },
  1298. {
  1299. "Level number": 30,
  1300. "The amount of EXP to get this level": 600,
  1301. "Reward display picture (if empty, takes 1 picture from the reward)": "",
  1302. "Highlight the award in green?": true,
  1303. "Level Reward": [
  1304. {
  1305. "ShortName": "halloween.lootbag.large",
  1306. "Amount": 20,
  1307. "SkinID": 0,
  1308. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1309. "o.grant user %STEAMID% vip",
  1310. "o.grant user %STEAMID% elite"
  1311. ]
  1312. },
  1313. {
  1314. "ShortName": "rifle.ak",
  1315. "Amount": 1,
  1316. "SkinID": 0,
  1317. "Commands to be executed (Use %STEAMID% to enter the player's steam ID)": [
  1318. "o.grant user %STEAMID% vip",
  1319. "o.grant user %STEAMID% elite"
  1320. ]
  1321. }
  1322. ]
  1323. }
  1324. ]
  1325. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement