Hyperion v1.8
Hyperion is a competitive capture the wool PVP map based in space. The goal of the game is to capture the two enemy wools in the opposite side of the map and bring it back to base.
Authors
Teams
Map
{
"map": {
"name": "Hyperion",
"version": "1.8",
"description": "Hyperion is a competitive capture the wool PVP map based in space. The goal of the game is to capture the two enemy wools in the opposite side of the map and bring it back to base.",
"authors": [
"9ab8f217-3208-47aa-a782-c978ca61bccd",
"e5c643a8-05ea-4572-89fa-07ec1423caf7"
]
},
"world": {
"spawn": [
{
"point": {
"xyz": "597, 32, 0"
}
}
],
"time_lock": "midnight",
"world_height": 48
},
"games": {
"capture": {
"block_captures": [
{
"owner": "red",
"challenger": "blue",
"region": "red_wool",
"wool": "red"
},
{
"owner": "red",
"challenger": "blue",
"region": "orange_wool",
"wool": "gold"
},
{
"owner": "blue",
"challenger": "red",
"region": "purple_wool",
"wool": "light_purple"
},
{
"owner": "blue",
"challenger": "red",
"region": "cyan_wool",
"wool": "dark_aqua"
}
]
}
},
"regions": {
"red_spawn": {
"events": {
"build": {
"allow": false
},
"destroy": {
"allow": false
},
"enter": {
"apply": [
"blue"
],
"message": "region.enter.spawn",
"allow": false
}
},
"zones": [
{
"sphere": {
"center": {
"xyz": "684, 24, 0"
},
"radius": 25
}
}
]
},
"blue_spawn": {
"events": {
"build": {
"allow": false
},
"destroy": {
"allow": false
},
"enter": {
"apply": [
"red"
],
"message": "region.enter.spawn",
"allow": false
}
},
"zones": [
{
"sphere": {
"center": {
"xyz": "512, 24, 0"
},
"radius": 25
}
}
]
},
"global": {
"events": {
"chest": {
"items": [
{
"item": "iron_sword"
},
{
"item": "bow"
},
{
"item": "diamond_pickaxe"
},
{
"item": "iron_axe"
},
{
"item": "cooked_beef",
"amount": 16
},
{
"item": "golden_apple",
"amount": 3
},
{
"item": "wood",
"damage": 2,
"amount": 64
},
{
"item": "glass",
"amount": 64
},
{
"item": "arrow",
"amount": 64
}
],
"fill": true
},
"item_drops": {
"items": [
"wool",
"glass",
"wood",
"arrow",
"string",
"cooked_beef"
],
"allow": false
}
},
"zones": [
{
"global": {}
}
]
},
"cyan_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 9
}
],
"keep_filled": true,
"fill": true
},
"enter": {
"apply": [
"blue"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "395, 17, -40"
},
"radius": 7,
"height": 20
}
}
]
},
"purple_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 2
}
],
"keep_filled": true,
"fill": true
},
"enter": {
"apply": [
"blue"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "395, 17, 41"
},
"radius": 7,
"height": 20
}
}
]
},
"orange_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 1
}
],
"keep_filled": true,
"fill": true
},
"enter": {
"apply": [
"red"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "801, 17, 41"
},
"radius": 7,
"height": 20
}
}
]
},
"red_wool_room": {
"events": {
"chest": {
"items": [
{
"item": "wool",
"damage": 14
}
],
"keep_filled": true,
"fill": true
},
"enter": {
"apply": [
"red"
],
"message": "region.enter.room",
"allow": false
},
"build": {
"allow": false
},
"destroy": {
"allow": false
}
},
"zones": [
{
"cube": {
"center": {
"xyz": "801, 17, -40"
},
"radius": 7,
"height": 20
}
}
]
},
"purple_wool": {
"zones": [
{
"point": {
"xyz": "704, 25, -3"
}
}
]
},
"cyan_wool": {
"zones": [
{
"point": {
"xyz": "704, 25, 4"
}
}
]
},
"red_wool": {
"zones": [
{
"point": {
"xyz": "492, 25, 4"
}
}
]
},
"orange_wool": {
"zones": [
{
"point": {
"xyz": "492, 25, -3"
}
}
]
}
},
"kits": {
"spawn": {
"armor": {
"helmet": {
"item": "glass",
"nbt": {
"display": {
"name": "Space Helmet"
}
}
},
"chestplate": {
"item": "leather_chestplate"
},
"leggings": {
"item": "leather_leggings"
},
"boots": {
"item": "leather_boots"
}
},
"effects": [
{
"name": "speed",
"duration": "20s",
"ambient": true
}
]
}
},
"teams": {
"red": {
"name": "Red",
"color": "red",
"kit": "spawn",
"size": 25,
"spawns": [
{
"point": {
"xyz": "684, 24, 0"
}
}
]
},
"blue": {
"name": "Blue",
"color": "blue",
"kit": "spawn",
"size": 25,
"spawns": [
{
"point": {
"xyz": "512, 24, 0"
}
}
]
}
}
}