The Division III v1.2

The Division III

Get the most points in 10 mins.

Teams

  • Ice
  • Snow
  • Map

    1. {
    2. "map": {
    3. "name": "The Division III",
    4. "version": "1.2",
    5. "description": "Get the most points in 10 mins.",
    6. "authors": [
    7. "998ea614-69f3-4f6c-a3ba-823451f46398"
    8. ]
    9. },
    10. "world": {
    11. "spawn": [
    12. {
    13. "point": {
    14. "xyz": "470, 83, 697"
    15. }
    16. },
    17. {
    18. "point": {
    19. "xyz": "497, 83, 697"
    20. }
    21. }
    22. ],
    23. "time_lock": "noon"
    24. },
    25. "games": {
    26. "deathmatch": {
    27. "time_limit": "10m"
    28. }
    29. },
    30. "regions": {
    31. "global": {
    32. "events": {
    33. "destroy": {
    34. "allow": false
    35. }
    36. },
    37. "zones": [
    38. {
    39. "global": {}
    40. }
    41. ]
    42. }
    43. },
    44. "kits": {
    45. "spawn": {
    46. "armor": {
    47. "helmet": {
    48. "item": "leather_helmet"
    49. },
    50. "chestplate": {
    51. "item": "iron_chestplate"
    52. },
    53. "leggings": {
    54. "item": "iron_leggings"
    55. },
    56. "boots": {
    57. "item": "leather_boots"
    58. }
    59. },
    60. "items": [
    61. {
    62. "slot": 0,
    63. "item": "stone_sword",
    64. "nbt": {
    65. "enchantments": [
    66. {
    67. "name": "damage_all",
    68. "level": 2
    69. }
    70. ]
    71. }
    72. },
    73. {
    74. "slot": 1,
    75. "item": "bow",
    76. "nbt": {
    77. "enchantments": [
    78. {
    79. "name": "arrow_damage",
    80. "level": 2
    81. },
    82. {
    83. "name": "arrow_infinite",
    84. "level": 1
    85. }
    86. ]
    87. }
    88. },
    89. {
    90. "slot": 2,
    91. "amount": 32,
    92. "item": "cooked_beef"
    93. },
    94. {
    95. "slot": 28,
    96. "amount": 1,
    97. "item": "arrow"
    98. }
    99. ],
    100. "effects": [
    101. {
    102. "name": "speed",
    103. "duration": "35s",
    104. "ambient": true
    105. }
    106. ]
    107. }
    108. },
    109. "teams": {
    110. "ice": {
    111. "name": "Ice",
    112. "color": "aqua",
    113. "kit": "spawn",
    114. "size": 40,
    115. "spawns": [
    116. {
    117. "cube": {
    118. "center": {
    119. "xyz": "645, 22, 701"
    120. },
    121. "radius": 15,
    122. "height": 1,
    123. "yaw": 90,
    124. "pitch": 0
    125. }
    126. }
    127. ]
    128. },
    129. "snow": {
    130. "name": "Snow",
    131. "color": "white",
    132. "kit": "spawn",
    133. "size": 40,
    134. "spawns": [
    135. {
    136. "cube": {
    137. "center": {
    138. "xyz": "322, 22, 701"
    139. },
    140. "radius": 15,
    141. "height": 1,
    142. "yaw": -90,
    143. "pitch": 0
    144. }
    145. }
    146. ]
    147. }
    148. }
    149. }