-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,454 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<map proto="1.3.6"> | ||
<name>Battle of Lyndanisse: TE</name> | ||
<version>1.0.6</version> | ||
<objective>Eliminate the other team before 12 minutes is up</objective> | ||
<authors> | ||
<author uuid="c97373ef-4582-4350-8993-8a78f2775c29"/> | ||
<!-- Eclipsen --> | ||
<author uuid="f70b7a8f-93b2-480f-9d54-88e21485a042"/> | ||
<!-- Diamyx --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="2553e6f2-3a2c-440b-a6a3-39e3df7fe3ff" contribution="Terrain and XML"/> | ||
<!-- khazhyk --> | ||
<contributor uuid="07fa10c6-f564-4630-861e-fe134ae27527" contribution="XML and Banter"/> | ||
<!-- Yoyo_ --> | ||
<contributor uuid="cbdc7b1d-7a07-465b-bebb-4f20bfb8ebd8" contribution="Feedback"/> | ||
<!-- Cratain --> | ||
</contributors> | ||
<respawn delay="5s" auto="false"/> | ||
<teams> | ||
<team color="dark red" max="8" max-overfill="8">Red</team> | ||
<team color="blue" max="8" max-overfill="8">Blue</team> | ||
</teams> | ||
<regions> | ||
<union name="red-tunnel"> | ||
<cuboid name="red-back-spawn" min="76,6,303" max="106,13,294"/> | ||
<cuboid name="red-front-spawn" min="105,6,303" max="117,13,285"/> | ||
</union> | ||
<union name="blue-tunnel"> | ||
<cuboid name="blue-back-spawn" min="85,6,12" max="127,13,21"/> | ||
<cuboid name="blue-front-spawn" min="97,6,12" max="85,13,30"/> | ||
</union> | ||
<union name="protected-spawners"> | ||
<cuboid min="114,12,6" max="118,16,2"/> | ||
<cuboid min="99,1,159" max="104,4,155"/> | ||
<cuboid min="84,16,312" max="88,12,308"/> | ||
</union> | ||
<union name="buildable"> | ||
<cuboid name="blue-grass" min="64,0,-2" max="139,26,108"/> | ||
<cuboid name="red-grass" min="64,0,208" max="139,26,318"/> | ||
<cuboid name="no-mans-land" min="64,0,107" max="139,18,209"/> | ||
<rectangle name="map" min="64.5,-1.5" max="138.5,316.5"/> | ||
</union> | ||
<apply block="deny-all" message="You may not build inside the spawn tunnels!"> | ||
<region name="red-tunnel"/> | ||
<region name="blue-tunnel"/> | ||
</apply> | ||
<apply block="no-void" message="You may not build in the void!"> | ||
<negative> | ||
<rectangle min="139,208" max="64,107"/> | ||
</negative> | ||
</apply> | ||
<apply block="deny-all" message="You may not build this high!"> | ||
<intersect> | ||
<region name="map"/> | ||
<negative> | ||
<region name="blue-grass"/> | ||
<region name="red-grass"/> | ||
<region name="no-mans-land"/> | ||
</negative> | ||
</intersect> | ||
</apply> | ||
<apply block="yoyo-was-here" message="You can't break TNT spawners!"> | ||
<region name="protected-spawners"/> | ||
</apply> | ||
</regions> | ||
<kits> | ||
<kit name="spawn"> | ||
<item slot="0">stone sword</item> | ||
<item slot="1">bow</item> | ||
<item slot="2">stone pickaxe</item> | ||
<item slot="3">stone axe</item> | ||
<item slot="4" amount="32">bread</item> | ||
<item slot="5" amount="10">wood</item> | ||
<item slot="6">golden apple</item> | ||
<item slot="7" amount="8">torch</item> | ||
<item slot="8">web</item> | ||
<item slot="28" amount="16">arrow</item> | ||
</kit> | ||
<kit name="red" parents="spawn"> | ||
<chestplate enchantment="protection projectile:1" unbreakable="true">chainmail chestplate</chestplate> | ||
<helmet color="cd0000" unbreakable="true">leather helmet</helmet> | ||
<leggings color="cd0000" unbreakable="true">leather leggings</leggings> | ||
<boots color="cd0000" unbreakable="true">leather boots</boots> | ||
</kit> | ||
<kit name="blue" parents="spawn"> | ||
<chestplate enchantment="protection projectile:1" unbreakable="true">chainmail chestplate</chestplate> | ||
<helmet color="0066cc" unbreakable="true">leather helmet</helmet> | ||
<leggings color="0066cc" unbreakable="true">leather leggings</leggings> | ||
<boots color="0066cc" unbreakable="true">leather boots</boots> | ||
</kit> | ||
</kits> | ||
<timelock>on</timelock> | ||
<killreward> | ||
<item amount="3">tnt</item> | ||
</killreward> | ||
<toolrepair> | ||
<tool>stone sword</tool> | ||
<tool>bow</tool> | ||
<tool>stone pickaxe</tool> | ||
<tool>stone axe</tool> | ||
</toolrepair> | ||
<itemremove> | ||
<item>bread</item> | ||
<item>leather helmet</item> | ||
<item>chainmail chestplate</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
<item>red rose</item> | ||
<item>yellow flower</item> | ||
<item>web</item> | ||
</itemremove> | ||
<spawns> | ||
<spawns safe="true"> | ||
<spawn team="red" kit="red"> | ||
<regions yaw="-90"> | ||
<point>80.5,7,298.5</point> | ||
</regions> | ||
</spawn> | ||
<spawn team="blue" kit="blue"> | ||
<regions yaw="90"> | ||
<point>122.5,7,16.5</point> | ||
</regions> | ||
</spawn> | ||
</spawns> | ||
<default yaw="270"> | ||
<regions> | ||
<point>19.5,74,157.5</point> | ||
</regions> | ||
</default> | ||
</spawns> | ||
<time>12m</time> | ||
<score> | ||
<kills>1</kills> | ||
<deaths>1</deaths> | ||
</score> | ||
<filters> | ||
<filter name="yoyo-was-here"> | ||
<not><block>mob spawner</block></not> | ||
</filter> | ||
<filter name="no-void"> | ||
<not> | ||
<void/> | ||
</not> | ||
</filter> | ||
</filters> | ||
</map> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.