Flare v1.2

Flare

Get the most points in 10 mins.

Teams

  • Fire
  • Lava
  • Map

    {
      "map": {
        "name": "Flare",
        "version": "1.2",
        "description": "Get the most points in 10 mins.",
        "authors": [
          "998ea614-69f3-4f6c-a3ba-823451f46398"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "215, 86, 736"
            }
          }
        ],
        "time_lock": "2pm"
      },
      "games": {
        "deathmatch": {
          "time_limit": "10m"
        }
      },
      "regions": {
        "global": {
          "events": {
            "destroy": {
              "allow": false
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "iron_chestplate"
            },
            "leggings": {
              "item": "iron_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "stone_sword",
              "nbt": {
                "enchantments": [
                  {
                    "name": "damage_all",
                    "level": 2
                  }
                ]
              }
            },
            {
              "slot": 1,
              "item": "bow",
              "nbt": {
                "enchantments": [
                  {
                    "name": "arrow_damage",
                    "level": 2
                  },
                  {
                    "name": "arrow_infinite",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 2,
              "amount": 32,
              "item": "cooked_beef"
            },
            {
              "slot": 28,
              "amount": 1,
              "item": "arrow"
            }
          ],
          "effects": [
            {
              "name": "speed",
              "duration": "35s",
              "ambient": true
            }
          ]
        }
      },
      "teams": {
        "fire": {
          "name": "Fire",
          "color": "red",
          "kit": "spawn",
          "size": 40,
          "spawns": [
            {
              "point": {
                "xyz": "160, 49, 911",
                "yaw": 180,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "193, 49, 892",
                "yaw": -90,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "221, 49, 892",
                "yaw": 90,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "255, 49, 911",
                "yaw": 180,
                "pitch": 0
              }
            }
          ]
        },
        "lava": {
          "name": "Lava",
          "color": "gold",
          "kit": "spawn",
          "size": 40,
          "spawns": [
            {
              "point": {
                "xyz": "274, 49, 563"
              }
            },
            {
              "point": {
                "xyz": "241, 49, 587",
                "yaw": 90,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "201, 49, 587",
                "yaw": -90,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "165, 49, 563"
              }
            }
          ]
        }
      }
    }