Castle CTF v1.5
Protect your flags at all cost, you only have two so make it count!
Author
Teams
Map
{
"map": {
"name": "Castle CTF",
"version": "1.5",
"description": "Protect your flags at all cost, you only have two so make it count!",
"authors": [
"5bd3df13-9b15-439a-9762-dd47ef53a746"
]
},
"world": {
"spawn": [
{
"point": {
"xyz": "-378, 71, 1001"
}
}
],
"world_height": 50,
"time_lock": "noon"
},
"games": {
"capture": {
"block_captures": [
{
"owner": "green",
"challenger": "blue",
"region": "dark_green_wool",
"wool": "dark_green"
},
{
"owner": "green",
"challenger": "blue",
"region": "lime_green_wool",
"wool": "green"
},
{
"owner": "blue",
"challenger": "green",
"region": "dark_blue_wool",
"wool": "blue"
},
{
"owner": "blue",
"challenger": "green",
"region": "light_blue_wool",
"wool": "aqua"
}
]
}
},
"regions": {
"blue_base": {
"events": {
"enter": {
"apply": [
"green"
],
"message": "region.enter.spawn",
"allow": false
},
"build": {
"apply": [
"green"
],
"message": "region.build.spawn",
"allow": false
},
"destroy": {
"apply": [
"green"
],
"message": "region.destroy.spawn",
"allow": false
},
"tnt": {
"block_damage": false
}
},
"zones": [
{
"cuboid": {
"min": {
"xyz": "-384, 32, 954"
},
"max": {
"xyz": "-361, 36, 967"
}
}
}
]
},
"green_base": {
"events": {
"enter": {
"apply": [
"blue"
],
"message": "region.enter.spawn",
"allow": false
},
"build": {
"apply": [
"blue"
],
"message": "region.build.spawn",
"allow": false
},
"destroy": {
"apply": [
"blue"
],
"message": "region.destroy.spawn",
"allow": false
},
"tnt": {
"block_damage": false
}
},
"zones": [
{
"cuboid": {
"min": {
"xyz": "-384, 32, 1034"
},
"max": {
"xyz": "-362, 36, 1047"
}
}
}
]
},
"void": {
"events": {
"build": {
"message": "region.build.void",
"allow": false
}
},
"zones": [
{
"void": {}
}
]
},
"dark_green_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 13
}
],
"fill": true,
"keep_filled": true
},
"enter": {
"apply": [
"green"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "-399, 32, 1054"
},
"radius": 4,
"height": 8
}
}
]
},
"light_green_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 5
}
],
"fill": true,
"keep_filled": true
},
"enter": {
"apply": [
"green"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "-354, 32, 1054"
},
"radius": 4,
"height": 8
}
}
]
},
"dark_blue_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 11
}
],
"fill": true,
"keep_filled": true
},
"enter": {
"apply": [
"blue"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "-399, 32, 949"
},
"radius": 4,
"height": 8
}
}
]
},
"light_blue_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 3
}
],
"fill": true,
"keep_filled": true
},
"enter": {
"apply": [
"blue"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "-354, 32, 949"
},
"radius": 4,
"height": 8
}
}
]
},
"dark_blue_wool": {
"zones": [
{
"point": {
"xyz": "-373, 34, 1035"
}
}
]
},
"light_blue_wool": {
"zones": [
{
"point": {
"xyz": "-372, 34, 1035"
}
}
]
},
"dark_green_wool": {
"zones": [
{
"point": {
"xyz": "-372, 34, 966"
}
}
]
},
"lime_green_wool": {
"zones": [
{
"point": {
"xyz": "-373, 34, 966"
}
}
]
}
},
"kits": {
"all": {
"armor": {
"helmet": {
"item": "leather_helmet"
},
"chestplate": {
"item": "leather_chestplate"
},
"leggings": {
"item": "leather_leggings"
},
"boots": {
"item": "leather_boots"
}
},
"items": [
{
"slot": 0,
"item": "iron_sword"
},
{
"slot": 1,
"item": "bow"
},
{
"slot": 2,
"item": "diamond_pickaxe"
},
{
"slot": 3,
"amount": 10,
"item": "golden_apple"
},
{
"slot": 27,
"amount": 64,
"item": "arrow"
}
]
}
},
"teams": {
"blue": {
"name": "Blue",
"color": "blue",
"kit": "all",
"size": 18,
"spawns": [
{
"point": {
"xyz": "-379, 33, 958"
}
}
]
},
"green": {
"name": "Green",
"color": "green",
"kit": "all",
"size": 18,
"spawns": [
{
"point": {
"xyz": "-379, 33, 1044"
}
}
]
}
}
}