Fractal v1.2

Fractal

Fight to the death in this remake of UT 1999 Fractal.

Teams

  • Red
  • Blue
  • Map

    {
      "map": {
        "name": "Fractal",
        "version": "1.2",
        "description": "Fight to the death in this remake of UT 1999 Fractal.",
        "authors": [
          "7c1cefbc-7ee4-4e96-8afe-3f4dd0493486"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "60, 98, 9"
            }
          }
        ],
        "difficulty": "hard",
        "time_lock": "midnight",
        "weather": true
      },
      "games": {
        "deathmatch": {
          "time_limit": "10m",
          "max_score": 100
        }
      },
      "regions": {
        "global": {
          "events": {
            "destroy": {
              "allow": false
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "health": 40,
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "iron_sword"
            },
            {
              "slot": 1,
              "item": "bow",
              "nbt": {
                "enchantments": [
                  {
                    "name": "arrow_infinite",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 8,
              "item": "golden_apple"
            },
            {
              "slot": 28,
              "item": "arrow"
            }
          ],
          "effects": [
            {
              "name": "speed",
              "duration": -1,
              "ambient": true
            }
          ]
        }
      },
      "teams": {
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "spawn",
          "size": 8,
          "spawns": [
            {
              "cylinder": {
                "center": {
                  "xyz": "60, 95, 9"
                },
                "radius": 7,
                "height": 10
              }
            }
          ]
        },
        "blue": {
          "name": "Blue",
          "color": "dark_aqua",
          "kit": "spawn",
          "size": 8,
          "spawns": [
            {
              "cylinder": {
                "center": {
                  "xyz": "60, 95, 9"
                },
                "radius": 7,
                "height": 10
              }
            }
          ]
        }
      }
    }