Skip to content

[DTM/10v10/TNT] Ascension #1090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dtcm/ascension/level.dat
Binary file not shown.
Binary file added dtcm/ascension/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 124 additions & 0 deletions dtcm/ascension/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
<map proto="1.5.0">
<name>Ascension</name>
<created>2017-08-21</created>
<version>1.1.3</version>
<gamemode>dtm</gamemode>
<game>Destroy the Wool</game>
<objective>Destroy the other team's monument, made of colored wool.</objective>
<authors>
<author uuid="bf331953-4f92-43ee-8abc-7544b8234936"/> <!-- Vicei -->
</authors>
<contributors>
<contributor uuid="f5d5c301-9ad3-4cb4-9cfd-a6b78e67734a" contribution="Converted Map JSON to XML"/> <!-- Flashee -->
</contributors>
<!-- Teams -->
<teams>
<team id="blue-team" color="blue" max="10">Blue</team>
<team id="red-team" color="dark red" max="10">Red</team>
</teams>
<!-- Kits -->
<kits>
<kit id="default-kit">
<item slot="0" unbreakable="true" material="iron sword"/>
<item slot="1" unbreakable="true" material="bow"/>
<item slot="2" unbreakable="true" material="iron pickaxe"/>
<item slot="3" unbreakable="true" material="iron axe"/>
<item slot="4" amount="64" damage="5" material="wood"/>
<item slot="7" amount="32" material="arrow"/>
<helmet unbreakable="true" material="iron helmet"/>
<chestplate unbreakable="true" material="chainmail chestplate">
<enchantment level="2">blast_protection</enchantment>
</chestplate>
<leggings unbreakable="true" team-color="true" material="leather leggings"/>
<boots unbreakable="true" material="iron boots"/>
</kit>
</kits>
<!-- Spawns -->
<spawns>
<spawn team="blue-team" kit="default-kit" yaw="-180" region="blue-spawn"/>
<spawn team="red-team" kit="default-kit" yaw="-180" region="red-spawn"/>
<default region="obs-spawn"/>
</spawns>
<!-- Monuments -->
<destroyables name="Wool" completion="22%" materials="wool" show-progress="true" sparks="true">
<destroyable owner="blue-team" region="blue-monument"/>
<destroyable owner="red-team" region="red-monument"/>
</destroyables>
<!-- Filters -->
<filters>
<not id="blue-deny-explosions">
<all>
<team>blue-team</team>
<cause>explosion</cause>
</all>
</not>
<not id="red-deny-explosions">
<all>
<team>red-team</team>
<cause>explosion</cause>
</all>
</not>
</filters>
<!-- Regions -->
<regions>
<!-- Definitions -->
<union id="spawns">
<point id="blue-spawn">34.5,19,28.5</point>
<point id="red-spawn">122.5,19,28.5</point>
<point id="obs-spawn">78.5,12.5,-33.5</point>
</union>
<union id="spawn-protections">
<cuboid id="blue-spawn-protection" min="31,6,20" max="38,24,31"/>
<cuboid id="red-spawn-protection" min="119,6,20" max="126,24,31"/>
</union>
<union id="monuments">
<cuboid id="blue-monument" min="33,12,-35" max="36,17,-32"/>
<cuboid id="red-monument" min="120,12,-35" max="124,17,-32"/>
</union>
<negative id="not-map">
<rectangle id="map" min="23,-40" max="134,29"/>
</negative>
<!-- Applications -->
<apply region="not-map" block="never" message="You may not edit outside the map!"/>
<apply region="spawn-protections" block="never" message="You may not edit spawn!"/>
<apply region="blue-spawn-protection" enter="blue-team" message="You may not enter the enemy's spawn!"/>
<apply region="red-spawn-protection" enter="red-team" message="You may not enter the enemy's spawn!"/>
<apply region="blue-monument" block="red-deny-explosions"/>
<apply region="red-monument" block="blue-deny-explosions"/>
</regions>
<!-- Item Remove -->
<itemremove>
<item>iron helmet</item>
<item>chainmail chestplate</item>
<item>leather leggings</item>
<item>iron boots</item>
<item>wool</item>
<item>wood</item>
<item>arrow</item>
</itemremove>
<!-- Tool Repair -->
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
<tool>iron axe</tool>
</toolrepair>
<itemkeep>
<item>golden apple</item>
</itemkeep>
<!-- Kill Reward -->
<kill-rewards>
<kill-reward>
<item amount="8" material="arrow"/>
<item amount="1" material="golden apple"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<item amount="1" material="golden apple"/>

Replace this with <include id="gapple-kill-reward"/> near the top of the XML.

</kill-reward>
</kill-rewards>
<crafting>
<disable>shears</disable>
</crafting>
<!-- Misc -->
<maxbuildheight>26</maxbuildheight>
<disabledamage>
<damage ally="true" self="false" enemy="false" other="false">block explosion</damage>
</disabledamage>
</map>
Copy link
Member

@TheRealPear TheRealPear Jun 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The DTW include also disables hunger, you'll need to readd that part since there's no food in the kit anymore.

Binary file added dtcm/ascension/region/r.0.-1.mca
Binary file not shown.
Binary file added dtcm/ascension/region/r.0.0.mca
Binary file not shown.