TazerWars V2 v1.3
Blow up the other team's base and be the first to 1500 points!
Author
Teams
Map
{ "map": { "name": "TazerWars V2", "version": "1.3", "description": "Blow up the other team's base and be the first to 1500 points!", "authors": [ "3b911663-24be-45e7-8858-b0d1c3d8fd81" ] }, "world": { "spawn": [ { "point": { "xyz": "243, 54, 1198" } } ], "time_lock": "noon", "world_height": 120, "clear_chests": false }, "games": { "tnt_wars": { "max_score": 1500, "islands": [ { "owner": "black", "region": "black_island" }, { "owner": "white", "region": "white_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": "step", "amount": 64 }, { "slot": 30, "item": "step", "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": "stone", "amount": 64 }, { "slot": 33, "item": "stone", "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 } ], "effects": [ { "name": "saturation", "duration": -1, "ambient": true } ] } }, "regions": { "global": { "events": { "entity_damage": { "damage_causes": [ "entity_attack" ], "allow": false }, "tnt": { "throw_blocks": true, "strength": 6 }, "destroy": { "blocks": [ "chest" ], "allow": false }, "item_drops": { "allow": false }, "build": { "blocks": [ "dispenser" ], "gravity": true } }, "zones": [ { "global": {} } ] }, "white_island": { "events": { "exit": { "apply": [ "white" ], "message": "region.exit.point", "allow": false } }, "zones": [ { "cube": { "center": { "xyz": "295, 0, 1078" }, "radius": 38, "height": 125 } } ] }, "black_island": { "events": { "exit": { "apply": [ "black" ], "message": "region.exit.point", "allow": false } }, "zones": [ { "cube": { "center": { "xyz": "194, 0, 1078" }, "radius": 38, "height": 125 } } ] } }, "teams": { "black": { "name": "Black", "color": "dark_gray", "kit": "spawn", "size": 15, "spawns": [ { "point": { "xyz": "195, 69, 1065" } } ] }, "white": { "name": "White", "color": "white", "kit": "spawn", "size": 15, "spawns": [ { "point": { "xyz": "294, 69, 1065" } } ] } } }