Advertisement
Guest User

Clans Config

a guest
May 20th, 2021
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 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. "Items for skins": [
  80. "metal.facemask",
  81. "hoodie",
  82. "metal.plate.torso",
  83. "pants",
  84. "roadsign.kilt",
  85. "shoes.boots",
  86. "rifle.ak",
  87. "rifle.bolt"
  88. ],
  89. "Available items for resource standarts": [
  90. "gears",
  91. "metalblade",
  92. "metalpipe",
  93. "propanetank",
  94. "roadsigns",
  95. "rope",
  96. "sewingkit",
  97. "sheetmetal",
  98. "metalspring",
  99. "tarp",
  100. "techparts",
  101. "riflebody",
  102. "semibody",
  103. "smgbody",
  104. "fat.animal",
  105. "cctv.camera",
  106. "charcoal",
  107. "cloth",
  108. "crude.oil",
  109. "diesel_barrel",
  110. "gunpowder",
  111. "hq.metal.ore",
  112. "leather",
  113. "lowgradefuel",
  114. "metal.fragments",
  115. "metal.ore",
  116. "scrap",
  117. "stones",
  118. "sulfur.ore",
  119. "sulfur",
  120. "targeting.computer",
  121. "wood"
  122. ],
  123. "Blocked Words": [
  124. "admin",
  125. "mod",
  126. "owner"
  127. ]
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement