Skip to content

Instantly share code, notes, and snippets.

@hfoxy
Last active August 29, 2015 13:59
Show Gist options
  • Save hfoxy/10686797 to your computer and use it in GitHub Desktop.
Save hfoxy/10686797 to your computer and use it in GitHub Desktop.
Updated XML
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Spruce War</name>
<version>1.0</version>
<objective>Destruye el core y defiende el propio!</objective>
<authors>
<author>BrayanGamer</author>
</authors>
<contributors>
<contributor contribution="Diseño">LautaroMC</contributor>
</contributors>
<teams>
<team color="dark red" max="13">Red Team</team>
<team color="blue" max="13">Blue Team</team>
</teams>
<rules>
<rule>No Spawn Kill.</rule>
</rules>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3" enchantment="dig speed:3">stone axe</item>
<item slot="4" amount="16">pumpkin pie</item>
<item slot="5" amount="32">log</item>
<item slot="6" amount="64">ladder</item>
<item slot="7" amount="64">glass</item>
<item slot="8" amount="2">322</item>
<item slot="28">arrow</item>
<item slot="34" amount="64">glass</item>
<potion duration="5" amplifier="5">damage resistance</potion>
<potion duration="5" amplifier="5">heal</potion>
</kit>
<kit name="red" parents="spawn">
<helmet color="cd0000">leather helmet</helmet>
<chestplate color="cd0000" enchantment="protection projectile:2">leather chestplate</chestplate>
<leggings color="cd0000">leather leggings</leggings>
<boots color="cd0000">leather boots</boots>
</kit>
<kit name="blue" parents="spawn">
<helmet color="0066cc">leather helmet</helmet>
<chestplate color="0066cc" enchantment="protection projectile:2">leather chestplate</chestplate>
<leggings color="0066cc">leather leggings</leggings>
<boots color="0066cc">leather boots</boots>
</kit>
</kits>
<filters>
<filter name="only-red" parents="deny-players">
<allow>
<team>Red</team>
</allow>
</filter>
<filter name="only-blue" parents="deny-players">
<allow>
<team>Blue</team>
</allow>
</filter>
</filters>
<spawns>
<spawn team="red" kit="red" angle="-125,47,-67">
<spawn team="red" kit="red" angle="-99,47,-67">
<cylinder base="-112,66,-30,5" height="1" radius="2"/>
</spawn>
</spawn>
<spawn team="blue" kit="blue" angle="-125,47.5,-26.5">
<spawn team="blue" kit="blue" angle="-99,47.5,-26.5">
<cylinder base="-112,66,-30,5" height="1" radius="2"/>
</spawn>
</spawn>
</spawns>
<regions>
<rectangle name="playable" min="-31,-57" max="31,57"/>
<cuboid name="red-spawn" min="27,13,21" max="18,8,33"/>
<cuboid name="blue-spawn" min="-27,13,-21" max="-18,8,-33"/>
<union name="enchantment-tables">
<block>21,15,0</block>
<block>-21,15,0</block>
</union>
<apply block="deny-fire-spread" message="No quemar el mapa!">
<region name="playable"/>
</apply>
<apply block="deny-all" message="Usted no puede construir fuera del campo de juego!">
<negative>
<region name="playable"/>
</negative>
</apply>
<apply block="deny-all" message="No rompa los spawns!">
<region name="red-spawn"/>
</apply>
<apply block="deny-all" message="No rompa los spawns!">
<region name="blue-spawn"/>
</apply>
<apply enter="only-red" message="No entre a `4Red Team`c's Spawn area.">
<region name="red-spawn"/>
</apply>
<apply enter="only-blue" message="No entre a `9Blue Team`c's Spawn area.">
<region name="blue-spawn"/>
</apply>
<apply block="deny-all">
<region name="enchantment-tables"/>
</apply>
</regions>
<toolrepair>
<tool>diamond pickaxe</tool>
<tool>bow</tool>
<tool>stone sword</tool>
<tool>stone axe</tool>
</toolrepair>
<itemremove>
<item>seeds</item>
<item>flint</item>
<item>obsidian</item>
<item>log</item>
<item>glass</item>
<item>arrow</item>
<item>coal</item>
<item>redstone</item>
<item>351:4</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>bread</item>
<item>ladder</item>
</itemremove>
<killreward>
<item amount="8">gold nugget</item>
<item amount="1">exp bottle</item>
</killreward>
<timelock>on</timelock>
<maxbuildheight>44</maxbuildheight>
<mobs>
<filter>
<spawn>spawner</spawn>
</filter>
</mobs>
<destroyables name="Monument" materials="obsidian" completion="50%">
<destroyable owner="red">
<cuboid min="-112,49,-94" max="-112,50,-94"/>
</destroyable>
<destroyable owner="blue">
<cuboid min="-112,49,32" max="-112,50,32"/>
</destroyable>
</destroyables>
<destroyables name="Monument A" materials="obsidian" completion="50%">
<destroyable owner="red">
<cuboid min="-112,50,-94" max="-112,49,-94"/>
</destroyable>
<destroyable owner="blue">
<cuboid min="-112,50,32" max="-112,49,32"/>
</destroyable>
</destroyables>
<destroyables name="Monument B" materials="obsidian" completion="100%">
<destroyable owner="red">
<cuboid min="-112,49,-94" max="-112,50,-94"/>
</destroyable>
<destroyable owner="blue">
<cuboid min="-112,50,32" max="-112,49,32"/>
</destroyable>
</destroyables>
<destroyables name="Monument C" materials="obsidian" completion="100%">
<destroyable owner="red">
<cuboid min="-112,50,-94" max="-112,49,-94"/>
</destroyable>
<destroyable owner="blue">
<cuboid min="-112,49,32" max="-112,50,32"/>
</destroyable>
</destroyables>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment