Fantasy Station v1.2

Fantasy Station

Blow up the other team's base and be the first to 1500 points!

Author

Teams

  • Green
  • Orange
  • Map

    {
      "map": {
        "name": "Fantasy Station",
        "version": "1.2",
        "description": "Blow up the other team's base and be the first to 1500 points!",
        "authors": [
          "0e946d71-0cbc-4c6a-b481-151d4755c4b5"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "498, 92, 517"
            }
          }
        ],
        "time_lock": "noon",
        "world_height": 150,
        "clear_chests": false
      },
      "games": {
        "tnt_wars": {
          "max_score": 1500,
          "islands": [
            {
              "owner": "green",
              "region": "green_island"
            },
            {
              "owner": "orange",
              "region": "orange_island"
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "iron_helmet"
            },
            "chestplate": {
              "item": "diamond_chestplate",
              "nbt": {
                "enchantments": [
                  {
                    "name": "protection_explosions",
                    "level": 2
                  }
                ]
              }
            },
            "leggings": {
              "item": "iron_leggings"
            },
            "boots": {
              "item": "iron_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "diamond_pickaxe"
            },
            {
              "slot": 27,
              "item": "diamond_spade"
            },
            {
              "slot": 18,
              "item": "diamond_axe"
            },
            {
              "slot": 1,
              "item": "tnt",
              "amount": 64
            },
            {
              "slot": 28,
              "item": "tnt",
              "amount": 64
            },
            {
              "slot": 19,
              "item": "tnt",
              "amount": 64
            },
            {
              "slot": 2,
              "item": "stone_button",
              "amount": 32
            },
            {
              "slot": 29,
              "item": "wood_button",
              "amount": 32
            },
            {
              "slot": 3,
              "item": "vine",
              "amount": 64
            },
            {
              "slot": 30,
              "item": "vine",
              "amount": 64
            },
            {
              "slot": 4,
              "item": "ladder",
              "amount": 48
            },
            {
              "slot": 31,
              "item": "ladder",
              "amount": 48
            },
            {
              "slot": 5,
              "item": "redstone",
              "amount": 64
            },
            {
              "slot": 32,
              "item": "redstone",
              "amount": 64
            },
            {
              "slot": 6,
              "item": "mossy_cobblestone",
              "amount": 64
            },
            {
              "slot": 33,
              "item": "mossy_cobblestone",
              "amount": 64
            },
            {
              "slot": 7,
              "item": "wood",
              "amount": 64
            },
            {
              "slot": 34,
              "item": "wood",
              "amount": 64
            },
            {
              "slot": 8,
              "item": "water_bucket"
            },
            {
              "slot": 35,
              "item": "water_bucket"
            },
            {
              "slot": 26,
              "item": "water_bucket"
            },
            {
              "slot": 17,
              "item": "water_bucket"
            },
            {
              "slot": 9,
              "item": "dispenser",
              "amount": 2
            },
            {
              "slot": 10,
              "item": "redstone_torch_on",
              "amount": 32
            },
            {
              "slot": 11,
              "item": "lever",
              "amount": 32
            },
            {
              "slot": 20,
              "item": "stone_plate",
              "amount": 32
            },
            {
              "slot": 13,
              "item": "step",
              "amount": 64
            },
            {
              "slot": 14,
              "item": "step",
              "amount": 64
            },
            {
              "slot": 15,
              "item": "step",
              "amount": 64
            }
          ],
          "effects": [
            {
              "name": "saturation",
              "duration": -1,
              "ambient": true
            }
          ]
        }
      },
      "regions": {
        "global": {
          "events": {
            "entity_damage": {
              "damage_causes": [
                "entity_attack"
              ],
              "allow": false
            },
            "tnt": {
              "throw_blocks": true
            },
            "destroy": {
              "blocks": [
                "chest"
              ],
              "allow": false
            },
            "item_drops": {
              "allow": false
            },
            "build": {
              "blocks": [
                "dispenser"
              ],
              "gravity": true
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        },
        "green_island": {
          "events": {
            "exit": {
              "apply": [
                "green"
              ],
              "message": "region.exit.point",
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "-51, 0, -139 "
                },
                "radius": 40,
                "height": 100
              }
            }
          ]
        },
        "orange_island": {
          "events": {
            "exit": {
              "apply": [
                "orange"
              ],
              "message": "region.exit.point",
              "allow": false
            }
          },
          "zones": [
            {
              "cube": {
                "center": {
                  "xyz": "-29, 0, -43"
                },
                "radius": 40,
                "height": 100
              }
            }
          ]
        }
      },
      "teams": {
        "green": {
          "name": "Green",
          "color": "green",
          "kit": "spawn",
          "size": 15,
          "spawns": [
            {
              "point": {
                "xyz": "-51, 47, -139"
              }
            }
          ]
        },
        "orange": {
          "name": "Orange",
          "color": "gold",
          "kit": "spawn",
          "size": 15,
          "spawns": [
            {
              "point": {
                "xyz": "-29, 47, -43"
              }
            }
          ]
        }
      }
    }