Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created October 1, 2013 23:27
Show Gist options
  • Select an option

  • Save Electroid/6786816 to your computer and use it in GitHub Desktop.

Select an option

Save Electroid/6786816 to your computer and use it in GitHub Desktop.
Aqua Zero XML
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Aqua Zero</name>
<version>1.0</version>
<objective>Eliminate the other team before 5 minutes are up.</objective>
<!-- Authors/Contributors -->
<authors>
<author>Marble37</author>
</authors>
<!-- Teams -->
<teams>
<team color="dark aqua" max="20">Cyan Team</team>
<team color="green" max="20">Green Team</team>
</teams>
<!-- Gamemode -->
<blitz>
<time>5m</time>
<lives>1</lives>
</blitz>
<!-- Spawns -->
<spawns>
<default yaw="0">
<cuboid min="-1793,39,790" max="-1789,39,786"/>
</default>
<spawn team="green" kit="green" yaw="0">
<cuboid min="-1790,25,694" max="-1792,25,700"/>
<cuboid min="-1792,25,882" max="-1790,25,876"/>
</spawn>
<spawn team="cyan" kit="cyan" yaw="0">
<cuboid min="-1885,25,789" max="-1879,25,787"/>
<cuboid min="-1697,25,787" max="-1703,25,789"/>
</spawns>
<!-- Kits -->
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1">bow</item>
<item slot="2" amount="32">melon</item>
<item slot="3">golden apple</item>
<item slot="8" amount="16">arrow</item>
</kit>
<kit name="green" parents="spawn">
<helmet color="55FF55">leather helmet</helmet>
<chestplate color="55FF55">leather chestplate</chestplate>
<leggings color="55FF55">leather leggings</leggings>
<boots color="55FF55" enchantment="protection fall:3">leather boots</boots>
</kit>
<kit name="cyan" parents="spawn">
<helmet color="3089A8">leather helmet</helmet>
<chestplate color="3089A8">leather chestplate</chestplate>
<leggings color="3089A8">leather leggings</leggings>
<boots color="3089A8" enchantment="protection fall:3">leather boots</boots>
</kit>
</kits>
<!-- Filters -->
<filters>
<filter name="deny-blockedit" parents="deny-blocks"></filter>
<filter name="deny-watermove" parents="deny-world"></filter>
</filters>
<!-- Regions -->
<regions>
<apply block="deny-blockedit" message="You cannot break blocks on this map!">
<cuboid min="-1649,256,929" max="-1929,0,648"/>
</apply>
<apply block="deny-watermove">
<cuboid min="-1649,256,929" max="-1929,0,648"/>
</apply>
</regions>
<!-- Other Settings -->
<timelock>on</timelock>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>melon</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment