Dignity v1.2

Dignity

Earn the most kills before time runs out.

Teams

  • Blue
  • Red
  • Map

    {
      "map": {
        "name": "Dignity",
        "version": "1.2",
        "description": "Earn the most kills before time runs out.",
        "authors": [
          "a6a0da0f-bdcd-4cb6-9ae8-df8d7c70b284"
        ]
      },
      "world": {
        "spawn": [
          {
            "point": {
              "xyz": "-851, 76, -335"
            }
          }
        ],
        "time_lock": "noon"
      },
      "games": {
        "deathmatch": {
          "time_limit": "10m"
        }
      },
      "regions": {
        "global": {
          "events": {
            "destroy": {
              "allow": false
            },
            "item_drops": {
              "items": [
                "emerald"
              ],
              "allow": true
            },
            "kill_player": {
              "drop_items": [
                {
                  "amount": 4,
                  "item": "emerald"
                }
              ]
            }
          },
          "zones": [
            {
              "global": {}
            }
          ]
        }
      },
      "kits": {
        "spawn": {
          "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"
            },
            {
              "slot": 2,
              "amount": 3,
              "item": "golden_apple"
            },
            {
              "slot": 28,
              "amount": 64,
              "item": "arrow"
            }
          ]
        }
      },
      "teams": {
        "blue": {
          "name": "Blue",
          "color": "blue",
          "kit": "spawn",
          "size": 22,
          "spawns": [
            {
              "point": {
                "xyz": "-879, 58, -383"
              }
            }
          ]
        },
        "red": {
          "name": "Red",
          "color": "red",
          "kit": "spawn",
          "size": 22,
          "spawns": [
            {
              "point": {
                "xyz": "-879, 58, -287"
              }
            }
          ]
        }
      }
    }