Merchants of Arabia v1.1
Standard TDM map; however, both sides have the chance to open up supply chests.
Author
Teams
Map
{
"map": {
"name": "Merchants of Arabia",
"version": "1.1",
"description": "Standard TDM map; however, both sides have the chance to open up supply chests.",
"authors": [
"1aae80d1-6d7e-4805-9894-84d34894bc81"
]
},
"world": {
"spawn": [
{
"point": {
"xyz": "-200, 61, 1182"
}
}
],
"time_lock": "noon"
},
"games": {
"deathmatch": {
"time_limit": "10m",
"max_score": 75
}
},
"kits": {
"spawn": {
"items": [
{
"slot": 0,
"item": "stone_sword"
},
{
"slot": 1,
"item": "bow"
},
{
"slot": 2,
"item": "iron_pickaxe"
},
{
"slot": 3,
"item": "stone_axe"
},
{
"slot": 4,
"amount": 32,
"damage": 4,
"item": "wood"
},
{
"slot": 5,
"amount": 32,
"item": "ladder"
},
{
"slot": 7,
"amount": 16,
"item": "cooked_fish"
},
{
"slot": 28,
"amount": 64,
"item": "arrow"
}
],
"armor": {
"helmet": {
"item": "leather_helmet"
},
"chestplate": {
"item": "leather_chestplate"
},
"leggings": {
"item": "leather_leggings"
},
"boots": {
"item": "leather_boots"
}
}
}
},
"teams": {
"red": {
"name": "Red",
"color": "red",
"kit": "spawn",
"size": 20,
"spawns": [
{
"cuboid": {
"min": {
"xyz": "-222, 51, 1155"
},
"max": {
"xyz": "-174, 53, 1187"
}
}
}
]
},
"blue": {
"name": "Blue",
"color": "blue",
"kit": "spawn",
"size": 20,
"spawns": [
{
"cuboid": {
"min": {
"xyz": "-222, 53, 1189"
},
"max": {
"xyz": "-174, 54, 1216"
}
}
}
]
}
}
}