-
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
11 changed files
with
214 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,103 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.0.0"> | ||
<name>Cake Wars</name> | ||
<version>1.5</version> | ||
<objective>Leak lava from the enemy's gold core below the cakeline.</objective> | ||
<authors> | ||
<author uuid="0ae466ff-d3a1-4307-a323-89043643ace5"/> <!-- GammaRay_89 --> | ||
<author uuid="98a4a81e-4393-4041-8d43-40a0196b5832"/> <!-- Thungon --> | ||
</authors> | ||
<rules> | ||
<rule>No blocking the spawn tunnels!</rule> | ||
</rules> | ||
<teams> | ||
<team color="dark red" max="12">Red</team> | ||
<team color="blue" max="12">Blue</team> | ||
</teams> | ||
<spawns> | ||
<spawn team="blue" yaw="270"> | ||
<cuboid min="16.5,66,-32.5" max="18.5,66,-30.5"/> | ||
</spawn> | ||
<spawn team="red" yaw="90"> | ||
<cuboid min="-17.5,66,-32.5" max="-15.5,66,-30.5"/> | ||
</spawn> | ||
<default yaw="180"> | ||
<cylinder base="0.5,65,-31.5" radius="3" height="0"/> | ||
</default> | ||
</spawns> | ||
<filters> | ||
<filter name="anti-chest-red"> | ||
<not> | ||
<all> | ||
<team>red</team> | ||
<block>chest</block> | ||
</all> | ||
</not> | ||
</filter> | ||
<filter name="anti-chest-blue"> | ||
<not> | ||
<all> | ||
<team>blue</team> | ||
<block>chest</block> | ||
</all> | ||
</not> | ||
</filter> | ||
<filter name="deny-chest"> | ||
<deny> | ||
<block>chest</block> | ||
</deny> | ||
</filter> | ||
</filters> | ||
<regions> | ||
<apply block="deny-all" message="You cannot build outside of the map!"> | ||
<negative> | ||
<rectangle min="-42,0" max="43,60"/> <!-- Main playing region --> | ||
<rectangle min="-24,-4" max="25,1"/> <!-- Area between spawn tunnels --> | ||
</negative> | ||
</apply> | ||
<apply enter="deny-all" message="You cannot leave the playing field!"> | ||
<negative> | ||
<rectangle min="-42,0" max="43,60"/> <!-- Main playing region --> | ||
<rectangle min="-24,-6" max="25,1"/> <!-- Area between spawn tunnels --> | ||
</negative> | ||
</apply> | ||
<union name="chests"> | ||
<union name="red-chests"> | ||
<cuboid min="-19,62,9" max="-21,69,12"/> | ||
<cuboid min="-34,62,9" max="-32,69,12"/> | ||
<cuboid min="-24,83,42" max="-18,85,43"/> | ||
</union> | ||
<union name="blue-chests"> | ||
<cuboid min="35,62,9" max="33,69,12"/> | ||
<cuboid min="20,62,9" max="22,69,12"/> | ||
<cuboid min="25,83,42" max="19,85,43"/> | ||
</union> | ||
</union> | ||
<apply block-break="anti-chest-red" message="You are not allowed to break your chests!"> | ||
<region name="red-chests"/> | ||
</apply> | ||
<apply block-break="anti-chest-blue" message="You are not allowed to break your chests!"> | ||
<region name="blue-chests"/> | ||
</apply> | ||
<apply block-place="deny-chest"> | ||
<region name="chests"/> | ||
</apply> | ||
</regions> | ||
<maxbuildheight>100</maxbuildheight> | ||
<mobs> | ||
<filter parents="deny-all"> | ||
<allow> | ||
<mob>cave spider</mob> | ||
<spawn>spawner egg</spawn> | ||
</allow> | ||
</filter> | ||
</mobs> | ||
<cores material="gold block" leak="5"> | ||
<core team="blue"> | ||
<cuboid min="25,64,13" max="30,70,20"/> | ||
</core> | ||
<core team="red"> | ||
<cuboid min="-29,64,13" max="-24,70,20"/> | ||
</core> | ||
</cores> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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,111 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.3.0"> | ||
<name>Cake Wars 3</name> | ||
<version>1.0.1</version> | ||
<objective>Capture the wool under enemy spawn or eliminate the other team.</objective> | ||
<gamemode>blitz</gamemode> | ||
<gamemode>ctw</gamemode> | ||
<authors> | ||
<author uuid="98a4a81e-4393-4041-8d43-40a0196b5832"/> <!-- Thungon --> | ||
<author uuid="0ae466ff-d3a1-4307-a323-89043643ace5"/> <!-- GammaRay_89 --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="a348a860-8c8b-475f-b793-d556d45252a7" contribution="XML Repair and Checking"/> <!-- i2 --> | ||
</contributors> | ||
<rules> | ||
<rule>Each player may only carry one wool at a time.</rule> | ||
</rules> | ||
<teams> | ||
<team color="dark red" max="32">Red</team> | ||
<team color="blue" max="32">Blue</team> | ||
</teams> | ||
<blitz> | ||
<lives>1</lives> | ||
</blitz> | ||
<timelock>on</timelock> | ||
<spawns> | ||
<spawn team="red" kit="red" yaw="270"> | ||
<cylinder base="707,14,-731" radius="2" height="0"/> | ||
</spawn> | ||
<spawn team="blue" kit="blue" yaw="90"> | ||
<cylinder base="547,14,-731" radius="2" height="0"/> | ||
</spawn> | ||
<default yaw="180"> | ||
<cylinder base="627,64,-776" radius="2" height="0"/> | ||
</default> | ||
</spawns> | ||
<kits> | ||
<kit name="spawn"> | ||
<item slot="1" enchantment="arrow infinite:1">bow</item> | ||
<item slot="0">stone sword</item> | ||
<item slot="2" amount="32">pumpkin pie</item> | ||
<item slot="28">arrow</item> | ||
</kit> | ||
<kit name="blue" parents="spawn"> | ||
<helmet color="0066cc">leather helmet</helmet> | ||
<chestplate color="0066cc">leather chestplate</chestplate> | ||
<leggings color="0066cc">leather leggings</leggings> | ||
<boots color="0066cc">leather boots</boots> | ||
</kit> | ||
<kit name="red" parents="spawn"> | ||
<helmet color="cd0000">leather helmet</helmet> | ||
<chestplate color="cd0000">leather chestplate</chestplate> | ||
<leggings color="cd0000">leather leggings</leggings> | ||
<boots color="cd0000">leather boots</boots> | ||
</kit> | ||
</kits> | ||
<mobs> | ||
<filter parents="deny-all"> | ||
<allow> | ||
<mob>zombie</mob> | ||
<spawn>spawner</spawn> | ||
</allow> | ||
</filter> | ||
</mobs> | ||
<toolrepair> | ||
<tool>stone sword</tool> | ||
<tool>bow</tool> | ||
</toolrepair> | ||
<itemremove> | ||
<item>arrow</item> | ||
<item>leather helmet</item> | ||
<item>leather chestplate</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
<item>wool</item> | ||
</itemremove> | ||
<filters> | ||
<filter name="only-blue"> | ||
<team>blue</team> | ||
</filter> | ||
<filter name="only-red"> | ||
<team>red</team> | ||
</filter> | ||
</filters> | ||
<regions> | ||
<apply enter="only-red" use="only-red" message="You may not enter your own wool room!"> | ||
<cuboid min="566,1,-739" max="554,6,-723"/> | ||
</apply> | ||
<apply enter="only-blue" use="only-blue" message="You may not enter your own wool room!"> | ||
<cuboid min="688,1,-723" max="700,6,-739"/> | ||
</apply> | ||
<apply enter="only-red" message="You may not enter the enemy team's spawn!"> | ||
<cuboid min="687,8,-728" max="709,18,-734"/> | ||
</apply> | ||
<apply enter="only-blue" message="You may not enter the enemy team's spawn!"> | ||
<cuboid min="567,8,-734" max="545,18,-728"/> | ||
</apply> | ||
<apply block="deny-all" message="You may not interact with blocks."> | ||
<rectangle min="-oo,-oo" max="oo,oo"/> | ||
</apply> | ||
</regions> | ||
<wools> | ||
<wool team="red" color="orange"> | ||
<block location="710,15,-731" /> | ||
</wool> | ||
<wool team="blue" color="cyan"> | ||
<block location="544,15,-731" /> | ||
</wool> | ||
</wools> | ||
<include src="blitz-global.xml"/> | ||
</map> |
Binary file not shown.