Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. {
  2. "debug": false,
  3. "alerts": {
  4. "notifications": true,
  5. "voice": true
  6. },
  7. "timers": [
  8. {
  9. "name": "Selling Car - 1",
  10. "duration": 20,
  11. "countdown": true,
  12. "auto_restart": false,
  13. "counter": false,
  14. "badge_style": {
  15. "background": "#ff0000",
  16. "border": "1px solid #000000"
  17. },
  18. "id": 1516405534295,
  19. "order": 0,
  20. "alertText": "Car Car Car Car Car"
  21. },
  22. {
  23. "name": "Selling Car - 2",
  24. "duration": 30,
  25. "countdown": true,
  26. "auto_restart": false,
  27. "counter": false,
  28. "badge_style": {
  29. "background": "#ff0000",
  30. "border": "1px solid #000000"
  31. },
  32. "id": 1516405570377,
  33. "order": 1,
  34. "alertText": "Car Car Car Car Car"
  35. },
  36. {
  37. "name": "Selling Car - 3",
  38. "duration": 40,
  39. "countdown": true,
  40. "auto_restart": false,
  41. "counter": false,
  42. "badge_style": {
  43. "background": "#ff0000",
  44. "border": "1px solid #000000"
  45. },
  46. "id": 1516405636123,
  47. "order": 2,
  48. "alertText": "Car Car Car Car Car"
  49. },
  50. {
  51. "name": "Selling Car - 4",
  52. "duration": 50,
  53. "countdown": true,
  54. "auto_restart": false,
  55. "counter": false,
  56. "badge_style": {
  57. "background": "#ff0000",
  58. "border": "1px solid #000000"
  59. },
  60. "id": 1516405658324,
  61. "order": 3,
  62. "alertText": "Car Car Car Car Car"
  63. },
  64. {
  65. "name": "Bunker Restock",
  66. "duration": 150,
  67. "countdown": true,
  68. "auto_restart": false,
  69. "counter": false,
  70. "badge_style": {
  71. "background": "#0000ff",
  72. "border": "1px solid #000000"
  73. },
  74. "id": 1516405672679,
  75. "order": 4,
  76. "alertText": "Bun Bun Bun Bunker"
  77. },
  78. {
  79. "name": "Drug Restock",
  80. "duration": 130,
  81. "countdown": true,
  82. "auto_restart": false,
  83. "counter": true,
  84. "badge_style": {
  85. "background": "#0000ff",
  86. "border": "1px solid #000000"
  87. },
  88. "id": 1516405709579,
  89. "order": 5,
  90. "alertText": "Drug Drug Drug Drug Drug"
  91. },
  92. {
  93. "name": "Drug Ready To Sell",
  94. "duration": 60,
  95. "countdown": true,
  96. "auto_restart": false,
  97. "counter": true,
  98. "badge_style": {
  99. "background": "#80ff80",
  100. "border": "1px solid #000000"
  101. },
  102. "id": 1516417385068,
  103. "order": 6,
  104. "alertText": "Drugs ready to sell"
  105. }
  106. ]
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement