Advertisement
Guest User

Untitled

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