Skip to content

Instantly share code, notes, and snippets.

@Diamyx

Diamyx/map.xml Secret

Created April 1, 2021 15:19
Show Gist options
  • Save Diamyx/80035b287fc89764860c1c3dbe4a3b11 to your computer and use it in GitHub Desktop.
Save Diamyx/80035b287fc89764860c1c3dbe4a3b11 to your computer and use it in GitHub Desktop.
<map proto="1.4.0" game="TNT Rain">
<include src="blitz-global.xml" />
<name>TNT Rain</name>
<version>1.1.0</version>
<authors>
<author uuid="f70b7a8f-93b2-480f-9d54-88e21485a042" />
<!-- Diamyx -->
</authors>
<objective>Shoot the TNT on the ceiling to eliminate your opponents!</objective>
<rules>
<rule>Fall damage is disabled</rule>
</rules>
<time>5m</time>
<blitz>
<lives>1</lives>
<broadcastLives>false</broadcastLives>
</blitz>
<players max="64" max-overfill="64" />
<hunger>
<depletion>off</depletion>
</hunger>
<disabledamage>
<damage>fall</damage>
<damage>projectile</damage>
<damage>fire</damage>
<damage>fire tick</damage>
</disabledamage>
<spawns>
<spawn kit="spawn" spread="true">
<regions>
<point yaw="0">15.5,7,7.5</point>
<point yaw="0">26.5,7,7.5</point>
<point yaw="0">41.5,7,6.5</point>
<point yaw="0">52.5,7,6.5</point>
<point yaw="-90">7.5,7,13.5</point>
<point yaw="-90">7.5,7,27.5</point>
<point yaw="-90">7.5,7,38.5</point>
<point yaw="-90">6.5,7,45.5</point>
<point yaw="180">9.5,7,58.5</point>
<point yaw="180">23.5,7,57.5</point>
<point yaw="180">38.5,7,58.5</point>
<point yaw="180">50.5,7,58.5</point>
<point yaw="90">58.5,7,48.5</point>
<point yaw="90">58.5,7,39.5</point>
<point yaw="90">58.5,7,26.5</point>
<point yaw="90">58.5,7,15.5</point>
</regions>
</spawn>
<default kit="obs">
<regions>
<cuboid min="25.5,31,26.5" max="31.5,31,31.5" />
</regions>
</default>
</spawns>
<kits>
<kit id="spawn">
<item slot="0" unbreakable="true" enchantment="arrow infinite;arrow fire">bow</item>
<item slot="8">arrow</item>
<chestplate unbreakable="true" locked="true" enchantment="protection explosions:3">diamond chestplate</chestplate>
<potion duration="oo" amplifier="1">night vision</potion>
<potion duration="oo" amplifier="2">jump</potion>
<potion duration="oo" amplifier="99">weakness</potion>
</kit>
<kit id="obs">
<potion duration="oo" amplifier="1">night vision</potion>
</kit>
</kits>
<renewables>
<renewable rate="2" grow="false" particles="false" sound="false">
<region><cuboid min="-11,30,-11" max="66,23,66" /></region>
<renew-filter>
<material>tnt</material>
</renew-filter>
<reaplace-filter>
<material>air</material>
</reaplace-filter>
</renewable>
</renewables>
<tnt>
<licensing>off</licensing>
<friendly-defuse>off</friendly-defuse>
<blockdamage>true</blockdamage>
<power>5</power>
</tnt>
<itemremove>
<item>bow</item>
<item>arrow</item>
<item>diamond chestplate</item>
<item>stone</item>
<item>cobblestone</item>
<item>tnt</item>
</itemremove>
<broadcasts>
<alert after="2m">`eThe border is now shrinking!</alert>
<alert after="3m">`eThe border has stopped shrinking!</alert>
</broadcasts>
<gamerules>
<doDaylightCycle>false</doDaylightCycle>
<naturalRegeneration>false</naturalRegeneration>
</gamerules>
<world-borders center="31, 30" damage="2">
<world-border size="80" after="0s"/>
<world-border size="32" after="2m" duration="1m"/>
</world-borders>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment