Map
- {
- "map": {
- "name": "The Division III",
- "version": "1.2",
- "description": "Get the most points in 10 mins.",
- "authors": [
- "998ea614-69f3-4f6c-a3ba-823451f46398"
- ]
- },
- "world": {
- "spawn": [
- {
- "point": {
- "xyz": "470, 83, 697"
- }
- },
- {
- "point": {
- "xyz": "497, 83, 697"
- }
- }
- ],
- "time_lock": "noon"
- },
- "games": {
- "deathmatch": {
- "time_limit": "10m"
- }
- },
- "regions": {
- "global": {
- "events": {
- "destroy": {
- "allow": false
- }
- },
- "zones": [
- {
- "global": {}
- }
- ]
- }
- },
- "kits": {
- "spawn": {
- "armor": {
- "helmet": {
- "item": "leather_helmet"
- },
- "chestplate": {
- "item": "iron_chestplate"
- },
- "leggings": {
- "item": "iron_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": 32,
- "item": "cooked_beef"
- },
- {
- "slot": 28,
- "amount": 1,
- "item": "arrow"
- }
- ],
- "effects": [
- {
- "name": "speed",
- "duration": "35s",
- "ambient": true
- }
- ]
- }
- },
- "teams": {
- "ice": {
- "name": "Ice",
- "color": "aqua",
- "kit": "spawn",
- "size": 40,
- "spawns": [
- {
- "cube": {
- "center": {
- "xyz": "645, 22, 701"
- },
- "radius": 15,
- "height": 1,
- "yaw": 90,
- "pitch": 0
- }
- }
- ]
- },
- "snow": {
- "name": "Snow",
- "color": "white",
- "kit": "spawn",
- "size": 40,
- "spawns": [
- {
- "cube": {
- "center": {
- "xyz": "322, 22, 701"
- },
- "radius": 15,
- "height": 1,
- "yaw": -90,
- "pitch": 0
- }
- }
- ]
- }
- }
- }