Pokeballs v1.2

Pokeballs

KILL EVERYONE, AND SURVIVE.

Map

{
  "map": {
    "name": "Pokeballs",
    "version": "1.2",
    "description": "KILL EVERYONE, AND SURVIVE.",
    "authors": [
      "e4e64e53-4fd3-41d9-8f15-1f7dd95d8018",
      "985a7a3e-bbba-4836-a25a-02d3a7e1180f"
    ]
  },
  "world": {
    "spawn": [
      {
        "point": {
          "xyz": "0, 23, 1"
        }
      }
    ],
    "time_lock": "noon",
    "world_height": 100
  },
  "games": {
    "skywars": {}
  },
  "regions": {
    "global": {
      "events": {
        "tnt": {
          "throw_blocks": true
        },
        "creature_spawns": {
          "creatures": [
            "snowman"
          ],
          "allow": false
        },
        "chest": {
          "kits": [
            {
              "name": "skywars_armor",
              "amount": 4
            },
            {
              "name": "skywars_wepons",
              "amount": 2
            },
            {
              "name": "skywars_blocks",
              "amount": 5
            },
            {
              "name": "skywars_food",
              "amount": 1
            },
            {
              "name": "skywars_items",
              "amount": 6,
              "repeat": true
            }
          ]
        }
      },
      "zones": [
        {
          "global": {}
        }
      ]
    }
  },
  "teams": {
    "players": {
      "name": "Players",
      "color": "light_purple",
      "spawns": [
        {
          "point": {
            "xyz": "-9, 31, 38"
          }
        },
        {
          "point": {
            "xyz": "-42, 31, -8"
          }
        },
        {
          "point": {
            "xyz": "-24, 45, -41"
          }
        },
        {
          "point": {
            "xyz": "6, 29, -47"
          }
        },
        {
          "point": {
            "xyz": "37, 46, -36"
          }
        },
        {
          "point": {
            "xyz": "37, 29, 7"
          }
        },
        {
          "point": {
            "xyz": "30, 44, 33"
          }
        },
        {
          "point": {
            "xyz": "-50, 44, 33"
          }
        }
      ]
    }
  }
}