Skip to content

Commit

Permalink
ClayClay v1.0.0
Browse files Browse the repository at this point in the history
Co-Authored-By: TinyPigMX <[email protected]>

#927
  • Loading branch information
TheRealPear committed Dec 21, 2024
1 parent 10f00c1 commit 188a8f0
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 0 deletions.
Binary file added ctw/clayclay/level.dat
Binary file not shown.
Binary file added ctw/clayclay/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
140 changes: 140 additions & 0 deletions ctw/clayclay/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<map proto="1.5.0">
<objective>Take the enemy's wool located near their base and place it back at your spawn!</objective>
<name>ClayClay</name>
<version>1.0.0</version>
<created>2024-08-25</created>
<gamemode>ctw</gamemode>
<include id="gapple-kill-reward"/>
<phase>staging</phase>
<authors>
<author uuid="9c14b7e9-8488-427a-bc81-7193becde2d3"/> <!--TinyPigMX-->
</authors>
<contributors>
<contributor uuid="644521d7-9437-47c1-b1d2-698eb757df3d" contribution="Made the map look better"/> <!--minuyo-->
</contributors>
<teams>
<team id="red-team" color="dark red" max="12">Red</team>
<team id="blue-team" color="blue" max="12">Blue</team>
</teams>
<kits>
<kit id="spawn-kit">
<item slot="0" material="stone sword" unbreakable="true"/>
<item slot="1" material="bow" unbreakable="true"/>
<item slot="2" material="diamond pickaxe" unbreakable="true"/>
<item slot="3" material="iron axe" unbreakable="true"/>
<item slot="4" material="stained clay" team-color="true" amount="64"/>
<item slot="5" material="wood" damage="5" amount="64"/>
<item slot="28" material="arrow" amount="32"/>
<item slot="30" material="diamond spade" unbreakable="true"/>
<helmet material="leather helmet" team-color="true" unbreakable="true"/>
<chestplate material="leather chestplate" team-color="true" unbreakable="true">
<enchantment>protection projectile</enchantment>
</chestplate>
<leggings material="leather leggings" team-color="true" unbreakable="true"/>
<boots material="leather boots" team-color="true" unbreakable="true"/>
</kit>
</kits>
<spawns>
<spawn team="red-team" region="red-spawn-point" kit="spawn-kit" yaw="90"/>
<spawn team="blue-team" region="blue-spawn-point" kit="spawn-kit" yaw="-90"/>
<default region="obs-spawn-point" yaw="-90"/>
</spawns>
<filters>
<all id="only-red-fence">
<team id="red-only">red-team</team>
<any>
<material>dark oak fence</material>
<material>wood:5</material>
</any>
</all>
<all id="only-blue-fence">
<team id="blue-only">blue-team</team>
<any>
<material>dark oak fence</material>
<material>wood:5</material>
</any>
</all>
<all id="only-iron-regen">
<material id="only-iron">iron block</material>
<cause>world</cause>
</all>
</filters>
<regions>
<point id="red-spawn-point">109.5,13,38.5</point>
<point id="blue-spawn-point">-7.5,13,-0.5</point>
<cuboid id="obs-spawn-point" min="51.5,52.5,19.5" max="50.5,52.5,18.5"/>
<cuboid id="obs-spawn" min="45.5,54,13.5" max="56.5,41,24.5"/>
<negative id="void-zone">
<union id="map">
<union id="block-zone">
<rectangle id="zone1a" min="1.5,5.5" max="76.5,-6.5"/>
<rectangle id="zone1b" min="64.5,-6.5" max="76.5,65.5"/>
<rectangle id="zone2a" min="100.5,32.5" max="25.5,44.5"/>
<rectangle id="zone2b" min="37.5,44.5" max="25.5,-27.5"/>
</union>
<union id="spawn-zones">
<rectangle id="red-spawn-zone" min="101.5,30.5" max="117.5,46.5"/>
<rectangle id="blue-spawn-zone" min="0.5,7.5" max="-15.5,-8.5"/>
</union>
<union id="wool-rooms">
<rectangle id="red-wool-room" min="76.5,79.5" max="64.5,66.5"/>
<rectangle id="blue-wool-room" min="37.5,-28.5" max="25.5,-41.5"/>
</union>
</union>
</negative>
<union id="wool-room-blocks">
<cuboid id="blue-wool-room-blocks" min="37.5,29,-28.5" max="25.5,1,-42.5"/>
<cuboid id="red-wool-room-blocks" min="76.5,29,66.5" max="63.5,1,80.5"/>
</union>
<union id="wool-place-zones">
<block id="red-team-blue-wool">112.5,14,38.5</block>
<block id="blue-team-red-wool">-10.5,14,-0.5</block>
</union>
<apply region="red-spawn-zone" enter="red-only" message="You may not enter the enemy's spawn!"/>
<apply region="blue-spawn-zone" enter="blue-only" message="You may not enter the enemy's spawn!"/>
<apply region="red-wool-room" enter="blue-only" message="You may not enter your team's wool room!"/>
<apply region="blue-wool-room" enter="red-only" message="You may not enter your team's wool room!"/>
<apply region="obs-spawn" block="never" message="You may not build here!"/>
<apply region="red-wool-room-blocks" block="only-blue-fence" message="You may not modify the wool room!"/>
<apply region="blue-wool-room-blocks" block="only-red-fence" message="You may not modify the wool room!"/>
<apply region="spawn-zones" block-place="only-iron-regen" block-break="only-iron" message="You may not modify spawn areas!"/>
<apply region="wool-rooms" block="never" message="You may not modify the wool room!"/>
<apply region="void-zone" block="never" message="You may not edit the void!"/>
</regions>
<wools craftable="false">
<wool team="red-team" color="blue" monument="red-team-blue-wool" location="31.5,13,-34.5"/>
<wool team="blue-team" color="red" monument="blue-team-red-wool" location="70.5,13,72.5"/>
</wools>
<renewables>
<renewable rate="2.5" region="spawn-zones" avoid-players="1" renew-filter="only-iron"/>
</renewables>
<kill-rewards>
<kill-reward>
<item amount="16" material="arrow"/>
<item damage="5" amount="16" material="wood"/>
<item team-color="true" amount="16" material="clay"/>
</kill-reward>
</kill-rewards>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>diamond pickaxe</tool>
<tool>iron axe</tool>
<tool>diamond spade</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>arrow</item>
<item>wood</item>
<item>golden apple</item>
<item>dark oak fence</item>
</itemremove>
<maxbuildheight>34</maxbuildheight>
<hunger>
<depletion>off</depletion>
</hunger>
<respawn auto="true"/>
</map>
Binary file added ctw/clayclay/region/r.-1.-1.mca
Binary file not shown.
Binary file added ctw/clayclay/region/r.-1.0.mca
Binary file not shown.
Binary file added ctw/clayclay/region/r.0.-1.mca
Binary file not shown.
Binary file added ctw/clayclay/region/r.0.0.mca
Binary file not shown.

0 comments on commit 188a8f0

Please sign in to comment.