Advertisement
Cahnu

Untitled

Feb 15th, 2023
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. {
  2. "_Which loot table should this plugin use? 0 - Default, 1 - Alpha Loot, 2 - Other(Magic Loot, Better Loot)": 0,
  3. "Allow turrets to be looted if they are destroyed": false,
  4. "Broadcast start message to players?": true,
  5. "Controls how many NPCs will have the note on death (max 4).": 1,
  6. "How long should the event go on for?(minutes)": 50,
  7. "How many diesel should spawn in the engine on event start? (each diesel takes 2 min to burn. keep in mind total event time.)": 20,
  8. "If this is true auto turrets will target and kill NPCs as well as players in the excavator event area.": false,
  9. "Maximum time between events(minutes):": 180,
  10. "Minimum number of players before event will start": 4,
  11. "Minimum time between events(minutes):": 60,
  12. "Should players be allowed to loot the diesel from the engine during the event?": false,
  13. "Should the event start automatically(false if you only want manually start with HeavyExcavatorStart command": true,
  14. "Skip event if players are already at the excavator?": true,
  15. "Skip event if the excavator is already running?": true,
  16. "Start locations for AutoTurrets": [
  17. {
  18. "x": -2.5,
  19. "y": 3.1,
  20. "z": 99.7
  21. },
  22. {
  23. "x": 2.8,
  24. "y": 8.3,
  25. "z": 91.5
  26. },
  27. {
  28. "x": 6.6,
  29. "y": 8.3,
  30. "z": 82.1
  31. },
  32. {
  33. "x": -130.5,
  34. "y": 7.9,
  35. "z": 39.6
  36. },
  37. {
  38. "x": -121.1,
  39. "y": 7.9,
  40. "z": 43.2
  41. },
  42. {
  43. "x": -125.7,
  44. "y": 2.0,
  45. "z": 41.1
  46. },
  47. {
  48. "x": 2.6,
  49. "y": 8.0,
  50. "z": 2.6
  51. },
  52. {
  53. "x": 0.9,
  54. "y": 8.0,
  55. "z": -2.6
  56. }
  57. ],
  58. "Start locations for Bradleys": [
  59. {
  60. "x": -1.9,
  61. "y": -0.3,
  62. "z": 72.3
  63. },
  64. {
  65. "x": -135.6,
  66. "y": -1.9,
  67. "z": 54.5
  68. }
  69. ],
  70. "Start locations for hackable Crates": [
  71. {
  72. "x": -5.8,
  73. "y": 3.9,
  74. "z": -0.1
  75. },
  76. {
  77. "x": -5.1,
  78. "y": 3.9,
  79. "z": -4.5
  80. }
  81. ],
  82. "Start locations for scientists": [
  83. {
  84. "x": -2.2,
  85. "y": -1.6,
  86. "z": 91.5
  87. },
  88. {
  89. "x": -7.2,
  90. "y": -1.6,
  91. "z": 90.5
  92. },
  93. {
  94. "x": 7.1,
  95. "y": -1.5,
  96. "z": 90.9
  97. },
  98. {
  99. "x": 10.9,
  100. "y": -1.4,
  101. "z": 83.4
  102. },
  103. {
  104. "x": -22.6,
  105. "y": 2.4,
  106. "z": 82.2
  107. },
  108. {
  109. "x": -25.5,
  110. "y": 2.4,
  111. "z": 81.1
  112. },
  113. {
  114. "x": -128.2,
  115. "y": -1.8,
  116. "z": 54.4
  117. },
  118. {
  119. "x": -125.3,
  120. "y": -1.8,
  121. "z": 43.1
  122. },
  123. {
  124. "x": -116.8,
  125. "y": 2.3,
  126. "z": 60.4
  127. },
  128. {
  129. "x": -119.4,
  130. "y": 2.0,
  131. "z": 63.5
  132. },
  133. {
  134. "x": -155.7,
  135. "y": 12.1,
  136. "z": 55.1
  137. },
  138. {
  139. "x": -155.7,
  140. "y": 11.9,
  141. "z": 56.1
  142. },
  143. {
  144. "x": -50.8,
  145. "y": 4.6,
  146. "z": 100.7
  147. },
  148. {
  149. "x": -52.1,
  150. "y": 4.6,
  151. "z": 97.4
  152. },
  153. {
  154. "x": -4.0,
  155. "y": 3.9,
  156. "z": 5.0
  157. },
  158. {
  159. "x": -5.9,
  160. "y": 3.9,
  161. "z": 2.7
  162. },
  163. {
  164. "x": -4.7,
  165. "y": 3.9,
  166. "z": -2.4
  167. },
  168. {
  169. "x": -3.4,
  170. "y": 3.9,
  171. "z": -4.8
  172. },
  173. {
  174. "x": 2.4,
  175. "y": 2.4,
  176. "z": -6.0
  177. },
  178. {
  179. "x": 5.7,
  180. "y": 2.4,
  181. "z": 0.2
  182. }
  183. ],
  184. "This is for special items you want added to the hackable crates outside of loot tables": [],
  185. "Which type of resource should the excavator mine during the event? 0 - HQM, 1 - Sulfur, 2 - Stone, 3 - Metal Frags, 4 - Random each event": 3
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement