Sedimentary III v1.1

Sedimentary III

Both teams' objective is to capture all three wools and place it in the monument in spawn.

Teams

  • Red
  • Blue
  • Map

    {
      "map": {
        "name": "Sedimentary III",
        "version": "1.1",
        "description": "Both teams' objective is to capture all three wools and place it in the monument in spawn.",
        "authors": [
          "9ab8f217-3208-47aa-a782-c978ca61bccd",
          "e5c643a8-05ea-4572-89fa-07ec1423caf7"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "0, 17, 0"
            }
          }
        ],
        "time_lock": "noon",
        "world_height": 50
      },
      "games": {
        "capture": {
          "block_captures": [
            {
              "owner": "red",
              "challenger": "blue",
              "region": "red_wool",
              "wool": "red"
            },
            {
              "owner": "red",
              "challenger": "blue",
              "region": "yellow_wool",
              "wool": "yellow"
            },
            {
              "owner": "blue",
              "challenger": "red",
              "region": "dark_aqua_wool",
              "wool": "dark_aqua"
            },
            {
              "owner": "blue",
              "challenger": "red",
              "region": "blue_wool",
              "wool": "blue"
            }
          ]
        }
      },
      "regions": {
        "red_spawn": {
          "events": {
            "build": {
              "allow": false
            },
            "destroy": {
              "blocks": [
                "iron_block"
              ],
              "allow": true
            },
            "enter": {
              "apply": [
                "blue"
              ],
              "message": "region.enter.spawn",
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "516, 14, 0"
                },
                "radius": 18,
                "height": 25
              }
            }
          ]
        },
        "blue_spawn": {
          "events": {
            "build": {
              "allow": false
            },
            "destroy": {
              "blocks": [
                "iron_block"
              ],
              "allow": true
            },
            "enter": {
              "apply": [
                "red"
              ],
              "message": "region.enter.spawn",
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "630, 14, 0"
                },
                "radius": 18,
                "height": 25
              }
            }
          ]
        },
        "global": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "iron_sword"
                },
                {
                  "item": "iron_pickaxe"
                },
                {
                  "item": "iron_axe"
                },
                {
                  "item": "bow"
                },
                {
                  "amount": 64,
                  "item": "arrow"
                },
                {
                  "amount": 64,
                  "damage": 3,
                  "item": "wood"
                },
                {
                  "amount": 64,
                  "item": "glass"
                },
                {
                  "amount": 64,
                  "damage": 3,
                  "item": "wood"
                },
                {
                  "amount": 32,
                  "item": "cooked_beef"
                }
              ],
              "fill": true
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        },
        "center": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "diamond_sword",
                  "nbt": {
                    "display": {
                      "name": "Lethal Edge"
                    }
                  }
                },
                {
                  "item": "bow",
                  "nbt": {
                    "display": {
                      "name": "Aegis"
                    },
                    "enchantments": [
                      {
                        "name": "arrow_damage",
                        "level": 1
                      }
                    ]
                  }
                },
                {
                  "item": "golden_apple"
                }
              ],
              "keep_filled": true,
              "scatter": true,
              "amount": 1
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "573, 22, 25"
                },
                "radius": 5,
                "height": 1
              }
            },
            {
              "cube": {
                "center": {
                  "xyz": "573, 22, -25"
                },
                "radius": 5,
                "height": 1
              }
            },
            {
              "cube": {
                "center": {
                  "xyz": "574, 20, 0"
                },
                "radius": 8,
                "height": 1
              }
            }
          ]
        },
        "blue_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 11
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "apply": [
                "blue"
              ],
              "message": "region.enter.room",
              "allow": false
            },
            "build": {
              "apply": [
                "blue"
              ],
              "allow": false
            },
            "destroy": {
              "apply": [
                "blue"
              ],
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "662, 8, 28"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "dark_cyan_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 3
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "message": "This room is temporarily disabled!",
              "allow": false
            },
            "build": {
              "allow": false
            },
            "destroy": {
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "605, 14, 51"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "cyan_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 9
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "apply": [
                "blue"
              ],
              "message": "region.enter.room",
              "allow": false
            },
            "build": {
              "apply": [
                "blue"
              ],
              "allow": false
            },
            "destroy": {
              "apply": [
                "blue"
              ],
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "644, 17, -28"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "yellow_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 4
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "apply": [
                "red"
              ],
              "message": "region.enter.room",
              "allow": false
            },
            "build": {
              "apply": [
                "red"
              ],
              "allow": false
            },
            "destroy": {
              "apply": [
                "red"
              ],
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "541, 14, -51"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "orange_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 1
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "message": "This room is temporarily disabled!",
              "allow": false
            },
            "build": {
              "allow": false
            },
            "destroy": {
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "502, 14, 28"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "red_wool_room": {
          "events": {
            "chest": {
              "items": [
                {
                  "item": "wool",
                  "damage": 14
                }
              ],
              "keep_filled": true,
              "fill": true
            },
            "enter": {
              "apply": [
                "red"
              ],
              "message": "region.enter.room",
              "allow": false
            },
            "build": {
              "apply": [
                "red"
              ],
              "allow": false
            },
            "destroy": {
              "apply": [
                "red"
              ],
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "484, 8, -28"
                },
                "radius": 5,
                "height": 20
              }
            }
          ]
        },
        "blue_wool": {
          "zones": [
            {
              "point": {
                "xyz": "506, 17, 0"
              }
            }
          ]
        },
        "dark_aqua_wool": {
          "zones": [
            {
              "point": {
                "xyz": "506, 17, 1"
              }
            }
          ]
        },
        "aqua_wool": {
          "zones": [
            {
              "point": {
                "xyz": "506, 17, -1"
              }
            }
          ]
        },
        "red_wool": {
          "zones": [
            {
              "point": {
                "xyz": "640, 17, 0"
              }
            }
          ]
        },
        "orange_wool": {
          "zones": [
            {
              "point": {
                "xyz": "640, 17, -1"
              }
            }
          ]
        },
        "yellow_wool": {
          "zones": [
            {
              "point": {
                "xyz": "640, 17, 1"
              }
            }
          ]
        }
      },
      "kits": {
        "all": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          }
        }
      },
      "teams": {
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "all",
          "size": 30,
          "spawns": [
            {
              "point": {
                "xyz": "512, 16, 0",
                "yaw": -90,
                "pitch": 0
              }
            }
          ]
        },
        "blue": {
          "name": "Blue",
          "color": "blue",
          "kit": "all",
          "size": 30,
          "spawns": [
            {
              "point": {
                "xyz": "634, 16, 0",
                "yaw": 90,
                "pitch": 0
              }
            }
          ]
        }
      }
    }