Sandstorm DTM v1.4
 
        Each team is to destroy the enemy monument, situated in the enemy base.
Author
Teams
Map
{
  "map": {
    "name": "Sandstorm DTM",
    "version": "1.4",
    "description": "Each team is to destroy the enemy monument, situated in the enemy base.",
    "authors": [
      "998ea614-69f3-4f6c-a3ba-823451f46398"
    ]
  },
  "world": {
    "spawn": [
      {
        "point": {
          "xyz": "292, 78, 691"
        }
      }
    ],
    "time_lock": "noon",
    "world_height": 45
  },
  "games": {
    "destroy": {
      "targets": [
        {
          "owner": "yellow",
          "challenger": "red",
          "name": "Left Monument",
          "region": "red-left-monument"
        },
        {
          "owner": "yellow",
          "challenger": "red",
          "name": "Right Monument",
          "region": "red-right-monument"
        },
        {
          "owner": "red",
          "challenger": "yellow",
          "name": "Left Monument",
          "region": "yellow-left-monument"
        },
        {
          "owner": "red",
          "challenger": "yellow",
          "name": "Right Monument",
          "region": "yellow-right-monument"
        }
      ]
    }
  },
  "regions": {
    "global": {
      "events": {
        "item_drops": {
          "items": [
            "obsidian"
          ],
          "allow": false
        }
      },
      "zones": [
        {
          "global": {}
        }
      ]
    },
    "protections": {
      "events": {
        "build": {
          "message": "region.build.spawn",
          "allow": false
        },
        "destroy": {
          "message": "region.destroy.spawn",
          "allow": false
        }
      },
      "zones": [
        {
          "cube": {
            "center": {
              "xyz": "436, 5, 655"
            },
            "radius": 8,
            "height": 15
          }
        },
        {
          "cube": {
            "center": {
              "xyz": "435, 5, 811"
            },
            "radius": 8,
            "height": 15
          }
        }
      ]
    },
    "red-left-monument": {
      "events": {
        "build": {
          "allow": false
        }
      },
      "zones": [
        {
          "point": {
            "xyz": "471, 19, 830"
          }
        },
        {
          "point": {
            "xyz": "471, 18, 830"
          }
        }
      ]
    },
    "red-right-monument": {
      "events": {
        "build": {
          "allow": false
        }
      },
      "zones": [
        {
          "point": {
            "xyz": "404, 19, 830"
          }
        },
        {
          "point": {
            "xyz": "404, 18, 830"
          }
        }
      ]
    },
    "yellow-left-monument": {
      "events": {
        "build": {
          "allow": false
        }
      },
      "zones": [
        {
          "point": {
            "xyz": "400, 19, 636"
          }
        },
        {
          "point": {
            "xyz": "400, 18, 636"
          }
        }
      ]
    },
    "yellow-right-monument": {
      "events": {
        "build": {
          "allow": false
        }
      },
      "zones": [
        {
          "point": {
            "xyz": "467, 19, 636"
          }
        },
        {
          "point": {
            "xyz": "467, 18, 636"
          }
        }
      ]
    }
  },
  "kits": {
    "spawn": {
      "armor": {
        "helmet": {
          "item": "leather_helmet"
        },
        "chestplate": {
          "item": "diamond_chestplate"
        },
        "leggings": {
          "item": "leather_leggings"
        },
        "boots": {
          "item": "leather_boots"
        }
      },
      "items": [
        {
          "slot": 0,
          "item": "diamond_sword"
        },
        {
          "slot": 1,
          "item": "bow"
        },
        {
          "slot": 2,
          "item": "iron_pickaxe",
          "nbt": {
            "enchantments": [
              {
                "name": "dig_speed",
                "level": 2
              }
            ]
          }
        },
        {
          "slot": 3,
          "item": "golden_apple",
          "amount": 3
        },
        {
          "slot": 4,
          "item": "log",
          "amount": 32
        },
        {
          "slot": 5,
          "item": "sandstone",
          "amount": 64
        },
        {
          "slot": 6,
          "item": "pumpkin_pie",
          "amount": 16
        },
        {
          "slot": 7,
          "item": "iron_axe"
        },
        {
          "slot": 28,
          "item": "arrow",
          "amount": 32
        }
      ]
    }
  },
  "teams": {
    "red": {
      "name": "Red",
      "color": "red",
      "kit": "spawn",
      "size": 25,
      "spawns": [
        {
          "point": {
            "xyz": "436, 11, 655"
          }
        }
      ]
    },
    "yellow": {
      "name": "Yellow",
      "color": "yellow",
      "kit": "spawn",
      "size": 25,
      "spawns": [
        {
          "point": {
            "xyz": "435, 11, 811",
            "yaw": 180,
            "pitch": 0
          }
        }
      ]
    }
  }
}