Advertisement
Crushed

Untitled

May 11th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. {
  2. "Clan Options": {
  3. "Member limit": 8,
  4. "Moderator limit": 2,
  5. "Allow friendly fire toggle (clan members)": true,
  6. "Enable friendly fire by default (clan members)": false,
  7. "Only allow clan owner and council to toggle friendly fire (clan members)": false,
  8. "Alliance Options": {
  9. "Enable clan alliances": true,
  10. "Alliance limit": 2,
  11. "Allow friendly fire toggle (allied clans)": true,
  12. "Enable friendly fire by default (allied clans)": false,
  13. "Only allow clan owner and council to toggle friendly fire (allied clans)": false
  14. },
  15. "Invite Options": {
  16. "Maximum allowed member invites at any given time": 8,
  17. "Member invite expiry time (seconds)": 86400,
  18. "Maximum allowed alliance invites at any given time": 2,
  19. "Alliance invite expiry time (seconds)": 86400
  20. },
  21. "Rust Team Options": {
  22. "Automatically create and manage Rust team's for each clan": true,
  23. "Allow players to leave their clan by using Rust's leave team button": true,
  24. "Allow players to kick members from their clan using Rust's kick member button": true,
  25. "Allow players to invite other players to their clan via Rust's team invite system": true,
  26. "Allow players to promote other clan members via Rust's team promote button": true
  27. }
  28. },
  29. "Command Options": {
  30. "Ally chat command": "a",
  31. "Clan chat command": "c",
  32. "Clan command": "clan",
  33. "Clan info command": "cinfo",
  34. "Ally friendly fire command": "aff",
  35. "Friendly fire command": "cff",
  36. "Clan ally command": "clanally",
  37. "Clan help command": "clanhelp",
  38. "Required auth-levels to use admin console command": {
  39. "Create clan": 2,
  40. "Rename clan": 1,
  41. "Disband clan": 2,
  42. "Invite member to clan": 1,
  43. "Kick member from clan": 2,
  44. "Promote/Demote member in clan": 1
  45. },
  46. "Clan info options": {
  47. "Show online/offline players": true,
  48. "Show clan alliances": true,
  49. "Show last online time": true,
  50. "Show member count": false,
  51. "Show alliance count": false
  52. }
  53. },
  54. "Role Colors": {
  55. "Clan owner color (hex)": "#a1ff46",
  56. "Clan council color (hex)": "#b573ff",
  57. "Clan moderator color (hex)": "#74c6ff",
  58. "Clan member color (hex)": "#fcf5cb",
  59. "General text color (hex)": "#e0e0e0"
  60. },
  61. "Clan Tag Options": {
  62. "Enable clan tags (Display Name)": true,
  63. "Enable clan tags (BetterChat)": false,
  64. "Tag opening character": "[",
  65. "Tag closing character": "]",
  66. "Tag color (hex) (BetterChat)": "#aaff55",
  67. "Allow clan leaders to set custom tag colors (BetterChat only)": false,
  68. "Custom tag color minimum value (hex)": "000000",
  69. "Custom tag color maximum value (hex)": "FFFFFF",
  70. "Blacklisted tag colors (hex without the # at the start)": [],
  71. "Tag size (BetterChat)": 15,
  72. "Tag character limits": {
  73. "Minimum": 2,
  74. "Maximum": 5
  75. },
  76. "Special characters allowed in tags": "!²³",
  77. "Words/characters not allowed in tags": [
  78. "admin",
  79. "mod",
  80. "owner"
  81. ]
  82. },
  83. "Permission Options": {
  84. "Minimum auth level required to view clan info (0 = player, 1 = moderator, 2 = owner)": 0,
  85. "Use permission groups": false,
  86. "Permission group prefix": "clan_",
  87. "Use permission to create a clan": false,
  88. "Clan creation permission": "clans.cancreate",
  89. "Use permission to join a clan": false,
  90. "Clan join permission": "clans.canjoin",
  91. "Use permission to leave a clan": false,
  92. "Clan leave permission": "clans.canleave",
  93. "Use permission to disband a clan": false,
  94. "Clan disband permission": "clans.candisband",
  95. "Use permission to kick a clan member": false,
  96. "Clan kick permission": "clans.cankick"
  97. },
  98. "Purge Options": {
  99. "Enable clan purging": true,
  100. "Purge clans that havent been online for x amount of day": 14,
  101. "List purged clans in console when purging": true,
  102. "Wipe clans on new map save": false
  103. },
  104. "Settings": {
  105. "Block clan/ally chat when muted": false,
  106. "Log clan and member changes": false,
  107. "Use ProtoBuf data storage": false
  108. },
  109. "Version": {
  110. "Major": 3,
  111. "Minor": 0,
  112. "Patch": 27
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement