Arcania v1.1

Arcania

Each team is to destroy the enemy monument, situated on the sides of the enemy base.

Author

Teams

  • Red
  • Yellow
  • Map

    {
      "map": {
        "name": "Arcania",
        "version": "1.1",
        "description": "Each team is to destroy the enemy monument, situated on the sides of the enemy base.",
        "authors": [
          "c9c2b7fe-e2c1-4266-9556-aafccc0d1f13"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "33, 53, 100"
            }
          }
        ],
        "time_lock": "noon",
        "world_height": 80
      },
      "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",
                "wood",
                "glass",
                "cobblestone",
                "stone",
                "step",
                "pumpkin_pie"
              ],
              "allow": false
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        },
        "yellow_spawn": {
          "events": {
            "entity_damage": {
              "damage_causes": [
                "entity_attack"
              ],
              "allow": false
            },
            "enter": {
              "apply": [
                "red"
              ],
              "message": "region.enter.spawn",
              "allow": false
            },
            "build": {
              "message": "region.build.spawn",
              "allow": false
            },
            "destroy": {
              "message": "region.destroy.spawn",
              "allow": false
            }
          },
          "zones": [
            {
              "cylinder": {
                "center": {
                  "xyz": "78, 48, 100"
                },
                "radius": 5,
                "height": 13
              }
            }
          ]
        },
        "red_spawn": {
          "events": {
            "entity_damage": {
              "damage_causes": [
                "entity_attack"
              ],
              "allow": false
            },
            "enter": {
              "apply": [
                "yellow"
              ],
              "message": "region.enter.spawn",
              "allow": false
            },
            "build": {
              "message": "region.build.spawn",
              "allow": false
            },
            "destroy": {
              "message": "region.destroy.spawn",
              "allow": false
            }
          },
          "zones": [
            {
              "cylinder": {
                "center": {
                  "xyz": "-12, 48, 100"
                },
                "radius": 5,
                "height": 13
              }
            }
          ]
        },
        "yellow_left_monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "-27, 54, 84"
              }
            },
            {
              "point": {
                "xyz": "-27, 55, 84"
              }
            }
          ]
        },
        "yellow_right_monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "-27, 54, 116"
              }
            },
            {
              "point": {
                "xyz": "-27, 55, 116"
              }
            }
          ]
        },
        "red_left_monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "94, 54, 116"
              }
            },
            {
              "point": {
                "xyz": "94, 55, 116"
              }
            }
          ]
        },
        "red_right_monument": {
          "events": {
            "build": {
              "allow": false
            }
          },
          "zones": [
            {
              "point": {
                "xyz": "94, 54, 84"
              }
            },
            {
              "point": {
                "xyz": "94, 55, 84"
              }
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "stone_axe",
              "nbt": {
                "enchantments": [
                  {
                    "name": "damage_all",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 1,
              "item": "diamond_pickaxe"
            },
            {
              "slot": 2,
              "item": "bow",
              "nbt": {
                "enchantments": [
                  {
                    "name": "arrow_infinite",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 4,
              "item": "glass",
              "amount": 64
            },
            {
              "slot": 5,
              "item": "wood",
              "amount": 64
            },
            {
              "slot": 6,
              "item": "cobblestone",
              "amount": 64
            },
            {
              "slot": 7,
              "item": "pumpkin_pie",
              "amount": 20
            },
            {
              "slot": 29,
              "item": "arrow",
              "amount": 1
            }
          ]
        }
      },
      "teams": {
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "spawn",
          "size": 25,
          "spawns": [
            {
              "point": {
                "xyz": "-11, 52, 100",
                "yaw": -90,
                "pitch": 0
              }
            }
          ]
        },
        "yellow": {
          "name": "Yellow",
          "color": "yellow",
          "kit": "spawn",
          "size": 25,
          "spawns": [
            {
              "point": {
                "xyz": "78, 52, 100",
                "yaw": 90,
                "pitch": 0
              }
            }
          ]
        }
      }
    }