Skip to content

Instantly share code, notes, and snippets.

@Electroid
Last active August 29, 2015 14:00
Show Gist options
  • Save Electroid/11160143 to your computer and use it in GitHub Desktop.
Save Electroid/11160143 to your computer and use it in GitHub Desktop.
Serengeti
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Serengeti</name>
<version>1.0</version>
<objective>Kill as many enemies as you can in 15 minutes!</objective>
<authors>
<author>DiamondAx</author>
</authors>
<contributors>
<contributor contribution="XML Help">iamramsey</contributor>
</contributors>
<score>
<time>15m</time>
</score>
<teams>
<team color="dark red" max="8" max-overfill="10">Red Team</team>
<team color="blue" max="8" max-overfill="10">Blue Team</team>
</teams>
<spawns>
<spawn team="red" kit="teams" yaw="-90">
<cuboid min="272,8,61" max="267,8,56"/>
</spawn>
<spawn team="blue" kit="teams" yaw="90">
<cuboid min="379,8,55" max="384,8,60"/>
</spawn>
<default angle="322.5,28.5,58.5">
<cuboid min="324,27,59" max="326,27,57"/>
</default>
</spawns>
<kits>
<kit name="teams">
<item slot="0" damage="-3000" enchantment="damage all:1">diamond sword</item>
<item slot="1" damage="-3000" enchantment="arrow infinite:1;arrow damage:1">bow</item>
<item slot="28">arrow</item>
<item slot="2" damage="16421">potion</item>
<item slot="3" damage="16421">potion</item>
<item slot="4" damage="16421">potion</item>
<item slot="5" damage="8226">potion</item>
<item slot="7" amount="2">ender pearl</item>
<item slot="8" amount="32">cooked beef</item>
<item slot="30" damage="8193">potion</item>
<item slot="31" damage="8193">potion</item>
<item slot="32" damage="8226">potion</item>
<item slot="13" damage="16394">potion</item>
<item slot="22" damage="16394">potion</item>
<item slot="14" damage="16394">potion</item>
<item slot="23" damage="16394">potion</item>
<helmet damage="-3000">diamond helmet</helmet>
<chestplate damage="-3000">diamond chestplate</chestplate>
<leggings damage="-3000">diamond leggings</leggings>
<boots damage="-3000" enchantment="protection fall:2">diamond boots</boots>
<potion duration="3" amplifier="3">heal</potion>
</kit>
</kits>
<killreward>
<item damage="16421">potion</item>
<item damage="8226">potion</item>
<item damage="8193">potion</item>
<item damage="16388">potion</item>
<item damage="16394">potion</item>
</killreward>
<toolrepair>
<tool>diamond sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>diamond helmet</item>
<item>diamond chestplate</item>
<item>diamond leggings</item>
<item>diamond boots</item>
<item>cooked beef</item>
<item>glass bottle</item>
<item>ender pearl</item>
<item>potion</item>
</itemremove>
<timelock>on</timelock>
<regions>
<apply block="deny-all">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment