Last active
August 29, 2015 13:57
-
-
Save dcstarwars/9841599 to your computer and use it in GitHub Desktop.
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
<?xml version="1.2"?> | |
<map proto="1.3.2"> | |
<name>A New Day</name> | |
<version>1.0.0</version> | |
<objective>Capture the enemies wool and return it to your base.</objective> | |
<authors> | |
<author contribution="Idea and Build and some XML fixes">dcstarwars</author> | |
<author contribution="Aesthetics">JTerwiesch</author> | |
</authors> | |
<contributors> | |
<contributor contribution="Spawners and most of the XML">nixter1029</contributor> | |
<contributor contribution="Stolen Houses">xannallax33</contributor> | |
</contributors> | |
<wools team="red"> | |
<wool color="magenta"> | |
<block>114.5,9,213.5</block> | |
</wool> | |
<wool color="lime"> | |
<block>114.5,9,209.5</block> | |
</wool> | |
</wools> | |
<wools team="blue"> | |
<wool color="yellow"> | |
<block>-127.5,9,209.5</block> | |
</wool> | |
<wool color="orange"> | |
<block>-127.5,9,213.5</block> | |
</wool> | |
</wools> | |
<teams> | |
<team color="dark red" max="32">Red Team</team> | |
<team color="blue" max="32">Blue Team</team> | |
</teams> | |
<kits> | |
<kit name="spawn"> | |
<item slot="0">iron sword</item> | |
<item slot="1" enchantment="arrow infinite:1">bow</item> | |
<item slot="28">arrow</item> | |
<item slot="2">iron pickaxe</item> | |
<item slot="3">iron axe</item> | |
<item slot="4" amount="64">cooked beef</item> | |
<item slot="5" amount="3">golden apple</item> | |
<item slot="6" amount="64" damage="1">17</item> | |
<item slot="8">bucket</item> | |
<item slot="7" amount="32">glass</item> | |
<chestplate>leather chestplate</chestplate> | |
<potion duration="5" amplifier="1">heal</potion> | |
</kit> | |
</kits> | |
<toolrepair> | |
<tool>iron sword</tool> | |
<tool>bow</tool> | |
<tool>iron pickaxe</tool> | |
<tool>iron axe</tool> | |
</toolrepair> | |
<itemremove> | |
<item>bucket</item> | |
<item>cooked beef</item> | |
<item>17</item> | |
<item>5</item> | |
<item>leather chestplate</item> | |
<item>seeds</item> | |
<item>flint</item> | |
</itemremove> | |
<autorespawn/> | |
<filters> | |
<filter name="deny-icemelt"> | |
<not><all> | |
<any> | |
<filter name="allow-world"/> | |
<filter name="deny-all"/> | |
</any> | |
<block>ice</block> | |
</all></not> | |
</filter> | |
<filter name="only-red" parents="deny-players"> | |
<allow><team>red</team></allow> | |
</filter> | |
<filter name="only-blue" parents="deny-players"> | |
<allow><team>blue</team></allow> | |
</filter> | |
<filter name="only-iron" parents="deny-blocks"> | |
<allow><block>iron block</block></allow> | |
</filter> | |
<filter name="no-void" parents="allow-all"> | |
<deny><void/></deny> | |
</filter> | |
</filters> | |
<maxbuildheight>35</maxbuildheight> | |
<regions> | |
<apply block="no-void" message="You may not build in the void!"> | |
<negative> | |
<rectangle name="yes-void" min="-72,171" max="59,252"/> | |
</negative> | |
</apply> | |
<apply block="only-iron" message="You may not modify the base!"> | |
<rectangle name="red-spawn" min="119,198" max="59,225"/> | |
<rectangle name="blue-spawn" min="-132,225" max="-72,198"/> | |
</apply> | |
<apply enter="only-red" message="You may not enter the Red Team's base!"> | |
<region name="red-spawn"/> | |
</apply> | |
<apply enter="only-blue" message="You may not enter the Blue Team's base!"> | |
<region name="blue-spawn"/> | |
</apply> | |
<apply enter="only-blue" block="only-blue" use="only-blue" message="You may not enter or modify your own wool rooms!"> | |
<rectangle name="yellow" min="79,136" max="110,106"/> | |
<rectangle name="orange" min="110,287" max="79,317"/> | |
</apply> | |
<apply enter="only-red" block="only-red" use="only-red" message="You may not enter or modify your own wool rooms!"> | |
<rectangle name="magenta" min="-92,287" max="-123,317"/> | |
<rectangle name="lime" min="-123,136" max="-92,106"/> | |
</apply> | |
</regions> | |
<spawns> | |
<spawn team="red" kit="spawn" yaw="90"> | |
<block>110,8,211.5</block> | |
</spawn> | |
<spawn team="blue" kit="spawn" yaw="-90"> | |
<block>-123,8,211.5</block> | |
</spawn> | |
<default yaw="180"> | |
<block>-6.5,22,300.5</block> | |
</default> | |
</spawns> | |
<playable> | |
<region name="main-area"/> | |
</playable> | |
<renewables> | |
<renewable rate="2.5" grow="false" particles="false" sound="false" avoid-entities="true"> | |
<region> | |
<union> | |
<cuboid min="119,0,198" max="59,20,225"/> | |
<cuboid min="-132,0,225" max="-72,20,198"/> | |
</union> | |
</region> | |
<renew>iron block</renew> | |
<replace>air</replace> | |
</renewable> | |
</renewables> | |
<gamerules> | |
<doFireTick>false</doFireTick> | |
</gamerules> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment