Map
{
"map": {
"name": "Twin Towers",
"version": "2.2",
"description": "Kill and destroy the other team's base.",
"authors": [
"35ed4e4f-6413-4f09-8552-5814def660ec",
"c9c2b7fe-e2c1-4266-9556-aafccc0d1f13"
]
},
"world": {
"spawn": [
{
"point": {
"xyz": "-383, 161, -32"
}
}
],
"time_lock": 6000,
"world_height": 120
},
"games": {
"deathmatch": {
"time_limit": "8m"
}
},
"regions": {
"global": {
"events": {
"item_drops": {
"items": [
"sand",
"wood",
"glass",
"wool",
"torch"
],
"allow": false
},
"bow": {
"explode": true
},
"falling_blocks": {
"break_block": true
}
},
"zones": [
{
"global": {}
}
]
}
},
"kits": {
"spawn": {
"armor": {
"helmet": {
"item": "leather_helmet"
},
"chestplate": {
"item": "leather_chestplate"
},
"leggings": {
"item": "leather_leggings"
},
"boots": {
"item": "leather_boots",
"nbt": {
"enchantments": [
{
"name": "protection_fall",
"level": 4
}
]
}
}
},
"items": [
{
"slot": 0,
"item": "stone_sword"
},
{
"slot": 1,
"item": "bow"
},
{
"slot": 2,
"item": "stone_spade"
},
{
"slot": 3,
"amount": 2,
"item": "tnt"
},
{
"slot": 4,
"item": "flint_and_steel"
},
{
"slot": 5,
"item": "golden_apple"
},
{
"slot": 6,
"amount": 64,
"item": "sand"
},
{
"slot": 7,
"amount": 32,
"item": "glass"
},
{
"slot": 8,
"amount": 16,
"item": "wood"
},
{
"slot": 28,
"item": "arrow",
"amount": 10
}
]
}
},
"teams": {
"yellow": {
"name": "Yellow",
"color": "yellow",
"kit": "spawn",
"size": 18,
"spawns": [
{
"cuboid": {
"min": {
"xyz": "-405, 17, -48"
},
"max": {
"xyz": "-391, 88, -14"
}
}
}
]
},
"green": {
"name": "Green",
"color": "green",
"kit": "spawn",
"size": 18,
"spawns": [
{
"cuboid": {
"min": {
"xyz": "-378, 17, -48"
},
"max": {
"xyz": "-363, 88, -15"
}
}
}
]
}
}
}