SS Towers v2.5

SS Towers

Kill and destroy the other team's base.

Authors

Teams

  • Red
  • Blue
  • Map

    {
      "map": {
        "name": "SS Towers",
        "version": "2.5",
        "description": "Kill and destroy the other team's base.",
        "authors": [
          "35ed4e4f-6413-4f09-8552-5814def660ec",
          "c9c2b7fe-e2c1-4266-9556-aafccc0d1f13"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "-378, 185, -51"
            }
          }
        ],
        "time_lock": "noon",
        "world_height": 75
      },
      "games": {
        "deathmatch": {
          "time_limit": "8m"
        }
      },
      "regions": {
        "global": {
          "events": {
            "item_drops": {
              "items": [
                "sand",
                "wood",
                "glass",
                "wool",
                "torch"
              ],
              "allow": false
            },
            "bow": {
              "explode": true
            },
            "falling_blocks": {
              "break_block": true
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "armor": {
            "helmet": {
              "item": "leather_helmet"
            },
            "chestplate": {
              "item": "leather_chestplate"
            },
            "leggings": {
              "item": "leather_leggings"
            },
            "boots": {
              "item": "leather_boots",
              "nbt": {
                "enchantments": [
                  {
                    "name": "protection_fall",
                    "level": 4
                  }
                ]
              }
            }
          },
          "items": [
            {
              "slot": 0,
              "item": "stone_sword"
            },
            {
              "slot": 1,
              "item": "bow"
            },
            {
              "slot": 2,
              "item": "stone_spade"
            },
            {
              "slot": 3,
              "amount": 2,
              "item": "tnt"
            },
            {
              "slot": 4,
              "item": "flint_and_steel"
            },
            {
              "slot": 5,
              "item": "golden_apple"
            },
            {
              "slot": 6,
              "amount": 64,
              "item": "sand"
            },
            {
              "slot": 7,
              "amount": 32,
              "item": "glass"
            },
            {
              "slot": 8,
              "amount": 16,
              "item": "wood"
            },
            {
              "slot": 28,
              "item": "arrow",
              "amount": 10
            }
          ]
        }
      },
      "teams": {
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "spawn",
          "size": 20,
          "spawns": [
            {
              "cuboid": {
                "min": {
                  "xyz": "-366, 17, -90"
                },
                "max": {
                  "xyz": "-351, 53, -36"
                }
              }
            },
            {
              "cuboid": {
                "min": {
                  "xyz": "-381, 17, -47"
                },
                "max": {
                  "xyz": "-366, 53, -35"
                }
              }
            },
            {
              "cuboid": {
                "min": {
                  "xyz": "-381, 17, -89"
                },
                "max": {
                  "xyz": "-366, 53, -77"
                }
              }
            }
          ]
        },
        "blue": {
          "name": "Blue",
          "color": "blue",
          "kit": "spawn",
          "size": 20,
          "spawns": [
            {
              "cuboid": {
                "min": {
                  "xyz": "-406, 17, -69"
                },
                "max": {
                  "xyz": "-391, 53, -15"
                }
              }
            },
            {
              "cuboid": {
                "min": {
                  "xyz": "-389, 17, -26"
                },
                "max": {
                  "xyz": "-374, 53, -14"
                }
              }
            },
            {
              "cuboid": {
                "min": {
                  "xyz": "-389, 17, -68"
                },
                "max": {
                  "xyz": "-374, 53, -56"
                }
              }
            }
          ]
        }
      }
    }