Dune v1.3

Dune

Each team is to destroy the enemy monument, situated in the enemy base.

Authors

Teams

  • Red
  • Blue
  • Map

    {
      "map": {
        "name": "Dune",
        "version": "1.3",
        "description": "Each team is to destroy the enemy monument, situated in the enemy base.",
        "authors": [
          "eda5454f-0b80-45b5-8a1e-27805b07a4e8",
          "96c730dc-9b44-496e-ae14-bdebefc86f8d"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "-556, 72, -388"
            }
          }
        ],
        "time_lock": 0,
        "world_height": 58
      },
      "games": {
        "destroy": {
          "targets": [
            {
              "owner": "red",
              "challenger": "blue",
              "name": "Monument",
              "region": "red-monument"
            },
            {
              "owner": "blue",
              "challenger": "red",
              "name": "Monument",
              "region": "blue-monument"
            }
          ]
        }
      },
      "regions": {
        "global": {
          "events": {
            "item_drops": {
              "items": [
                "obsidian"
              ],
              "allow": false
            },
            "tnt": {
              "throw_blocks": true
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        },
        "red-monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "-521, 37, -342"
              }
            },
            {
              "point": {
                "xyz": "-521, 38, -342"
              }
            }
          ]
        },
        "blue-monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "-591, 37, -342"
              }
            },
            {
              "point": {
                "xyz": "-591, 38, -342"
              }
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "diamond_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "diamond_axe",
              "nbt": {
                "enchantments": [
                  {
                    "name": "damage_all",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 1,
              "item": "iron_pickaxe"
            },
            {
              "slot": 2,
              "item": "bow"
            },
            {
              "slot": 4,
              "item": "glass",
              "amount": 20
            },
            {
              "slot": 5,
              "item": "wood",
              "amount": 20
            },
            {
              "slot": 6,
              "item": "shears"
            },
            {
              "slot": 8,
              "item": "pumpkin_pie",
              "amount": 16
            },
            {
              "slot": 29,
              "item": "arrow",
              "amount": 16
            }
          ]
        }
      },
      "teams": {
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "spawn",
          "size": 25,
          "spawns": [
            {
              "point": {
                "xyz": "-459, 31, -342",
                "yaw": 90,
                "pitch": 0
              }
            }
          ]
        },
        "blue": {
          "name": "Blue",
          "color": "blue",
          "kit": "spawn",
          "size": 25,
          "spawns": [
            {
              "point": {
                "xyz": "-653, 31, -342",
                "yaw": -90,
                "pitch": 0
              }
            }
          ]
        }
      }
    }