TazerWars I v1.6
Blow up the other team's base and be the first to 1500 points!
Author
Teams
Map
{ "map": { "name": "TazerWars I", "version": "1.6", "description": "Blow up the other team's base and be the first to 1500 points!", "authors": [ "98b35bed-9d73-47fe-a811-9436aa32335b" ] }, "world": { "spawn": [ { "point": { "xyz": "-963, 86, -1001" } } ], "time_lock": "noon", "world_height": 150, "clear_chests": false }, "games": { "tnt_wars": { "max_score": 1500, "islands": [ { "owner": "green", "region": "green_island" }, { "owner": "blue", "region": "blue_island" } ] } }, "kits": { "spawn": { "armor": { "helmet": { "item": "leather_helmet" }, "chestplate": { "item": "leather_chestplate", "nbt": { "enchantments": [ { "name": "protection_explosions", "level": 2 } ] } }, "leggings": { "item": "leather_leggings" }, "boots": { "item": "leather_boots" } }, "items": [ { "slot": 0, "item": "diamond_pickaxe" }, { "slot": 27, "item": "diamond_spade" }, { "slot": 18, "item": "diamond_axe" }, { "slot": 1, "item": "tnt", "amount": 64 }, { "slot": 28, "item": "tnt", "amount": 64 }, { "slot": 19, "item": "tnt", "amount": 64 }, { "slot": 2, "item": "stone_button", "amount": 32 }, { "slot": 29, "item": "wood_button", "amount": 32 }, { "slot": 3, "item": "vine", "amount": 64 }, { "slot": 30, "item": "vine", "amount": 64 }, { "slot": 4, "item": "ladder", "amount": 48 }, { "slot": 31, "item": "ladder", "amount": 48 }, { "slot": 5, "item": "redstone", "amount": 64 }, { "slot": 32, "item": "redstone", "amount": 64 }, { "slot": 6, "item": "mossy_cobblestone", "amount": 64 }, { "slot": 33, "item": "mossy_cobblestone", "amount": 64 }, { "slot": 7, "item": "wood", "amount": 64 }, { "slot": 34, "item": "wood", "amount": 64 }, { "slot": 8, "item": "water_bucket" }, { "slot": 35, "item": "water_bucket" }, { "slot": 26, "item": "water_bucket" }, { "slot": 17, "item": "water_bucket" }, { "slot": 9, "item": "dispenser", "amount": 2 }, { "slot": 10, "item": "redstone_torch_on", "amount": 32 }, { "slot": 11, "item": "lever", "amount": 32 }, { "slot": 20, "item": "stone_plate", "amount": 32 }, { "slot": 13, "item": "step", "amount": 64 }, { "slot": 14, "item": "step", "amount": 64 }, { "slot": 15, "item": "step", "amount": 64 } ], "effects": [ { "name": "saturation", "duration": -1, "ambient": true } ] } }, "regions": { "global": { "events": { "entity_damage": { "damage_causes": [ "entity_attack" ], "allow": false }, "tnt": { "throw_blocks": true }, "destroy": { "blocks": [ "chest" ], "allow": false }, "item_drops": { "allow": false }, "build": { "blocks": [ "dispenser" ], "gravity": true } }, "zones": [ { "global": {} } ] }, "green_island": { "events": { "exit": { "apply": [ "green" ], "message": "region.exit.point", "allow": false } }, "zones": [ { "cube": { "center": { "xyz": "-932, 0, -1001" }, "radius": 22, "height": 155 } } ] }, "blue_island": { "events": { "exit": { "apply": [ "blue" ], "message": "region.exit.point", "allow": false } }, "zones": [ { "cube": { "center": { "xyz": "-995, 0, -1001" }, "radius": 21, "height": 155 } } ] } }, "teams": { "green": { "name": "Green", "color": "green", "kit": "spawn", "size": 15, "spawns": [ { "point": { "xyz": "-926, 69, -996" } } ] }, "blue": { "name": "Blue", "color": "blue", "kit": "spawn", "size": 15, "spawns": [ { "point": { "xyz": "-999, 69, -1005" } } ] } } }