Advertisement
Guest User

Clans Config

a guest
Sep 28th, 2021
2,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 22.78 KB | None | 0 0
  1. {
  2.   "Default Avatar": "https://i.imgur.com/nn7Lcm2.png",
  3.   "Commands": [
  4.     "clan",
  5.     "clans"
  6.   ],
  7.   "Minimum clan tag characters": 2,
  8.   "Maximum clan tag characters": 6,
  9.   "Maximum clan description characters": 256,
  10.   "Clan tag in player name": true,
  11.   "Automatic team creation": true,
  12.   "Allow players to leave their clan by using Rust's leave team button": true,
  13.   "Allow players to kick members from their clan using Rust's kick member button": true,
  14.   "Allow players to invite other players to their clan via Rust's team invite system": true,
  15.   "Allow players to promote other clan members via Rust's team promote button": true,
  16.   "Friendly Fire Default Value": false,
  17.   "Top refresh rate": 15.0,
  18.   "Default value for the resource standarts": 100000,
  19.   "Steampowered API key": "!!! You can get it HERE > https://steamcommunity.com/dev/apikey < and you need to insert HERE !!!",
  20.   "Chat Settings": {
  21.     "Enable clan tags in chat?": true,
  22.     "Tag format": "<color=#4B68FF>[{tag}]</color>"
  23.   },
  24.   "Permission Settings": {
  25.     "Use permission to create a clan": false,
  26.     "Permission to create a clan": "clans.cancreate",
  27.     "Use permission to join a clan": false,
  28.     "Permission to join a clan": "clans.canjoin",
  29.     "Use permission to kick a clan member": false,
  30.     "Clan kick permission": "clans.cankick",
  31.     "Use permission to leave a clan": false,
  32.     "Clan leave permission": "clans.canleave",
  33.     "Use permission to disband a clan": false,
  34.     "Clan disband permission": "clans.candisband"
  35.   },
  36.   "Alliance Settings": {
  37.     "Enable clan alliances": true,
  38.     "Enable friendly fire (allied clans)": true,
  39.     "Default friendly firy value": false
  40.   },
  41.   "Purge Settings": {
  42.     "Enable clan purging": true,
  43.     "Purge clans that havent been online for x amount of day": 14,
  44.     "List purged clans in console when purging": true,
  45.     "Wipe clans on new map save": false
  46.   },
  47.   "Limit Settings": {
  48.     "Member Limit": 8,
  49.     "Moderator Limit": 2,
  50.     "Alliances Limit": 2
  51.   },
  52.   "Resources": [
  53.     "stones",
  54.     "sulfur.ore",
  55.     "metal.ore",
  56.     "hq.metal.ore",
  57.     "wood"
  58.   ],
  59.   "Score Table (shortname - score)": {
  60.     "kills": 1.0,
  61.     "deaths": -1.0,
  62.     "stone-ore": 0.1,
  63.     "supply_drop": 3.0,
  64.     "crate_normal": 0.3,
  65.     "crate_elite": 0.5,
  66.     "bradley_crate": 5.0,
  67.     "heli_crate": 5.0,
  68.     "bradley": 10.0,
  69.     "helicopter": 15.0,
  70.     "barrel": 0.1,
  71.     "scientistnpc": 0.5,
  72.     "heavyscientist": 2.0,
  73.     "sulfur.ore": 0.5,
  74.     "metal.ore": 0.5,
  75.     "hq.metal.ore": 0.5,
  76.     "stones": 0.5,
  77.     "cupboard.tool.deployed": 1.0
  78.   },
  79.   "Available items for resource standarts": [
  80.     "gears",
  81.     "metalblade",
  82.     "metalpipe",
  83.     "propanetank",
  84.     "roadsigns",
  85.     "rope",
  86.     "sewingkit",
  87.     "sheetmetal",
  88.     "metalspring",
  89.     "tarp",
  90.     "techparts",
  91.     "riflebody",
  92.     "semibody",
  93.     "smgbody",
  94.     "fat.animal",
  95.     "cctv.camera",
  96.     "charcoal",
  97.     "cloth",
  98.     "crude.oil",
  99.     "diesel_barrel",
  100.     "gunpowder",
  101.     "hq.metal.ore",
  102.     "leather",
  103.     "lowgradefuel",
  104.     "metal.fragments",
  105.     "metal.ore",
  106.     "scrap",
  107.     "stones",
  108.     "sulfur.ore",
  109.     "sulfur",
  110.     "targeting.computer",
  111.     "wood"
  112.   ],
  113.   "Blocked Words": [
  114.     "admin",
  115.     "mod",
  116.     "owner"
  117.   ],
  118.   "Pages": [
  119.     {
  120.       "ID (DON'T CHANGE)": 0,
  121.       "Key (DON'T CHANGE)": "aboutclan",
  122.       "Enabled?": true,
  123.       "Permission": ""
  124.     },
  125.     {
  126.       "ID (DON'T CHANGE)": 1,
  127.       "Key (DON'T CHANGE)": "memberslist",
  128.       "Enabled?": true,
  129.       "Permission": ""
  130.     },
  131.     {
  132.       "ID (DON'T CHANGE)": 2,
  133.       "Key (DON'T CHANGE)": "clanstop",
  134.       "Enabled?": true,
  135.       "Permission": ""
  136.     },
  137.     {
  138.       "ID (DON'T CHANGE)": 3,
  139.       "Key (DON'T CHANGE)": "playerstop",
  140.       "Enabled?": true,
  141.       "Permission": ""
  142.     },
  143.     {
  144.       "ID (DON'T CHANGE)": 4,
  145.       "Key (DON'T CHANGE)": "resources",
  146.       "Enabled?": true,
  147.       "Permission": ""
  148.     },
  149.     {
  150.       "ID (DON'T CHANGE)": 6,
  151.       "Key (DON'T CHANGE)": "skins",
  152.       "Enabled?": true,
  153.       "Permission": ""
  154.     },
  155.     {
  156.       "ID (DON'T CHANGE)": 5,
  157.       "Key (DON'T CHANGE)": "playerslist",
  158.       "Enabled?": true,
  159.       "Permission": ""
  160.     },
  161.     {
  162.       "ID (DON'T CHANGE)": 7,
  163.       "Key (DON'T CHANGE)": "alianceslist",
  164.       "Enabled?": true,
  165.       "Permission": ""
  166.     }
  167.   ],
  168.   "Interface": {
  169.     "Color 1": "#0E0E10",
  170.     "Color 2": "#4B68FF",
  171.     "Color 3": "#161617",
  172.     "Color 4": "#324192",
  173.     "Color 5": "#303030",
  174.     "Color 6": "#FF4B4B",
  175.     "Use value abbreviation?": true,
  176.     "Top Clans Columns": [
  177.       {
  178.         "Width": 75.0,
  179.         "Lang Key": "TopTitle",
  180.         "Key": "top",
  181.         "Text Format": "#{0}",
  182.         "Text Align": "MiddleCenter",
  183.         "Title Font Size": 10,
  184.         "Font Size": 12
  185.       },
  186.       {
  187.         "Width": 165.0,
  188.         "Lang Key": "NameTitle",
  189.         "Key": "name",
  190.         "Text Format": "{0}",
  191.         "Text Align": "MiddleCenter",
  192.         "Title Font Size": 12,
  193.         "Font Size": 12
  194.       },
  195.       {
  196.         "Width": 70.0,
  197.         "Lang Key": "LeaderTitle",
  198.         "Key": "leader",
  199.         "Text Format": "{0}",
  200.         "Text Align": "MiddleCenter",
  201.         "Title Font Size": 12,
  202.         "Font Size": 12
  203.       },
  204.       {
  205.         "Width": 90.0,
  206.         "Lang Key": "MembersTitle",
  207.         "Key": "members",
  208.         "Text Format": "{0}",
  209.         "Text Align": "MiddleCenter",
  210.         "Title Font Size": 12,
  211.         "Font Size": 12
  212.       },
  213.       {
  214.         "Width": 80.0,
  215.         "Lang Key": "ScoreTitle",
  216.         "Key": "score",
  217.         "Text Format": "{0}",
  218.         "Text Align": "MiddleCenter",
  219.         "Title Font Size": 12,
  220.         "Font Size": 12
  221.       }
  222.     ],
  223.     "Top Players Columns": [
  224.       {
  225.         "Width": 75.0,
  226.         "Lang Key": "TopTitle",
  227.         "Key": "top",
  228.         "Text Format": "#{0}",
  229.         "Text Align": "MiddleCenter",
  230.         "Title Font Size": 10,
  231.         "Font Size": 12
  232.       },
  233.       {
  234.         "Width": 185.0,
  235.         "Lang Key": "NameTitle",
  236.         "Key": "name",
  237.         "Text Format": "{0}",
  238.         "Text Align": "MiddleCenter",
  239.         "Title Font Size": 12,
  240.         "Font Size": 12
  241.       },
  242.       {
  243.         "Width": 70.0,
  244.         "Lang Key": "KillsTitle",
  245.         "Key": "kills",
  246.         "Text Format": "{0}",
  247.         "Text Align": "MiddleCenter",
  248.         "Title Font Size": 12,
  249.         "Font Size": 12
  250.       },
  251.       {
  252.         "Width": 70.0,
  253.         "Lang Key": "ResourcesTitle",
  254.         "Key": "resources",
  255.         "Text Format": "{0}",
  256.         "Text Align": "MiddleCenter",
  257.         "Title Font Size": 12,
  258.         "Font Size": 12
  259.       },
  260.       {
  261.         "Width": 80.0,
  262.         "Lang Key": "ScoreTitle",
  263.         "Key": "score",
  264.         "Text Format": "{0}",
  265.         "Text Align": "MiddleCenter",
  266.         "Title Font Size": 12,
  267.         "Font Size": 12
  268.       }
  269.     ],
  270.     "Profile Buttons": [
  271.       {
  272.         "Enabled": true,
  273.         "Close Menu?": true,
  274.         "Command": "tpr {target}",
  275.         "Color": {
  276.           "HEX": "#324192",
  277.           "Opacity (0 - 100)": 100.0
  278.         },
  279.         "Title": "TP",
  280.         "Font Size": 10,
  281.         "Font": "robotocondensed-regular.ttf",
  282.         "Align": "MiddleCenter",
  283.         "Text Color": {
  284.           "HEX": "#FFFFFF",
  285.           "Opacity (0 - 100)": 100.0
  286.         },
  287.         "AnchorMin": "0 1",
  288.         "AnchorMax": "0 1",
  289.         "OffsetMin": "270 -55",
  290.         "OffsetMax": "360 -30"
  291.       },
  292.       {
  293.         "Enabled": true,
  294.         "Close Menu?": true,
  295.         "Command": "trade {target}",
  296.         "Color": {
  297.           "HEX": "#324192",
  298.           "Opacity (0 - 100)": 100.0
  299.         },
  300.         "Title": "TRADE",
  301.         "Font Size": 10,
  302.         "Font": "robotocondensed-regular.ttf",
  303.         "Align": "MiddleCenter",
  304.         "Text Color": {
  305.           "HEX": "#FFFFFF",
  306.           "Opacity (0 - 100)": 100.0
  307.         },
  308.         "AnchorMin": "0 1",
  309.         "AnchorMax": "0 1",
  310.         "OffsetMin": "370 -55",
  311.         "OffsetMax": "460 -30"
  312.       }
  313.     ]
  314.   },
  315.   "Skins Settings": {
  316.     "Item Skins": {
  317.       "metal.facemask": [
  318.         0,
  319.         2361481469,
  320.         2390085136,
  321.         2363112910,
  322.         2356007863,
  323.         2527032902,
  324.         2362833229,
  325.         784316334,
  326.         794837198,
  327.         792827436,
  328.         792079554,
  329.         792649975,
  330.         792905158,
  331.         799044333,
  332.         803894027,
  333.         800980236,
  334.         807821375,
  335.         816530945,
  336.         812933296,
  337.         828888629,
  338.         824898622,
  339.         821441043,
  340.         832021670,
  341.         832934294,
  342.         841012325,
  343.         835026584,
  344.         831923884,
  345.         881687672,
  346.         896211631,
  347.         895067146,
  348.         899001394,
  349.         901668040,
  350.         900645045,
  351.         907176719,
  352.         915572534,
  353.         924019464,
  354.         915693648,
  355.         943128194,
  356.         903628875,
  357.         971433920,
  358.         939788004,
  359.         932233099,
  360.         1092671728,
  361.         962694769,
  362.         1084823878,
  363.         1113983678,
  364.         1083628316,
  365.         1130407273,
  366.         1135160079,
  367.         1137533438,
  368.         1172409741,
  369.         1121237616,
  370.         1203888714,
  371.         1270065112,
  372.         1313529548,
  373.         1335769610,
  374.         1349988105,
  375.         1353724450,
  376.         1421829383,
  377.         1522955755,
  378.         1547874663,
  379.         1575391468,
  380.         1587225942,
  381.         1586135331,
  382.         1581351961,
  383.         1680454451,
  384.         1693643930,
  385.         1711049678,
  386.         1753711761,
  387.         1771714129,
  388.         1777973800,
  389.         1787201365,
  390.         1845950558,
  391.         1886184322,
  392.         1886920683,
  393.         1894591519,
  394.         1900843064,
  395.         1805321162,
  396.         1932619423,
  397.         1934943101,
  398.         1969741836,
  399.         1993775723,
  400.         2001712636,
  401.         2005707226,
  402.         2012095496,
  403.         2059935666,
  404.         2092488951,
  405.         2100738972,
  406.         2105454370,
  407.         2131549928,
  408.         2143679757,
  409.         2178447488,
  410.         2193149013,
  411.         2215908400,
  412.         2229280260,
  413.         2226597543,
  414.         2242198470,
  415.         2252919011,
  416.         2296503845,
  417.         2304448562,
  418.         2377199365,
  419.         2397195171,
  420.         2432948498,
  421.         2462341795,
  422.         2475428991,
  423.         2497313980,
  424.         2510419774,
  425.         2551475709,
  426.         1731680660
  427.       ],
  428.       "hoodie": [
  429.         0,
  430.         492800372,
  431.         519147220,
  432.         539943199,
  433.         612956053,
  434.         619935833,
  435.         626133126,
  436.         2351687115,
  437.         2349484905,
  438.         2349487658,
  439.         2339346268,
  440.         2352961242,
  441.         2365510260,
  442.         2532379184,
  443.         2532378234,
  444.         661319427,
  445.         797128321,
  446.         803249256,
  447.         677636990,
  448.         889718910,
  449.         835836079,
  450.         895065994,
  451.         897890977,
  452.         914621940,
  453.         919353761,
  454.         926162531,
  455.         939604165,
  456.         904963081,
  457.         941172099,
  458.         954392337,
  459.         954947279,
  460.         961066582,
  461.         971807764,
  462.         959900137,
  463.         975500312,
  464.         959641236,
  465.         1100931254,
  466.         1106582025,
  467.         1111669350,
  468.         1150818496,
  469.         1150760640,
  470.         1170989053,
  471.         1209453497,
  472.         1234693807,
  473.         1274163900,
  474.         1282111884,
  475.         1296608954,
  476.         1305321596,
  477.         1317554978,
  478.         1328751626,
  479.         1356748246,
  480.         1368417352,
  481.         1356328924,
  482.         1373714814,
  483.         1371314541,
  484.         1408832378,
  485.         1432964453,
  486.         1448343881,
  487.         1385322661,
  488.         1552703337,
  489.         1564974974,
  490.         1581817010,
  491.         1587744366,
  492.         1623185000,
  493.         1292091712,
  494.         1638742127,
  495.         1660290744,
  496.         1700935391,
  497.         1703216433,
  498.         1740503746,
  499.         1740562395,
  500.         1766644324,
  501.         1768733505,
  502.         1787216403,
  503.         1810592176,
  504.         1784482745,
  505.         1196751864,
  506.         1858310941,
  507.         1883624383,
  508.         1894585931,
  509.         1911980598,
  510.         1927124747,
  511.         1936131747,
  512.         1950853975,
  513.         1968538819,
  514.         1993891915,
  515.         2000507925,
  516.         1997532879,
  517.         2022463110,
  518.         2067569919,
  519.         2076428294,
  520.         2080975449,
  521.         2099705103,
  522.         2131784896,
  523.         2138199381,
  524.         2147365537,
  525.         2176988889,
  526.         2182271278,
  527.         2192919905,
  528.         2200988844,
  529.         2215209664,
  530.         1961464025,
  531.         2124528682,
  532.         2207288699,
  533.         2256109331,
  534.         2282178792,
  535.         2289427434,
  536.         2293185782,
  537.         2295666190,
  538.         2329780962,
  539.         2366661340,
  540.         2373481556,
  541.         2387700898,
  542.         2413092008,
  543.         2416648557,
  544.         2428818427,
  545.         2462377903,
  546.         2476343229,
  547.         2476889442,
  548.         2503910428,
  549.         2563940111
  550.       ],
  551.       "metal.plate.torso": [
  552.         0,
  553.         2352188221,
  554.         2360969707,
  555.         2541702877,
  556.         794169855,
  557.         799657859,
  558.         796728308,
  559.         797410767,
  560.         817022417,
  561.         823132085,
  562.         828888000,
  563.         832233112,
  564.         842577956,
  565.         798736321,
  566.         819160334,
  567.         895066686,
  568.         900807753,
  569.         924019814,
  570.         934627208,
  571.         944835223,
  572.         970700662,
  573.         1113984430,
  574.         1094522474,
  575.         1135168998,
  576.         1270065959,
  577.         1335770974,
  578.         1349989767,
  579.         1353723648,
  580.         1421841596,
  581.         1522963149,
  582.         1575392727,
  583.         1587225313,
  584.         1586132318,
  585.         1581353262,
  586.         1578628782,
  587.         1680452167,
  588.         1693641239,
  589.         1711048020,
  590.         1753699785,
  591.         1771804406,
  592.         1777967326,
  593.         1787198707,
  594.         1845931269,
  595.         1886179838,
  596.         1886922099,
  597.         1900842357,
  598.         1805322456,
  599.         1932615190,
  600.         1934946028,
  601.         1969743263,
  602.         1993774875,
  603.         2001706617,
  604.         2005709642,
  605.         2013723517,
  606.         2059931054,
  607.         2092488087,
  608.         2100740608,
  609.         2105505757,
  610.         2131557341,
  611.         2144720791,
  612.         2178449205,
  613.         2193157606,
  614.         2215911873,
  615.         2229279338,
  616.         2226598382,
  617.         2242200040,
  618.         2252998412,
  619.         2296501936,
  620.         2304445825,
  621.         2377223360,
  622.         2397196563,
  623.         2432947351,
  624.         2462350544,
  625.         2475407123,
  626.         2497312780,
  627.         2510424165,
  628.         2551474093,
  629.         1732003216
  630.       ],
  631.       "pants": [
  632.         0,
  633.         494003754,
  634.         490773561,
  635.         504687841,
  636.         2339348970,
  637.         2352962213,
  638.         2408536195,
  639.         798690647,
  640.         823154911,
  641.         889714798,
  642.         888360095,
  643.         909888619,
  644.         930559188,
  645.         939586076,
  646.         955615160,
  647.         961084105,
  648.         969289969,
  649.         975498827,
  650.         960252273,
  651.         1100930207,
  652.         1106596145,
  653.         1111673876,
  654.         1125254090,
  655.         1150816693,
  656.         1150763210,
  657.         1170988006,
  658.         1229552157,
  659.         1234956405,
  660.         1274163146,
  661.         1287193745,
  662.         1296612316,
  663.         1305364315,
  664.         1317553480,
  665.         1328753424,
  666.         1356749671,
  667.         1368418893,
  668.         1356324187,
  669.         1371313777,
  670.         1406835139,
  671.         1432965178,
  672.         1441311938,
  673.         1448346336,
  674.         1385326314,
  675.         1552705077,
  676.         1581822078,
  677.         1587846022,
  678.         1623181884,
  679.         1292094174,
  680.         1638743634,
  681.         1660293384,
  682.         1700938224,
  683.         1703218418,
  684.         1740505052,
  685.         1740563572,
  686.         1766646393,
  687.         1768737448,
  688.         1787243248,
  689.         1810590744,
  690.         1784474755,
  691.         1196747617,
  692.         1858308973,
  693.         1883629284,
  694.         1894589800,
  695.         1911973450,
  696.         1927127023,
  697.         1936132863,
  698.         1950854989,
  699.         1968533197,
  700.         1993902344,
  701.         1987863036,
  702.         1997534121,
  703.         2022464363,
  704.         2067568367,
  705.         2076980911,
  706.         2080977144,
  707.         2099701364,
  708.         2131787171,
  709.         2138201022,
  710.         2147367433,
  711.         2176989787,
  712.         2192914821,
  713.         2200988235,
  714.         2215211982,
  715.         1961465777,
  716.         2124531088,
  717.         2207291626,
  718.         2256110716,
  719.         2282181821,
  720.         2289433771,
  721.         2293180981,
  722.         2295664263,
  723.         2329782748,
  724.         2366658636,
  725.         2373483517,
  726.         2387704141,
  727.         2413094171,
  728.         2416647256,
  729.         2429020487,
  730.         2462383364,
  731.         2476360448,
  732.         2476892801,
  733.         2503903214,
  734.         2563935722
  735.       ],
  736.       "roadsign.kilt": [
  737.         0,
  738.         784577443,
  739.         794291485,
  740.         801837047,
  741.         818612271,
  742.         828173323,
  743.         865679836,
  744.         879861153,
  745.         892414125,
  746.         934742835,
  747.         944586866,
  748.         953123363,
  749.         934937654,
  750.         947949717,
  751.         950176525,
  752.         953112839,
  753.         1084396407,
  754.         1102986622,
  755.         1103687152,
  756.         1121447954,
  757.         1130405286,
  758.         1130610212,
  759.         1106569231,
  760.         1159599284,
  761.         1154469089,
  762.         1151205503,
  763.         1202976443,
  764.         974345761,
  765.         1251419748,
  766.         1248433379,
  767.         1269612137,
  768.         1342123902,
  769.         1332333384,
  770.         1349158079,
  771.         1353722661,
  772.         1349943069,
  773.         1380028657,
  774.         1400837602,
  775.         1388416860,
  776.         1441848470,
  777.         1442167045,
  778.         1442346890,
  779.         1438090382,
  780.         1539652650,
  781.         1539570583,
  782.         1558579257,
  783.         1737733590,
  784.         1759482713,
  785.         1797483140,
  786.         1779983158,
  787.         1740068457,
  788.         1723851847,
  789.         1865210905,
  790.         1894376712,
  791.         1906531526,
  792.         1915398061,
  793.         1944165903,
  794.         1974809731,
  795.         1986050287,
  796.         2120628865,
  797.         2147209635,
  798.         2142383374,
  799.         2199787450,
  800.         2076261294,
  801.         2296714510,
  802.         2320203004,
  803.         2350090284,
  804.         2411684424,
  805.         2415101453,
  806.         2462648733,
  807.         2469019097,
  808.         2491402270,
  809.         2496523983,
  810.         2537677227,
  811.         2543087270,
  812.         2570237224
  813.       ],
  814.       "shoes.boots": [
  815.         0,
  816.         493534620,
  817.         493064563,
  818.         507940691,
  819.         513629119,
  820.         613481881,
  821.         784559403,
  822.         809586899,
  823.         838205144,
  824.         869090082,
  825.         882570089,
  826.         899942107,
  827.         919261524,
  828.         826587881,
  829.         944997041,
  830.         961096730,
  831.         920390242,
  832.         1084392788,
  833.         962503020,
  834.         1100926907,
  835.         1106548545,
  836.         1111680681,
  837.         1406796292,
  838.         1432967312,
  839.         1441308562,
  840.         1395755190,
  841.         1839313604,
  842.         1864539854,
  843.         1915955573,
  844.         1915397286,
  845.         1196740980,
  846.         1960694026,
  847.         1995685684,
  848.         2009426933,
  849.         2075527039,
  850.         2090776132,
  851.         2199934989,
  852.         2304198263,
  853.         2410871443,
  854.         2510093391,
  855.         2496064553,
  856.         2537679237,
  857.         2581371666,
  858.         2575506021
  859.       ],
  860.       "rifle.ak": [
  861.         0,
  862.         615766181,
  863.         618543834,
  864.         566540646,
  865.         2352506845,
  866.         2375327201,
  867.         2391107262,
  868.         2437435853,
  869.         2546031510,
  870.         2532586221,
  871.         2544999440,
  872.         2412486082,
  873.         2585539626,
  874.         809190373,
  875.         654502185,
  876.         840477492,
  877.         849047662,
  878.         859845460,
  879.         875130056,
  880.         885146172,
  881.         887494035,
  882.         895307805,
  883.         889710179,
  884.         908297014,
  885.         920472848,
  886.         911726740,
  887.         924020531,
  888.         928950425,
  889.         903882218,
  890.         940035827,
  891.         937864743,
  892.         925720043,
  893.         939180121,
  894.         934891737,
  895.         1076214414,
  896.         1092674304,
  897.         1088459232,
  898.         1102750231,
  899.         1124932043,
  900.         1112904406,
  901.         1129886223,
  902.         1137915903,
  903.         1118706219,
  904.         1140366289,
  905.         1161844853,
  906.         1167207039,
  907.         1175238674,
  908.         1159593268,
  909.         1174389582,
  910.         1120500163,
  911.         1196676446,
  912.         1213092632,
  913.         1230963555,
  914.         1245563496,
  915.         1259716979,
  916.         1265322092,
  917.         1277707212,
  918.         1202410378,
  919.         1272989639,
  920.         1288866247,
  921.         1306351416,
  922.         1324932956,
  923.         1309470544,
  924.         1338305091,
  925.         1349512142,
  926.         1349324364,
  927.         1359893925,
  928.         1372945520,
  929.         1385673487,
  930.         1372566409,
  931.         1396630285,
  932.         809212871,
  933.         1364985829,
  934.         1352844155,
  935.         1428980348,
  936.         1434027951,
  937.         1448221547,
  938.         1457951707,
  939.         1467269924,
  940.         1402320927,
  941.         1362212220,
  942.         1435827815,
  943.         1476966011,
  944.         1522034435,
  945.         1539318940,
  946.         1539409946,
  947.         1539007965,
  948.         1549426268,
  949.         1575397458,
  950.         1583542371,
  951.         1588206436,
  952.         1599157678,
  953.         1659781652,
  954.         1679665505,
  955.         1685375084,
  956.         1746886322,
  957.         1750654242,
  958.         1760078043,
  959.         1804885723,
  960.         1252554814,
  961.         1826520371,
  962.         1850236015,
  963.         1870705926,
  964.         1882821847,
  965.         1886272847,
  966.         1907342157,
  967.         1915393587,
  968.         1929819581,
  969.         1983066869,
  970.         1993279809,
  971.         2006878490,
  972.         2012334520,
  973.         2017002938,
  974.         2059352465,
  975.         2075372682,
  976.         2085083014,
  977.         2101560738,
  978.         2108685486,
  979.         2109182691,
  980.         2128372674,
  981.         2179386526,
  982.         2041629387,
  983.         2172715245,
  984.         2242791041,
  985.         2249370680,
  986.         2248879512,
  987.         2245084157,
  988.         2268418002,
  989.         2240088463,
  990.         2304993742,
  991.         2319710097,
  992.         2323019876,
  993.         2358898935,
  994.         2388299872,
  995.         2402597354,
  996.         2411156317,
  997.         2426264628,
  998.         2440147760,
  999.         2433058633,
  1000.         2462290529,
  1001.         2468934608,
  1002.         2489783136,
  1003.         2510062939,
  1004.         2518385133,
  1005.         2536316473,
  1006.         2546271708,
  1007.         2557819273,
  1008.         2566739934,
  1009.         2576448799,
  1010.         2582891462,
  1011.         2373070608
  1012.       ],
  1013.       "rifle.bolt": [
  1014.         0,
  1015.         526539536,
  1016.         518199212,
  1017.         516383225,
  1018.         2361194244,
  1019.         2585146864,
  1020.         819149392,
  1021.         818403150,
  1022.         840105253,
  1023.         875259050,
  1024.         897023403,
  1025.         943036098,
  1026.         947954942,
  1027.         933509449,
  1028.         972020573,
  1029.         1119629516,
  1030.         1161165984,
  1031.         1517933342,
  1032.         1535660827,
  1033.         1587273896,
  1034.         1592946955,
  1035.         1795984246,
  1036.         1581664321,
  1037.         1852284996,
  1038.         2024514125,
  1039.         2363806432,
  1040.         2412215351,
  1041.         2510556864,
  1042.         2516829420
  1043.       ]
  1044.     },
  1045.     "Can players install custom skins?": true,
  1046.     "Permission to install custom skin": ""
  1047.   }
  1048. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement