Sandstorm TDM v1.2

Sandstorm TDM

Get up to 200 kill points.

Teams

  • Nomad
  • Gypsy
  • Map

    {
      "map": {
        "name": "Sandstorm TDM",
        "version": "1.2",
        "description": "Get up to 200 kill points.",
        "authors": [
          "998ea614-69f3-4f6c-a3ba-823451f46398"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "371, 45, 688"
            }
          }
        ],
        "world_height": 45
      },
      "games": {
        "deathmatch": {
          "max_score": 200,
          "kill_point": 3
        }
      },
      "regions": {
        "global": {
          "events": {
            "item_drops": {
              "items": [
                "cobblestone",
                "ladder",
                "wood"
              ],
              "allow": false
            },
            "destroy": {
              "blocks": [
                "cobblestone",
                "ladder",
                "wood",
                "tnt"
              ],
              "allow": true
            },
            "tnt": {
              "instant": true,
              "instant_delay": "2s",
              "block_damage": false
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "gold_chestplate",
              "nbt": {
                "enchantments": [
                  {
                    "name": "protection_explosions",
                    "level": 2
                  }
                ]
              }
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots"
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "stone_sword",
              "nbt": {
                "enchantments": [
                  {
                    "name": "damage_all",
                    "level": 2
                  }
                ]
              }
            },
            {
              "slot": 1,
              "item": "bow",
              "nbt": {
                "enchantments": [
                  {
                    "name": "arrow_damage",
                    "level": 2
                  },
                  {
                    "name": "arrow_infinite",
                    "level": 1
                  }
                ]
              }
            },
            {
              "slot": 2,
              "amount": 8,
              "item": "tnt"
            },
            {
              "slot": 3,
              "item": "iron_axe"
            },
            {
              "slot": 4,
              "item": "iron_pickaxe"
            },
            {
              "slot": 5,
              "amount": 16,
              "item": "cooked_beef"
            },
            {
              "slot": 6,
              "amount": 64,
              "item": "cobblestone"
            },
            {
              "slot": 32,
              "amount": 64,
              "item": "cobblestone"
            },
            {
              "slot": 7,
              "amount": 32,
              "item": "ladder"
            },
            {
              "slot": 8,
              "amount": 64,
              "damage": 3,
              "item": "wood"
            },
            {
              "slot": 35,
              "amount": 64,
              "damage": 3,
              "item": "wood"
            },
            {
              "slot": 28,
              "amount": 1,
              "item": "arrow"
            }
          ]
        }
      },
      "teams": {
        "nomad": {
          "name": "Nomad",
          "color": "green",
          "kit": "spawn",
          "size": 30,
          "spawns": [
            {
              "point": {
                "xyz": "373, 11, 603"
              }
            },
            {
              "point": {
                "xyz": "372, 11, 603"
              }
            }
          ]
        },
        "gypsy": {
          "name": "Gypsy",
          "color": "dark_green",
          "kit": "spawn",
          "size": 30,
          "spawns": [
            {
              "point": {
                "xyz": "373, 11, 774",
                "yaw": 180,
                "pitch": 0
              }
            },
            {
              "point": {
                "xyz": "372, 11, 774",
                "yaw": 180,
                "pitch": 0
              }
            }
          ]
        }
      }
    }