Guest User

Untitled

a guest
Dec 24th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {
  2. "Combat": {
  3. "Block": {
  4. "damageTypes": [
  5. "Bullet",
  6. "Arrow",
  7. "Blunt",
  8. "Stab",
  9. "Slash",
  10. "Explosion",
  11. "Heat",
  12. "ElectricShock"
  13. ],
  14. "duration": 180.0,
  15. "enabled": true,
  16. "notify": true
  17. },
  18. "BlockWhen": {
  19. "giveDamage": {
  20. "enabled": true,
  21. "minCondition": 100.0,
  22. "minDamage": 1.0
  23. },
  24. "npcGiveDamage": true,
  25. "npcTakeDamage": true,
  26. "takeDamage": {
  27. "enabled": true,
  28. "minCondition": 100.0,
  29. "minDamage": 1.0
  30. }
  31. },
  32. "UnblockWhen": {
  33. "death": true,
  34. "respawn": false,
  35. "wakeup": false
  36. }
  37. },
  38. "Notifications": {
  39. "Chat": true,
  40. "GUIAnnouncements": {
  41. "backgroundColor": "Red",
  42. "enabled": true,
  43. "textColor": "White"
  44. },
  45. "UI": true
  46. },
  47. "Raid": {
  48. "Block": {
  49. "damageTypes": [
  50. "Bullet",
  51. "Blunt",
  52. "Stab",
  53. "Slash",
  54. "Explosion",
  55. "Heat"
  56. ],
  57. "deathTypes": [
  58. "Bullet",
  59. "Blunt",
  60. "Stab",
  61. "Slash",
  62. "Explosion",
  63. "Heat"
  64. ],
  65. "distance": 100.0,
  66. "duration": 300.0,
  67. "enabled": true,
  68. "excludePrefabs": [
  69. "ladder.wooden"
  70. ],
  71. "excludeWeapons": [
  72. "torch"
  73. ],
  74. "includePrefabs": [
  75. "door",
  76. "window.bars",
  77. "floor.ladder.hatch",
  78. "floor.frame",
  79. "wall.frame",
  80. "shutter",
  81. "external"
  82. ],
  83. "notify": true
  84. },
  85. "BlockExcept": {
  86. "clan": false,
  87. "friends": false,
  88. "owner": true
  89. },
  90. "BlockWhen": {
  91. "damage": {
  92. "enabled": true,
  93. "minCondition": 100.0
  94. },
  95. "destroy": true,
  96. "unowned": false
  97. },
  98. "BlockWho": {
  99. "clan": false,
  100. "cupboardAuthorized": false,
  101. "everyone": true,
  102. "friends": false,
  103. "owner": false,
  104. "raider": false
  105. },
  106. "Map": {
  107. "duration": 150.0,
  108. "enabled": false,
  109. "icon": "special"
  110. },
  111. "UnblockWhen": {
  112. "death": true,
  113. "respawn": true,
  114. "wakeup": false
  115. },
  116. "Zone": {
  117. "enabled": false,
  118. "enter": true,
  119. "leave": false
  120. }
  121. },
  122. "Settings": {
  123. "Block": {
  124. "Types": [
  125. "remove",
  126. "tp",
  127. "bank",
  128. "trade",
  129. "recycle",
  130. "shop",
  131. "bgrade",
  132. "build",
  133. "repair",
  134. "upgrade",
  135. "vend",
  136. "kit",
  137. "assignbed",
  138. "craft",
  139. "mailbox",
  140. "backpack"
  141. ]
  142. },
  143. "cacheMinutes": 1.0
  144. },
  145. "VERSION": "2.1.31"
  146. }
Advertisement
Add Comment
Please, Sign In to add comment