Last active
August 29, 2015 14:24
-
-
Save unixfox/03cd5518ee277c6a8b3a to your computer and use it in GitHub Desktop.
XML of Valarius map
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
<map proto="1.4.0"> | |
<name>Valarius</name> | |
<version>1.2</version> | |
<objective>Destroy the other team's endstone monuments and leak lava from their core.</objective> | |
<authors> | |
<author uuid="748b36ae-01c5-43b3-914c-e3b4cdfb98db"/> <!-- hugbatnat --> | |
<author uuid="a14067eb-fee6-47b7-9dc5-970f0f0d5a01"/> <!-- Toady --> | |
</authors> | |
<contributors> | |
<contributor contribution="XML" uuid="65d3ae85-7a2e-40ad-a19e-1c2a429d515b"/> <!-- SrChains --> | |
<contributor contribution="XML" uuid="02407912-8bbf-4b7b-a34c-a45339841436"/> <!-- unixfox --> | |
<contributor contribution="XML" uuid="dff980ed-9f69-491e-b79c-30c21350baf2"/> <!-- DoomRobotBoy --> | |
<contributor contribution="Map Design" uuid="9777e3b4-65f5-4394-8c3e-6c488420936e"/> <!-- SharkfucR --> | |
<contributor contribution="Feedback" uuid="7824a465-ab13-4f60-9c5b-4c8fef2bfdda"/> <!-- Varis5H --> | |
</contributors> | |
<rules> | |
<rule>Dispensers are disabled</rule> | |
</rules> | |
<players min="2"/> | |
<filters> | |
<not id="deny-dispenser"> | |
<material>dispenser</material> | |
</not> | |
<not id="deny-obsidian"> | |
<material>obsidian</material> | |
</not> | |
</filters> | |
<teams> | |
<team id="yellow" color="yellow" max="10">Yellow Team</team> | |
<team id="green" color="green" max="10">Green Team</team> | |
</teams> | |
<regions> | |
<!-- Playable region --> | |
<apply block="never" message="You may not interact with blocks outside the playing field."> | |
<region> | |
<negative> | |
<rectangle id="playable" min="618,63" max="465,313"/> | |
</negative> | |
</region> | |
</apply> | |
<apply block="never" message="You may not place or break blocks in and around the water drops."> | |
<region> | |
<circle center="541.5,289.5" radius="6"/><!-- green team --> | |
<circle center="541.5,87.5" radius="6"/><!-- yellow team --> | |
</region> | |
</apply> | |
<!-- Apply the deny-dispenser filter to an infinite region --> | |
<apply block-place="deny-dispenser" message="Dispensers are disabled on this map!"> | |
<region> | |
<rectangle min="-oo,-oo" max="oo,oo"/> | |
</region> | |
</apply> | |
<apply block="never" message="You may not place or break blocks in the spawn tunnel."> | |
<region> | |
<union> | |
<cuboid min="536,148,92" max="546,156,68"/><!-- green team --> | |
<cuboid min="536,148,286" max="546,156,308"/><!-- yellow team --> | |
</union> | |
</region> | |
</apply> | |
</regions> | |
<itemremove> | |
<item>obsidian</item> | |
<item>ender stone</item> | |
<item>gold block</item> | |
<item>diamond pickaxe</item> | |
</itemremove> | |
<kits> | |
<kit id="spawnkit" force="true"> | |
<item slot="0" material="diamond pickaxe"/> | |
</kit> | |
</kits> | |
<spawns> | |
<spawn team="green" kit="spawnkit"> | |
<regions yaw="0"> | |
<cuboid min="542,152,74" max="540,152,72"/> | |
</regions> | |
</spawn> | |
<spawn team="yellow" kit="spawnkit"> | |
<regions yaw="-180"> | |
<cuboid min="540,152,302" max="542,152,304"/> | |
</regions> | |
</spawn> | |
<default> | |
<regions yaw="-90"> | |
<cylinder base="441,142,188" radius="3" height="0"/> | |
</regions> | |
</default> | |
</spawns> | |
<cores material="obsidian" leak="5" mode-changes="true"> | |
<core team="green"> | |
<region> | |
<cuboid min="544,26,130" max="539,31,135"/> | |
</region> | |
</core> | |
<core team="yellow"> | |
<region> | |
<cuboid min="539,26,247" max="544,31,242"/> | |
</region> | |
</core> | |
</cores> | |
<destroyables owner="green" materials="ender stone" completion="100%" mode-changes="false"> | |
<destroyable name="Left Monument"> | |
<region> | |
<cuboid min="576,30,157" max="573,39,154"/> | |
</region> | |
</destroyable> | |
<destroyable name="Right Monument"> | |
<region> | |
<cuboid min="507,30,157" max="510,39,154"/> | |
</region> | |
</destroyable> | |
</destroyables> | |
<destroyables owner="yellow" materials="ender stone" completion="100%" mode-changes="false"> | |
<destroyable name="Right Monument"> | |
<region> | |
<cuboid min="576,30,220" max="573,39,223"/> | |
</region> | |
</destroyable> | |
<destroyable name="Left Monument"> | |
<region> | |
<cuboid min="507,30,223" max="510,39,220"/> | |
</region> | |
</destroyable> | |
</destroyables> | |
<modes> | |
<mode after="10m" material="gold block" name="GOLD CORE MODE!"/> | |
<mode after="30m" material="glass" name="GLASS CORE MODE!"/> | |
</modes> | |
<maxbuildheight>56</maxbuildheight> | |
<timelock>on</timelock> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment