Garden v1.0

Garden

Kill the other players and be the last to win!

Map

{
  "map": {
    "name": "Garden",
    "version": "1.0",
    "description": "Kill the other players and be the last to win!",
    "authors": [
      "027125c3-7d68-4f5a-9abf-7172e6707d48"
    ]
  },
  "world": {
    "spawn": [
      {
        "point": {
          "xyz": "257, 75, 258"
        }
      }
    ],
    "time_lock": "noon",
    "world_height": 80
  },
  "games": {
    "skywars": {}
  },
  "regions": {
    "global": {
      "events": {
        "tnt": {
          "throw_blocks": true
        },
        "chest": {
          "kits": [
            {
              "name": "skywars_armor",
              "amount": 3
            },
            {
              "name": "skywars_wepons",
              "amount": 2
            },
            {
              "name": "skywars_blocks",
              "amount": 2,
              "repeat": true
            },
            {
              "name": "skywars_food",
              "amount": 1
            },
            {
              "name": "skywars_items",
              "amount": 4,
              "repeat": true
            }
          ]
        }
      },
      "zones": [
        {
          "global": {}
        }
      ]
    }
  },
  "teams": {
    "players": {
      "name": "Players",
      "color": "green",
      "spawns": [
        {
          "point": {
            "xyz": "257, 61, 284",
            "yaw": 180,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "275, 61, 276",
            "yaw": 130,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "283, 61, 259",
            "yaw": 90,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "275, 61, 240",
            "yaw": 45,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "257, 61, 232",
            "yaw": 0,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "240, 61, 241",
            "yaw": -45,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "231, 61, 258",
            "yaw": -90,
            "pitch": 0
          }
        },
        {
          "point": {
            "xyz": "239, 61, 276",
            "yaw": -130,
            "pitch": 0
          }
        }
      ]
    }
  }
}