Skip to content

Commit

Permalink
Add Acear 1 & 2, Masarin and Biomes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matic0B committed Jan 15, 2017
1 parent 88d0a48 commit a27c38a
Show file tree
Hide file tree
Showing 27 changed files with 641 additions and 0 deletions.
Binary file added maps/acear_i/level.dat
Binary file not shown.
Binary file added maps/acear_i/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
161 changes: 161 additions & 0 deletions maps/acear_i/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<map proto="1.4.0">
<name>Acear I</name>
<version>1.2.1</version>
<objective>First team to capture the enemy flag 3 times wins!</objective>
<authors>
<author uuid="022321a8-578b-4438-b035-8a3ca735639f"/> <!-- nintendoboy11 -->
<author uuid="cbd5c47c-1137-4f02-93dd-626a46bdd779"/> <!-- Kaskito -->
</authors>
<contributors>
<contributor uuid="dff980ed-9f69-491e-b79c-30c21350baf2" contribution="XML"/> <!-- DoomyBoy -->
<contributor uuid="715769c5-8c4c-4489-bdf8-f9cee2b2ae8a" contribution="Support/Ideas"/> <!-- amactus -->
</contributors>
<broadcasts>
<tip after="3s">You have to capture the enemy flag at your own flag platform!</tip>
<tip after="5s">Go to your left or right to craft iron armor!</tip>
</broadcasts>
<teams>
<team id="red" color="dark red" max="8" max-overfill="12">Red Team</team>
<team id="blue" color="blue" max="8" max-overfill="12">Blue Team</team>
</teams>
<score>
<limit>3</limit>
<kills>0</kills>
<deaths>0</deaths>
</score>
<kits>
<kit id="spawn">
<item slot="0" unbreakable="true" material="iron sword"/>
<item slot="1" unbreakable="true" material="bow"/>
<item slot="28" amount="24" material="arrow"/>
<item slot="2" unbreakable="true" material="iron pickaxe"/>
<item slot="3" unbreakable="true" material="iron axe"/>
<item slot="5" amount="16" damage="1" material="log"/>
<item slot="6" amount="48" material="leaves"/>
<item slot="7" amount="32" material="cooked beef"/>
<item slot="8" material="golden apple"/>
</kit>
<kit id="red-kit" parents="spawn">
<chestplate unbreakable="true" color="993333" material="leather chestplate"/>
<boots unbreakable="true" material="iron boots"/>
</kit>
<kit id="blue-kit" parents="spawn">
<chestplate unbreakable="true" color="334CB2" material="leather chestplate"/>
<boots unbreakable="true" material="iron boots"/>
</kit>
</kits>
<killreward>
<item material="golden apple"/>
<item amount="10" material="arrow"/>
</killreward>
<filters>
<team id="red-only">red</team>
<team id="blue-only">blue</team>
</filters>
<regions>
<above y="5" id="above-5"/>
<rectangle id="red-flag-protection" min="35,3" max="40,-2"/>
<rectangle id="blue-flag-protection" min="-34,-2" max="-39,3"/>
<cuboid id="red-net" min="35,0,3" max="40,3,-2"/>
<cuboid id="blue-net" min="-34,0,-2" max="-39,3,3"/>
<rectangle id="red-spawn-protection" min="86,-2" max="56,3"/>
<rectangle id="blue-spawn-protection" min="-85,3" max="-55,-2"/>
<rectangle id="red-spawn" min="87,-3" max="61,4"/>
<rectangle id="blue-spawn" min="-86,4" max="-60,-3"/>
<union id="map">
<rectangle min="58,-21" max="-57,22"/>
<intersect>
<region id="above-5"/>
<rectangle min="58,-16" max="60,17"/>
</intersect>
<intersect>
<region id="above-5"/>
<rectangle min="60,-15" max="61,16"/>
</intersect>
<intersect>
<region id="above-5"/>
<rectangle min="61,-13" max="62,14"/>
</intersect>
<intersect>
<region id="above-5"/>
<rectangle min="-57,17" max="-59,-16"/>
</intersect>
<intersect>
<region id="above-5"/>
<rectangle min="-59,16" max="-60,-15"/>
</intersect>
<intersect>
<region id="above-5"/>
<rectangle min="-60,14" max="-61,-13"/>
</intersect>
</union>
<complement id="build-region">
<region id="map"/>
<region id="red-spawn-protection"/>
<region id="blue-spawn-protection"/>
</complement>
<cuboid id="spawn-protection-1" min="6,20,7" max="-6,27,-7"/>
<!-- Applied -->
<apply enter="red-only" region="red-spawn" message="Only Red Team may enter this spawn!"/>
<apply enter="blue-only" region="blue-spawn" message="Only Blue Team may enter this spawn!"/>
<apply block="never" message="You may not edit the spawn area" region="spawn-protection-1"/>
<apply block="never" message="You may not edit blocks above the flag platform.">
<region>
<region id="red-flag-protection"/>
<region id="blue-flag-protection"/>
</region>
</apply>
<apply block="never" message="You may not modify blocks outside the playing field!">
<region>
<negative>
<region id="build-region"/>
</negative>
</region>
</apply>
</regions>
<spawns>
<spawn team="red" kit="red-kit">
<regions>
<point yaw="90">83.5,6,0.5</point>
</regions>
</spawn>
<spawn team="blue" kit="blue-kit">
<regions>
<point yaw="-90">-82.5,6,0.5</point>
</regions>
</spawn>
<default>
<regions>
<point>0.5,23,0.5</point>
</regions>
</default>
</spawns>
<flags>
<!-- Red's Flag -->
<post id="red-flag-post" pickup-filter="blue-only">37.5,1,0.5</post>
<flag id="red-flag" name="Red Flag" color="red" post="red-flag-post"/>
<net post="red-flag-post" points="1" region="blue-net" capture-filter="blue-only"/>
<!-- Blue's Flag -->
<post id="blue-flag-post" pickup-filter="red-only">-36.5,1,0.5</post>
<flag id="blue-flag" name="Blue Flag" color="blue" post="blue-flag-post"/>
<net post="blue-flag-post" points="1" region="red-net" capture-filter="red-only"/>
</flags>
<itemremove>
<item>leather chestplate</item>
<item>iron boots</item>
<item>iron sword</item>
<item>bow</item>
<item>iron pickaxe</item>
<item>iron axe</item>
<item>cooked beef</item>
<item>golden apple</item>
<item>wood</item>
<item>leaves</item>
<item>water lily</item>
<item>iron helmet</item>
<item>iron chestplate</item>
<item>iron leggings</item>
</itemremove>
<time>15m</time>
<maxbuildheight>19</maxbuildheight>
</map>
Binary file added maps/acear_i/region/r.-1.-1.mca
Binary file not shown.
Binary file added maps/acear_i/region/r.-1.0.mca
Binary file not shown.
Binary file added maps/acear_i/region/r.0.-1.mca
Binary file not shown.
Binary file added maps/acear_i/region/r.0.0.mca
Binary file not shown.
Binary file added maps/acear_ii/level.dat
Binary file not shown.
Binary file added maps/acear_ii/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions maps/acear_ii/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<map proto="1.4.0">
<name>Acear II</name>
<version>2.3.0</version>
<objective>Break the enemy team's monument.</objective>
<authors>
<author uuid="022321a8-578b-4438-b035-8a3ca735639f"/>
<!-- nintendoboy11 -->
<author uuid="cbd5c47c-1137-4f02-93dd-626a46bdd779"/>
<!-- Kaskito -->
<author uuid="755acf7d-c9b4-4f1d-b7ac-db4dfdfa2b26" contribution="XML"/>
<!-- Strmr -->
</authors>
<broadcasts>
<tip after="10s">You can get iron armor by crafting it in the far left and right islands!</tip>
</broadcasts>
<gamemode>dtm</gamemode>
<teams>
<team id="red-team" color="dark red" max="25" max-overfill="30">Red</team>
<team id="blue-team" color="blue" max="25" max-overfill="30">Blue</team>
</teams>
<spawns>
<spawn kit="kit-red" team="red-team">
<regions yaw="-90">
<cuboid min="-69,50,-1" max="-65,52,2"/>
</regions>
</spawn>
<spawn kit="kit-blue" team="blue-team">
<regions yaw="90">
<cuboid min="156,50,-1" max="152,52,2"/>
</regions>
</spawn>
<default>
<regions yaw="90">
<point>43,59,0</point>
</regions>
</default>
</spawns>
<kits>
<kit id="teams" force="true">
<item slot="0" name="Sword">iron sword</item>
<item slot="1" name="Bow">bow</item>
<item slot="2" unbreakable="true">diamond pickaxe</item>
<item slot="3">iron axe</item>
<item slot="5" amount="16" damage="1">log</item>
<item slot="6" amount="48">leaves</item>
<item slot="7" amount="32">cooked beef</item>
<item slot="8" amount="1">golden apple</item>
<item slot="28" amount="24">arrow</item>
<potion duration="oo" amplifier="1">night vision</potion>
<boots unbreakable="true" locked="false">iron boots</boots>
</kit>
<kit id="kit-red" parents="teams">
<chestplate color="993333" unbreakable="false" locked="false">leather chestplate</chestplate>
</kit>
<kit id="kit-blue" parents="teams">
<chestplate color="334CB2" unbreakable="true" locked="false">leather chestplate</chestplate>
</kit>
</kits>
<destroyables name="Monument" materials="obsidian" completion="100%" mode-changes="true">
<destroyable owner="blue-team">
<region>
<cuboid min="88,5,-0" max="90,12,1"/>
</region>
</destroyable>
<destroyable owner="red-team">
<region>
<cuboid min="-3,5,-0" max="-1,12,1"/>
</region>
</destroyable>
</destroyables>
<modes>
<mode after="20m" material="gold block"/>
</modes>
<disabledamage>
<damage>suffocation</damage>
</disabledamage>
<respawn delay="2s" blackout="true"/>
<regions>
<rectangle id="redfront" min="-67,-9" max="-40,9"/>
<apply block="never" region="redfront" message="You may not edit the spawn area"/>
<rectangle id="bluefront" min="127,-9" max="154,9"/>
<apply block="never" region="bluefront" message="You may not edit the spawn area"/>
<cylinder id="one" base="-65,1,0" radius="7" height="50"/>
<apply block="never" region="one" message="You may not edit the spawn area"/>
<cylinder id="two" base="151,1,0" radius="7" height="50"/>
<apply block="never" region="two" message="You may not edit the spawn area"/>
<apply block="always">
<region>
<rectangle min="127,-7" max="-40,8"/>
</region>
</apply>
<apply block="never" message="You may not edit blocks outside of the map">
<region>
<negative><rectangle min="-32,-29" max="119,30"/></negative>
</region>
</apply>
</regions>
<killreward>
<item amount="16" material="arrow"/>
<item amount="1" material="golden apple"/>
<item amout="4" material="water lily"/>
</killreward>
<itemremove>
<item>iron sword</item>
<item>bow</item>
<item>iron axe</item>
<item>diamond pickaxe</item>
<item>leather chestplate</item>
<item>iron boots</item>
<item>obsidian</item>
</itemremove>
<timelock>on</timelock>
<maxbuildheight>35</maxbuildheight>
</map>
Binary file added maps/acear_ii/region/r.-1.-1.mca
Binary file not shown.
Binary file added maps/acear_ii/region/r.-1.0.mca
Binary file not shown.
Binary file added maps/acear_ii/region/r.0.-1.mca
Binary file not shown.
Binary file added maps/acear_ii/region/r.0.0.mca
Binary file not shown.
Binary file added maps/biomes/level.dat
Binary file not shown.
Binary file added maps/biomes/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a27c38a

Please sign in to comment.