Space Arena v1.8

Space Arena

Get the most kills in the 15 min time frame!

Teams

  • Blue
  • Red
  • Map

    {
      "map": {
        "name": "Space Arena",
        "version": "1.8",
        "description": "Get the most kills in the 15 min time frame!",
        "authors": [
          "3679dbaf-f0ad-4151-9391-1d135d6da44f"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "-54, 149, -149"
            }
          }
        ],
        "time_lock": "midnight"
      },
      "games": {
        "deathmatch": {
          "time_limit": "15m"
        }
      },
      "regions": {
        "global": {
          "events": {
            "destroy": {
              "allow": false
            },
            "build": {
              "allow": false
            },
            "creature_spawns": {
              "creatures": [
                "spider",
                "witch",
                "cave_spider",
                "creeper",
                "magma_cube",
                "slime",
                "skeleton",
                "zombie",
                "blaze"
              ],
              "allow": true
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "all": {
          "health": 40,
          "armor": {
            "helmet": {
              "item": "glass",
              "nbt": {
                "display": {
                  "name": "Space Helmet"
                }
              }
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "bow",
              "nbt": {
                "display": {
                  "name": "Space Pistole"
                },
                "enchantments": [
                  {
                    "name": "arrow_damage",
                    "level": 2
                  }
                ]
              }
            },
            {
              "slot": 27,
              "amount": 32,
              "item": "arrow",
              "nbt": {
                "display": {
                  "name": "Space Bullets"
                }
              }
            },
            {
              "slot": 1,
              "item": "iron_sword",
              "nbt": {
                "enchantments": [
                  {
                    "name": "damage_all",
                    "level": 2
                  }
                ]
              }
            }
          ],
          "effects": [
            {
              "name": "jump",
              "duration": -1,
              "ambient": true
            }
          ]
        }
      },
      "teams": {
        "blue": {
          "name": "Blue",
          "color": "blue",
          "kit": "all",
          "size": 15,
          "spawns": [
            {
              "cuboid": {
                "min": {
                  "xyz": "-95, 119, -140"
                },
                "max": {
                  "xyz": "-91, 135, -136"
                }
              }
            }
          ]
        },
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "all",
          "size": 15,
          "spawns": [
            {
              "cuboid": {
                "min": {
                  "xyz": "-33, 119, -140"
                },
                "max": {
                  "xyz": "-29, 135,-136"
                }
              }
            }
          ]
        }
      }
    }