Skip to content

Instantly share code, notes, and snippets.

@amactus
Created May 10, 2019 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amactus/3ae68fb907252739961fb10bb7ced51d to your computer and use it in GitHub Desktop.
Save amactus/3ae68fb907252739961fb10bb7ced51d to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.1">
<include src="tutorial.xml"/>
<name>Battle Ecliptica II</name>
<version>1.1.6</version>
<objective>Capture the other team's wools to win the game!</objective>
<authors>
<author uuid="e37f18f1-117b-47db-8806-6d3a0854b518"/> <!-- chickolympics -->
</authors>
<contributors>
<contributor uuid="15dc7f7a-40cd-4389-ad45-f8a33a09a394" contribution="Map Feedback and Aesthetics"/> <!-- moo88888888 -->
<contributor uuid="c2a4c847-653e-482a-b62e-d7f8b64330cb" contribution="Map Feedback"/> <!-- NathanTheBook -->
<contributor uuid="dad8b95c-cf6a-44df-982e-8c8dd70201e0" contribution="Metadata"/> <!-- ElectroidFilms -->
</contributors>
<teams>
<team color="yellow" max="4" max-overfill="6">Yellow</team>
<team color="dark green" max="4" max-overfill="6">Green</team>
<team color="dark red" max="4" max-overfill="6">Red</team>
<team color="blue" max="4" max-overfill="6">Blue</team>
</teams>
<rules>
<rule>Creating alliances with another team(s) is allowed.</rule>
</rules>
<spawns>
<spawn team="red" kit="red" yaw="180">
<point>0.5,8,88.5</point>
</spawn>
<spawn team="green" kit="green" yaw="90">
<point>88.5,8,0.5</point>
</spawn>
<spawn team="yellow" kit="yellow" yaw="0">
<point>0.5,8,-87.5</point>
</spawn>
<spawn team="blue" kit="blue" yaw="-90">
<point>-87.5,8,0.5</point>
</spawn>
<default yaw="0">
<cylinder base="0.5,30,0.5" radius="2" height="0"/>
</default>
</spawns>
<kits>
<kit name="teams">
<clear-items/>
<item slot="0" unbreakable="true">stone sword</item>
<item slot="1" unbreakable="true" enchantment="arrow infinite:1">bow</item>
<item slot="28">arrow</item>
<item slot="2" unbreakable="true" enchantment="durability:1">iron pickaxe</item>
<item slot="3" unbreakable="true" enchantment="durability:1">iron spade</item>
<item slot="8" amount="32">cooked chicken</item>
<leggings unbreakable="true" locked="true">iron leggings</leggings>
<potion amplifier="10" duration="3s">damage resistance</potion>
<knockback-reduction>1</knockback-reduction>
</kit>
<kit name="red" parents="teams">
<item slot="4" amount="16" damage="14">stained clay</item>
<item slot="5" amount="4" damage="14">stained glass</item>
<helmet unbreakable="true" color="cd0000" locked="true">leather helmet</helmet>
<chestplate unbreakable="true" color="cd0000" enchantment="protection projectile:1" locked="true">leather chestplate</chestplate>
<boots unbreakable="true" color="cd0000" locked="true">leather boots</boots>
</kit>
<kit name="blue" parents="teams">
<item slot="4" amount="16" damage="11">stained clay</item>
<item slot="5" amount="4" damage="11">stained glass</item>
<helmet unbreakable="true" color="0066cc" locked="true">leather helmet</helmet>
<chestplate unbreakable="true" color="0066cc" enchantment="protection projectile:1" locked="true">leather chestplate</chestplate>
<boots unbreakable="true" color="0066cc" locked="true">leather boots</boots>
</kit>
<kit name="green" parents="teams">
<item slot="4" amount="16" damage="5">stained clay</item>
<item slot="5" amount="4" damage="5">stained glass</item>
<helmet unbreakable="true" color="667F33" locked="true">leather helmet</helmet>
<chestplate unbreakable="true" color="667F33" enchantment="protection projectile:1" locked="true">leather chestplate</chestplate>
<boots unbreakable="true" color="667F33" locked="true">leather boots</boots>
</kit>
<kit name="yellow" parents="teams">
<item slot="4" amount="16" damage="4">stained clay</item>
<item slot="5" amount="4" damage="4">stained glass</item>
<helmet unbreakable="true" color="E5E533" locked="true">leather helmet</helmet>
<chestplate unbreakable="true" color="E5E533" enchantment="protection projectile:1" locked="true">leather chestplate</chestplate>
<boots unbreakable="true" color="E5E533" locked="true">leather boots</boots>
</kit>
<kit name="remove-spawn-protection">
<knockback-reduction>0</knockback-reduction>
</kit>
</kits>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment