-
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
1 parent
78662a1
commit a6d7f18
Showing
7 changed files
with
157 additions
and
0 deletions.
There are no files selected for viewing
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.
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,157 @@ | ||
<map proto="1.3.3" internal="true"> | ||
<name>Downforce</name> | ||
<version>1.0.1</version> | ||
<objective>Capture the enemy team's wool!</objective> | ||
<authors> | ||
<author uuid="61982fa8-f0f9-46d7-977a-47325c9bbd5c"/> <!-- Cirenah --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="36e46b32-80ef-4fa5-b1e2-6c777736d888" contribution="XML"/> <!-- elijahyap --> | ||
<contributor uuid="2ca8072f-74be-4798-85b8-bbce03aa91af" contribution="Feedback"/> <!-- Tywnis --> | ||
<contributor uuid="e37f18f1-117b-47db-8806-6d3a0854b518" contribution="Feedback"/> <!-- chickolympics --> | ||
</contributors> | ||
<teams> | ||
<team id="red" color="dark red" max="10" max-overfill="14">Red</team> | ||
<team id="blue" color="blue" max="10" max-overfill="14">Blue</team> | ||
</teams> | ||
<spawns> | ||
<default yaw="90"> | ||
<cuboid min="18,84,-1" max="21,84,2"/> | ||
</default> | ||
<spawn team="blue" kit="blue" yaw="0"> | ||
<cuboid min="23,69,-36" max="25,69,-35"/> | ||
</spawn> | ||
<spawn team="red" kit="red" yaw="180"> | ||
<cuboid min="23,69,36" max="25,69,37"/> | ||
</spawn> | ||
</spawns> | ||
<kits> | ||
<kit name="team"> | ||
<item slot="0">iron sword</item> | ||
<item slot="1">bow</item> | ||
<item slot="2">iron pickaxe</item> | ||
<item slot="3" enchantment="durability:3">stone spade</item> | ||
<item slot="4" amount="32">smooth brick</item> | ||
<item slot="5" amount="16">glass</item> | ||
<item slot="28" amount="8">arrow</item> | ||
<item slot="8" amount="64">cooked beef</item> | ||
<potion duration="5" amplifier="5">damage resistance</potion> | ||
</kit> | ||
<kit name="red" parents="team"> | ||
<helmet color="dd5566">leather helmet</helmet> | ||
<chestplate color="dd5566">leather chestplate</chestplate> | ||
<leggings>chainmail leggings</leggings> | ||
<boots color="dd5566">leather boots</boots> | ||
</kit> | ||
<kit name="blue" parents="team"> | ||
<helmet color="5e55dd">leather helmet</helmet> | ||
<chestplate color="5e55dd">leather chestplate</chestplate> | ||
<leggings>chainmail leggings</leggings> | ||
<boots color="5e55dd">leather boots</boots> | ||
</kit> | ||
</kits> | ||
<itemremove> | ||
<item>iron sword</item> | ||
<item>bow</item> | ||
<item>iron pickaxe</item> | ||
<item>stone spade</item> | ||
<item>smooth brick</item> | ||
<item>glass</item> | ||
<item>arrow</item> | ||
<item>cooked beef</item> | ||
<item>clay ball</item> | ||
<item>glowstone dust</item> | ||
<item>step</item> | ||
<item>leather helmet</item> | ||
<item>leather chestplate</item> | ||
<item>chainmail leggings</item> | ||
<item>leather boots</item> | ||
<item>wool:11</item> | ||
<item>wool:14</item> | ||
</itemremove> | ||
<filters> | ||
<filter name="blue-chests"> | ||
<all> | ||
<not><block>chest</block></not> | ||
<team>blue</team> | ||
</all> | ||
</filter> | ||
<filter name="red-chests"> | ||
<all> | ||
<not><block>chest</block></not> | ||
<team>red</team> | ||
</all> | ||
</filter> | ||
<filter name="deny-spawners"> | ||
<not> | ||
<block>mob spawner</block> | ||
</not> | ||
</filter> | ||
<filter name="red"> | ||
<team>red</team> | ||
</filter> | ||
<filter name="blue"> | ||
<team>blue</team> | ||
</filter> | ||
</filters> | ||
<regions> | ||
<cuboid name="void" min="2,7,-14" max="44,30,15"/> | ||
<cuboid name="blue-wool" max="-41,0,15" min="-32,30,26"/> | ||
<cuboid name="red-wool" max="-41,0,-25" min="-32,30,-14"/> | ||
<union name="blue-side"> | ||
<cuboid min="-32,0,-25" max="44,30,-14"/> | ||
<complement name="blue-spawn-lane"> | ||
<cuboid min="9,7,-39" max="39,30,-25"/> | ||
<cuboid name="blue-spawn-room" min="20,7,-39" max="29,30,-32"/> | ||
<cuboid min="16,7,-25" max="33,30,-32"/> | ||
</complement> | ||
</union> | ||
<union name="red-side"> | ||
<cuboid min="-32,0,15" max="44,30,26"/> | ||
<complement name="red-spawn-lane"> | ||
<cuboid min="9,7,26" max="39,30,40"/> | ||
<rectangle name="red-spawn-room" min="20,33" max="29,40"/> | ||
<rectangle min="16,26" max="33,33"/> | ||
</complement> | ||
</union> | ||
<union name="buildable"> | ||
<region name="red-side"/> | ||
<region name="blue-side"/> | ||
<region name="void"/> | ||
<region name="blue-wool"/> | ||
<region name="red-wool"/> | ||
</union> | ||
<apply block="deny-all" message="You may not place or break blocks outside of the map"> | ||
<negative> | ||
<region name="buildable"/> | ||
</negative> | ||
</apply> | ||
<apply enter="blue" message="You may not enter the blue spawn"> | ||
<region name="blue-spawn-room"/> | ||
</apply> | ||
<apply enter="red" message="You may not enter the red spawn"> | ||
<region name="red-spawn-room"/> | ||
</apply> | ||
<apply block="blue-chests" enter="blue" message="You may not enter your own wool room"> | ||
<region name="blue-wool"/> | ||
</apply> | ||
<apply block="red-chests" enter="red" message="You may not enter your own wool room"> | ||
<region name="red-wool"/> | ||
</apply> | ||
<apply block="deny-spawners"> | ||
<rectangle min="-oo,-oo" max="oo,oo"/> | ||
</apply> | ||
</regions> | ||
<wools> | ||
<wool team="blue" color="blue"> | ||
<block>27.5,13.5,-35.5</block> | ||
</wool> | ||
<wool team="red" color="red"> | ||
<block>27.5,13,36.5</block> | ||
</wool> | ||
</wools> | ||
<killreward> | ||
<item amount="2">arrow</item> | ||
<item amount="4" damage="2">log</item> | ||
</killreward> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.