PVP Arena v1.2

PVP Arena

Fight to the end and get the most to 100 kill points.

Teams

  • Green
  • Yellow
  • Map

    {
      "map": {
        "name": "PVP Arena",
        "version": "1.2",
        "description": "Fight to the end and get the most to 100 kill points.",
        "authors": [
          "10b631ca-c1cd-4737-84aa-58914803f3e5"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "-182, 25, 40"
            }
          }
        ],
        "time_lock": "dawn"
      },
      "games": {
        "deathmatch": {
          "max_score": 50
        }
      },
      "regions": {
        "global": {
          "events": {
            "destroy": {
              "allow": false
            },
            "tnt": {
              "instant": true,
              "block_damage": false
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "items": [
            {
              "slot": 0,
              "item": "iron_sword"
            },
            {
              "slot": 1,
              "item": "bow",
              "nbt": {
                "enchantments": [
                  {
                    "name": "arrow_infinite",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 2,
              "amount": 4,
              "item": "tnt"
            },
            {
              "slot": 3,
              "amount": 32,
              "item": "bread"
            },
            {
              "slot": 28,
              "item": "arrow"
            }
          ],
          "effects": [
            {
              "name": "night_vision",
              "duration": -1,
              "amplifier": 1,
              "ambient": true
            },
            {
              "name": "health_boost",
              "duration": -1,
              "amplifier": 5
            }
          ],
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "iron_leggings"
            }
          }
        }
      },
      "teams": {
        "green": {
          "name": "Green",
          "color": "green",
          "kit": "spawn",
          "size": 16,
          "spawns": [
            {
              "point": {
                "xyz": "-81, 17, 29"
              }
            }
          ]
        },
        "yellow": {
          "name": "Yellow",
          "color": "yellow",
          "kit": "spawn",
          "size": 16,
          "spawns": [
            {
              "point": {
                "xyz": "-280, 17, 37"
              }
            }
          ]
        }
      }
    }