Created
March 23, 2014 11:28
-
-
Save Dinner1111/9721887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<map proto="1.3.0"> | |
<name>Enchanted Woods</name> | |
<version>1.0.0</version> | |
<objective>Leak lava from the other team's core.</objective> | |
<authors> | |
<author contribution="Map Design and Construction">exrisaf</author> | |
<author contribution="Map Design and Construction, Moral Support">Kuuichi</author> | |
</authors> | |
<contributors> | |
<contributor contribution="WorldEdit and Bukkit Help">Fire_Pengo</contributor> | |
</contributors> | |
<cores material="obsidian" leak="8"> | |
<core team="blue"> | |
<cuboid min="3,24,42" max="8,20,47"/> | |
</core> | |
<core team="red"> | |
<cuboid min="104,24,54" max="99,20,49"/> | |
</core> | |
</cores> | |
<teams> | |
<team color="blue" max="50" max-overfill="70">Blue Team</team> | |
<team color="dark red" max="50" max-overfill="70">Red Team</team> | |
</teams> | |
<kits> | |
<kit name="spawn"> | |
<item slot="0">iron sword</item> | |
<item slot="1" enchantment="arrow infinite:1">bow</item> | |
<item slot="28">arrow</item> | |
<item slot="2">diamond pickaxe</item> | |
<item slot="3">iron axe</item> | |
<item slot="4" amount="64" damage="1">log</item> | |
<item slot="5" amount="64">cooked beef</item> | |
</kit> | |
<kit name="red" parents="spawn"> | |
<chestplate color="cd0000">leather chestplate</chestplate> | |
</kit> | |
<kit name="blue" parents="spawn"> | |
<chestplate color="0066cc">leather chestplate</chestplate> | |
</kit> | |
</kits> | |
<toolrepair> | |
<tool>iron sword</tool> | |
<tool>bow</tool> | |
<tool>diamond pickaxe</tool> | |
<tool>iron axe</tool> | |
<tool>arrow</tool> | |
</toolrepair> | |
<itemremove> | |
<item>leather chestplate</item> | |
<item>obsidian</item> | |
<item>string</item> | |
</itemremove> | |
<maxbuildheight>69</maxbuildheight> | |
<difficulty>1</difficulty> | |
<spawns> | |
<spawn team="red" kit="red" yaw="135"> | |
<cuboid min="129,9,92" max="125,9,88"/> | |
</spawn> | |
<spawn team="blue" kit="blue" yaw="-45"> | |
<cuboid min="-22,9,3" max="-18,9,7"/> | |
</spawn> | |
<default yaw="-90"> | |
<cuboid min="58,85,47" max="54,85,50"/> | |
</default> | |
</spawns> | |
<filters> | |
<filter name="only-blue" parents="deny-all"> | |
<allow> | |
<team>blue</team> | |
</allow> | |
</filter> | |
<filter name="only-red" parents="deny-all"> | |
<allow> | |
<team>red</team> | |
</allow> | |
</filter> | |
</filters> | |
<regions> | |
<apply block="deny-all"> | |
<negative> | |
<rectangle min="134,97" max="-27,-1"/> | |
</negative> | |
</apply> | |
<apply enter="only-blue" block="deny-all"> | |
<circle center="126.5,89.5" radius="10.5"/> | |
</apply> | |
<apply enter="only-red" block="deny-all"> | |
<circle center="-19.5,6.5" radius="10.5"/> | |
</apply> | |
</regions> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment