Advertisement
Guest User

Statistics config

a guest
Apr 20th, 2023
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. {
  2. "Work with Notify?": true,
  3. "Work with PlayTimeRewards?": true,
  4. "Work with PlaytimeTracker?": true,
  5. "Enable a Profile?": true,
  6. "Statistics Commands": [
  7. "stats",
  8. "statistics"
  9. ],
  10. "Enable a Leaderboard?": true,
  11. "Leaderboard Commands": [
  12. "leaders",
  13. "leaderboard"
  14. ],
  15. "Automatic wipe on wipe": false,
  16. "Access by permission (statistics.use)": false,
  17. "Open player profile by clicking on leaderboard?": true,
  18. "Permission to open player profile when clicked on leaderboard? (ex: statistics.profile)": "",
  19. "Weapons": [
  20. "rifle.ak",
  21. "rifle.bolt",
  22. "rifle.l96",
  23. "rifle.lr300",
  24. "rifle.m39",
  25. "rifle.semiauto",
  26. "pistol.eoka",
  27. "pistol.m92",
  28. "pistol.nailgun",
  29. "pistol.python",
  30. "pistol.revolver",
  31. "pistol.semiauto"
  32. ],
  33. "Resources": [
  34. "stones",
  35. "sulfur.ore",
  36. "metal.ore",
  37. "hq.metal.ore",
  38. "wood"
  39. ],
  40. "Score Table (shortname - score)": {
  41. "kills": 1.0,
  42. "deaths": -1.0,
  43. "stone-ore": 0.1,
  44. "supply_drop": 3.0,
  45. "crate_normal": 0.3,
  46. "crate_elite": 0.5,
  47. "bradley_crate": 5.0,
  48. "heli_crate": 5.0,
  49. "bradley": 10.0,
  50. "helicopter": 15.0,
  51. "barrel": 0.1,
  52. "scientistnpc": 0.5,
  53. "heavyscientist": 2.0,
  54. "sulfur.ore": 0.5,
  55. "metal.ore": 0.5,
  56. "hq.metal.ore": 0.5,
  57. "stones": 0.5,
  58. "cupboard.tool.deployed": 1.0
  59. },
  60. "NPCs Score Table (UserID - score)": {
  61. "7654321": 4.0,
  62. "1234567": 3.0
  63. },
  64. "Count suicide as death": true,
  65. "Count suicide as kill": true,
  66. "Count kills of bots": true,
  67. "Count kills from bots": true,
  68. "Count deaths from teammates": true,
  69. "Use value rounding?": false,
  70. "PlayerDatabase": {
  71. "Enabled": false,
  72. "Table": "Statistics"
  73. },
  74. "Use Awards?": false,
  75. "Enable the ability to see another player's profile?": true,
  76. "Permission to view the other player's profile (ex: statistics.profile)": "",
  77. "Enable the collection of statistics only for players with permission?": false,
  78. "Permission to collect statistics (ex: statistics.collect)": "",
  79. "Awards (top position - award)": {
  80. "1": {
  81. "Amount of items given out": 1,
  82. "Items": [
  83. {
  84. "Type": "Item",
  85. "ID": 1,
  86. "Image": "",
  87. "Title": "",
  88. "Command (%steamid%)": "",
  89. "Plugin": {
  90. "Hook": null,
  91. "Plugin name": null,
  92. "Amount": 0
  93. },
  94. "Display Name (empty - default)": "",
  95. "ShortName": "wood",
  96. "Skin": 0,
  97. "Amount": 20000,
  98. "Chance": 50.0
  99. },
  100. {
  101. "Type": "Item",
  102. "ID": 2,
  103. "Image": "",
  104. "Title": "",
  105. "Command (%steamid%)": "",
  106. "Plugin": {
  107. "Hook": null,
  108. "Plugin name": null,
  109. "Amount": 0
  110. },
  111. "Display Name (empty - default)": "",
  112. "ShortName": "stones",
  113. "Skin": 0,
  114. "Amount": 15000,
  115. "Chance": 50.0
  116. },
  117. {
  118. "Type": "Item",
  119. "ID": 3,
  120. "Image": "",
  121. "Title": "",
  122. "Command (%steamid%)": "",
  123. "Plugin": {
  124. "Hook": null,
  125. "Plugin name": null,
  126. "Amount": 0
  127. },
  128. "Display Name (empty - default)": "",
  129. "ShortName": "leather",
  130. "Skin": 0,
  131. "Amount": 2400,
  132. "Chance": 50.0
  133. }
  134. ]
  135. },
  136. "2": {
  137. "Amount of items given out": 1,
  138. "Items": [
  139. {
  140. "Type": "Item",
  141. "ID": 4,
  142. "Image": "",
  143. "Title": "",
  144. "Command (%steamid%)": "",
  145. "Plugin": {
  146. "Hook": null,
  147. "Plugin name": null,
  148. "Amount": 0
  149. },
  150. "Display Name (empty - default)": "",
  151. "ShortName": "wood",
  152. "Skin": 0,
  153. "Amount": 15000,
  154. "Chance": 50.0
  155. },
  156. {
  157. "Type": "Item",
  158. "ID": 5,
  159. "Image": "",
  160. "Title": "",
  161. "Command (%steamid%)": "",
  162. "Plugin": {
  163. "Hook": null,
  164. "Plugin name": null,
  165. "Amount": 0
  166. },
  167. "Display Name (empty - default)": "",
  168. "ShortName": "stones",
  169. "Skin": 0,
  170. "Amount": 10000,
  171. "Chance": 50.0
  172. },
  173. {
  174. "Type": "Item",
  175. "ID": 6,
  176. "Image": "",
  177. "Title": "",
  178. "Command (%steamid%)": "",
  179. "Plugin": {
  180. "Hook": null,
  181. "Plugin name": null,
  182. "Amount": 0
  183. },
  184. "Display Name (empty - default)": "",
  185. "ShortName": "leather",
  186. "Skin": 0,
  187. "Amount": 2000,
  188. "Chance": 50.0
  189. }
  190. ]
  191. },
  192. "3": {
  193. "Amount of items given out": 1,
  194. "Items": [
  195. {
  196. "Type": "Item",
  197. "ID": 7,
  198. "Image": "",
  199. "Title": "",
  200. "Command (%steamid%)": "",
  201. "Plugin": {
  202. "Hook": null,
  203. "Plugin name": null,
  204. "Amount": 0
  205. },
  206. "Display Name (empty - default)": "",
  207. "ShortName": "wood",
  208. "Skin": 0,
  209. "Amount": 1000,
  210. "Chance": 50.0
  211. },
  212. {
  213. "Type": "Item",
  214. "ID": 8,
  215. "Image": "",
  216. "Title": "",
  217. "Command (%steamid%)": "",
  218. "Plugin": {
  219. "Hook": null,
  220. "Plugin name": null,
  221. "Amount": 0
  222. },
  223. "Display Name (empty - default)": "",
  224. "ShortName": "stones",
  225. "Skin": 0,
  226. "Amount": 5000,
  227. "Chance": 50.0
  228. },
  229. {
  230. "Type": "Item",
  231. "ID": 9,
  232. "Image": "",
  233. "Title": "",
  234. "Command (%steamid%)": "",
  235. "Plugin": {
  236. "Hook": null,
  237. "Plugin name": null,
  238. "Amount": 0
  239. },
  240. "Display Name (empty - default)": "",
  241. "ShortName": "leather",
  242. "Skin": 0,
  243. "Amount": 1500,
  244. "Chance": 50.0
  245. }
  246. ]
  247. }
  248. },
  249. "UI Settings": {
  250. "Colors": {
  251. "Color 1": {
  252. "HEX": "#000000",
  253. "Opacity (0 - 100)": 90.0
  254. },
  255. "Color 2": {
  256. "HEX": "#0E0E10",
  257. "Opacity (0 - 100)": 100.0
  258. },
  259. "Color 3": {
  260. "HEX": "#FFFFFF",
  261. "Opacity (0 - 100)": 100.0
  262. },
  263. "Color 4": {
  264. "HEX": "#818181",
  265. "Opacity (0 - 100)": 100.0
  266. },
  267. "Color 5": {
  268. "HEX": "#161617",
  269. "Opacity (0 - 100)": 100.0
  270. },
  271. "Color 6": {
  272. "HEX": "#4B68FF",
  273. "Opacity (0 - 100)": 33.0
  274. },
  275. "Color 7": {
  276. "HEX": "#4B68FF",
  277. "Opacity (0 - 100)": 100.0
  278. },
  279. "Color 8": {
  280. "HEX": "#4B68FF",
  281. "Opacity (0 - 100)": 53.0
  282. },
  283. "Color 9": {
  284. "HEX": "#4B68FF",
  285. "Opacity (0 - 100)": 23.0
  286. },
  287. "Color 10": {
  288. "HEX": "#BFBFBF",
  289. "Opacity (0 - 100)": 100.0
  290. }
  291. }
  292. }
  293. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement