Lethal Edge v1.6
The Red Teams objective is to capture all three points in the blue base. The Blue Teams objective is to defend their points.
Authors
Teams
Map
{ "map": { "name": "Lethal Edge", "version": "1.6", "description": "The Red Teams objective is to capture all three points in the blue base. The Blue Teams objective is to defend their points.", "authors": [ "9ab8f217-3208-47aa-a782-c978ca61bccd", "e5c643a8-05ea-4572-89fa-07ec1423caf7" ] }, "world": { "spawn": [ { "point": { "xyz": "0, 16, 0" } } ], "time_lock": "noon" }, "games": { "deathmatch": { "time_limit": "15m" } }, "regions": { "global": { "events": { "destroy": { "allow": false } }, "zones": [ { "global": {} } ] } }, "kits": { "rouge": { "armor": { "helmet": { "item": "leather_helmet", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 2 } ] } }, "chestplate": { "item": "leather_chestplate", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 1 } ] } }, "leggings": { "item": "leather_leggings" }, "boots": { "item": "leather_boots" } }, "items": [ { "slot": 0, "item": "wood_sword", "nbt": { "display": { "name": "Sharp Oakenblade" }, "enchantments": [ { "name": "damage_all", "level": 3 } ] } }, { "slot": 1, "item": "bow", "nbt": { "display": { "name": "Mystical Shortbow" }, "enchantments": [ { "name": "arrow_damage", "level": 1 }, { "name": "arrow_infinite", "level": 1 } ] } }, { "slot": 9, "item": "arrow" }, { "slot": 2, "damage": 8201, "item": "potion" } ], "effects": [ { "name": "speed", "duration": -1, "amplifier": 1 } ] }, "alchemist": { "armor": { "helmet": { "item": "leather_helmet", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 4 } ] } }, "chestplate": { "item": "gold_chestplate", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 2 } ] } }, "leggings": { "item": "gold_leggings" }, "boots": { "item": "gold_boots" } }, "items": [ { "slot": 0, "item": "stone_sword", "nbt": { "display": { "name": "The Soul Stealer" }, "enchantments": [ { "name": "damage_all", "level": 3 } ] } }, { "slot": 1, "item": "bow", "nbt": { "display": { "name": "Alchemist's Staff" }, "enchantments": [ { "name": "arrow_damage", "level": 2 }, { "name": "arrow_infinite", "level": 1 } ] } }, { "slot": 9, "item": "arrow" }, { "slot": 2, "amount": 32, "damage": 16428, "item": "potion" }, { "slot": 3, "amount": 32, "damage": 16424, "item": "potion" }, { "slot": 4, "amount": 32, "damage": 16421, "item": "potion" }, { "slot": 4, "amount": 32, "damage": 16430, "item": "potion" } ], "effects": [ { "name": "speed", "duration": -1 }, { "name": "regeneration", "duration": -1 } ] }, "spy": { "armor": { "helmet": { "item": "leather_helmet", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 2 } ] } }, "chestplate": { "item": "leather_chestplate" }, "leggings": { "item": "leather_leggings" }, "boots": { "item": "leather_boots" } }, "items": [ { "slot": 0, "item": "diamond_sword", "nbt": { "display": { "name": "Dragonshard Dagger" }, "enchantments": [ { "name": "damage_all", "level": 6 } ] } }, { "slot": 1, "damage": 235, "item": "iron_sword", "nbt": { "display": { "name": "Lethal Edge" }, "enchantments": [ { "name": "damage_all", "level": 12 } ] } } ], "effects": [ { "name": "invisibility", "duration": -1, "amplifier": 1 } ] }, "sniper": { "armor": { "helmet": { "item": "leather_helmet", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 4 } ] } }, "chestplate": { "item": "chainmail_chestplate", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 3 } ] } }, "leggings": { "item": "chainmail_leggings", "nbt": { "enchantments": [ { "name": "protection_environmental", "level": 2 } ] } }, "boots": { "item": "chainmail_boots" } }, "items": [ { "slot": 0, "item": "gold_sword", "nbt": { "display": { "name": "Excaliju" }, "enchantments": [ { "name": "damage_all", "level": 3 } ] } }, { "slot": 1, "item": "bow", "nbt": { "display": { "name": "The God Splitter" }, "enchantments": [ { "name": "arrow_damage", "level": 5 }, { "name": "arrow_infinite", "level": 1 } ] } }, { "slot": 9, "item": "arrow" } ], "effects": [ { "name": "speed", "duration": -1 }, { "name": "night_vision", "duration": -1 } ] } }, "teams": { "red": { "name": "Red", "color": "red", "kit": "rouge", "size": 24, "spawns": [ { "point": { "xyz": "0, 16, -127" } } ] }, "blue": { "name": "Blue", "color": "blue", "kit": "rouge", "size": 24, "spawns": [ { "point": { "xyz": "-31, 13, -235" } } ] } }, "classes": { "rouge": { "name": "Rouge", "icon": "leather", "description": "The basic class for battle against, the foes of your enemy.", "kit": "rouge" }, "alchemist": { "name": "Alchemist", "icon": "potion", "description": "You are a mast of potions and this will help you with your battle.", "kit": "alchemist" }, "sniper": { "name": "Sniper", "icon": "bow", "description": "You work better from far away.", "kit": "sniper" } } }