Last active
December 21, 2015 01:59
-
-
Save rmsy/6232138 to your computer and use it in GitHub Desktop.
Metadata for Lys.
This file contains 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>Lys</name> | |
<version>1.0</version> | |
<objective>Destroy both of the enemy monuments whilst defending your own!</objective> | |
<authors> | |
<author contribution="Map design">Tywnis</author> | |
</authors> | |
<contributors> | |
<contributor contribution="Metadata (XML)">iamramsey</contributor> | |
</contributors> | |
<teams> | |
<team color="dark red" max="25">Red Team</team> | |
<team color="blue" max="25">Blue Team</team> | |
</teams> | |
<destroyables materials="obsidian" completion="100%"> | |
<destroyables name="Monument A"> | |
<destroyable owner="blue"> | |
<cuboid min="1564,12,-1183" max="1564,13,-1183"/> | |
</destroyable> | |
<destroyable owner="red"> | |
<cuboid min="1680,12,-1197" max="1680,13,-1197"/> | |
</destroyable> | |
</destroyables> | |
<destroyables name="Monument B"> | |
<destroyable owner="blue"> | |
<cuboid min="1615,12,-1132" max="1615,13,-1132"/> | |
</destroyable> | |
<destroyable owner="red"> | |
<cuboid min="1629,12,-1248" max="1629,13,-1248"/> | |
</destroyable> | |
</destroyables> | |
</destroyables> | |
<kits> | |
<kit name="players"> | |
<item slot="0">iron sword</item> | |
<item slot="1" enchantment="arrow damage:1">bow</item> | |
<item slot="2">diamond pickaxe</item> | |
<item slot="3" amount="64" damage="2">log</item> | |
<item slot="4" amount="64">thin glass</item> | |
<item slot="5" amount="64">baked potato</item> | |
<item slot="28" amount="64">arrow</item> | |
<item slot="29" amount="64">arrow</item> | |
<chestplate>gold chestplate</chestplate> | |
</kit> | |
<kit name="team-blue" parents="players"> | |
<helmet color="334cb2">leather helmet</helmet> | |
<leggings color="334cb2">leather leggings</leggings> | |
<boots color="334cb2">leather boots</boots> | |
</kit> | |
<kit name="team-blue" parents="players"> | |
<helmet color="993333">leather helmet</helmet> | |
<leggings color="993333">leather leggings</leggings> | |
<boots color="993333">leather boots</boots> | |
</kit> | |
</kits> | |
<spawns> | |
<default yaw="135"> | |
<cuboid min="1621,45,-1191" max="1623,45,-1189"/> | |
</default> | |
<spawn team="red" kit="team-red"> | |
<cuboid min="1695,5,-1265" max="1697,5,-1263"/> | |
</spawn> | |
<spawn team="blue" kit="team-blue"> | |
<cuboid min="1547,5,-1117" max="1549,5,-1115"/> | |
</spawn> | |
</spawns> | |
<filters> | |
<filter name="protected-blocks"> | |
<not> | |
<all> | |
<any> | |
<block>mob spawner</block> | |
<!-- Vulnerability in Minecraft allows for bedrock to be broken. --> | |
<block>bedrock</block> | |
</any> | |
<any> | |
<filter name="allow-break"/> | |
<filter name="deny-all"/> | |
</any> | |
</all> | |
</not> | |
</filter> | |
<filter name="supply-protected-blocks" parents="deny-all"> | |
<allow> | |
<block>diamond block</block> | |
</allow> | |
</filter> | |
</filters> | |
<regions> | |
<cylinder name="playing-field" base="1622,0,-1190" radius="93" height="20"/> | |
<circle name="red-supplies" base="1680,-1248" radius="10"/> | |
<circle name="blue-supplies" base="1564,-1132" radius="10"/> | |
<apply block="deny-all" message="You can't build out here!"> | |
<complement> | |
<rectangle min="-oo,-oo" max="oo,oo"/> | |
<region name="playing-field"/> | |
</complement> | |
</apply> | |
<apply block="supply-protected-blocks" message="You can only break diamonds in here!"> | |
<region name="blue-supplies"/> | |
<region name="red-supplies"/> | |
</apply> | |
</regions> | |
<toolrepair> | |
<tool>iron sword</tool> | |
<tool>bow</tool> | |
<tool>diamond pickaxe</tool> | |
<tool>gold chestplate</tool> | |
<tool>leather helmet</tool> | |
<tool>leather leggings</tool> | |
<tool>leather boots</tool> | |
</toolrepair> | |
<friendlyfirerefund>on</friendlyfirerefund> | |
<itemremove> | |
<item>log</item> | |
<item>baked potato</item> | |
</itemremove> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment