Two Nations v1.4
Each team is to destroy the enemy monument, situated in the enemy base.
Author
Teams
Map
{
"map": {
"name": "Two Nations",
"version": "1.4",
"description": "Each team is to destroy the enemy monument, situated in the enemy base.",
"authors": [
"4cd401bf-aa0e-4fbf-9de1-63826b39d7f8"
]
},
"world": {
"spawn": [
{
"point": {
"xyz": "1263, 101, 2241"
}
}
],
"time_lock": "noon",
"world_height": 100
},
"games": {
"destroy": {
"targets": [
{
"owner": "orange",
"challenger": "purple",
"name": "Monument",
"region": "orange-monument"
},
{
"owner": "purple",
"challenger": "orange",
"name": "Monument",
"region": "purple-monument"
}
]
}
},
"regions": {
"global": {
"events": {
"item_drops": {
"items": [
"obsidian"
],
"allow": false
}
},
"zones": [
{
"global": {}
}
]
},
"orange-monument": {
"events": {
"build": {
"allow": false
}
},
"zones": [
{
"point": {
"xyz": "1202, 80, 2216"
}
},
{
"point": {
"xyz": "1202, 81, 2216"
}
},
{
"point": {
"xyz": "1202, 82, 2216"
}
}
]
},
"purple-monument": {
"events": {
"build": {
"allow": false
}
},
"zones": [
{
"point": {
"xyz": "1328, 79, 2261"
}
},
{
"point": {
"xyz": "1328, 80, 2261"
}
},
{
"point": {
"xyz": "1328, 81, 2261"
}
}
]
}
},
"kits": {
"spawn": {
"armor": {
"helmet": {
"item": "leather_helmet"
},
"chestplate": {
"item": "diamond_chestplate"
},
"leggings": {
"item": "leather_leggings"
},
"boots": {
"item": "leather_boots"
}
},
"items": [
{
"slot": 0,
"item": "stone_sword",
"nbt": {
"enchantments": [
{
"name": "damage_all",
"level": 1
}
]
}
},
{
"slot": 1,
"item": "iron_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": 8,
"item": "torch",
"amount": 16
},
{
"slot": 29,
"item": "arrow",
"amount": 1
}
]
}
},
"teams": {
"orange": {
"name": "Orange",
"color": "gold",
"kit": "spawn",
"size": 25,
"spawns": [
{
"point": {
"xyz": "1198, 61, 2284",
"yaw": -180,
"pitch": 0
}
},
{
"point": {
"xyz": "1198, 61, 2284",
"yaw": -90,
"pitch": 0
}
}
]
},
"purple": {
"name": "Purple",
"color": "dark_purple",
"kit": "spawn",
"size": 25,
"spawns": [
{
"point": {
"xyz": "1332, 61, 2199"
}
},
{
"point": {
"xyz": "1332, 61, 2199",
"yaw": 90,
"pitch": 0
}
}
]
}
}
}