Skip to content

Instantly share code, notes, and snippets.

@JexeI
Last active October 24, 2016 17:00
Show Gist options
  • Save JexeI/c98db03578361289b4d0bdf21491ea49 to your computer and use it in GitHub Desktop.
Save JexeI/c98db03578361289b4d0bdf21491ea49 to your computer and use it in GitHub Desktop.
[RAGE] Aetheril XML
<?xml version="1.0"?>
<map proto="1.4.2">
<name>Aetheril</name>
<version>1.3.0</version>
<include src="blitz-global.xml"/>
<!-- Manual void-death.xml-->
<portals>
<portal y="-64" sound="false">
<region>
<below y="1"/>
</region>
</portal>
</portals>
<regions>
<apply kit="void-death">
<region>
<below y="1"/>
</region>
</apply>
</regions>
<objective>Eliminate the other teams!</objective>
<!--tips and alerts-->
<broadcasts>
<alert after="2s" every="2m" count="3">Attempting to camp in the void with elytra is not allowed, you will be teleported into the void.</alert>
<alert after="10s" every="2m" count="3">Do not intentionally fly outside of the map to prolong the game.</alert>
<tip after="1s">You don't get any arrows when you spawn, find arrow containers located around the map!</tip>
</broadcasts>
<!-- Map authors & contributors. -->
<authors>
<author uuid="9225421c-3c09-4d97-bb80-f6a77c1f360b" contribution="Main builder"/>
<!-- Jexel -->
<author uuid="e9a74abb-c807-47e9-993a-2f6c990ec8ea" contribution="Builder, support, ideas"/>
<!--iMasky-->
<author uuid="27186ed2-3040-4d50-ba2e-c08866cb23f0" contribution="Builder, Pruning"/>
<!--Zack-->
<author uuid="bd12f89a-2137-4068-8f8b-ab46e248d2a7" contribution="Major Builder"/>
<!--Kitten-->
<author uuid="9463f0f0-0437-49a1-9237-ccd8826b61a6" contribution="Builder"/>
<!--Roy-->
<author uuid="f5465612-c4e4-4e97-a9f1-f942aec82b53" contribution="Inspiration, Builder"/>
<!--bashcool-->
<author uuid="97307a17-8869-4138-b573-5ce4cc050974" contribution="Designer, Builder"/>
<!--Trump-->
<author uuid="9d903e52-8b1b-4bc5-8c18-905a71a25af0" contribution="Major Builder"/>
<!--Weaboo-->
<author uuid="e3528d80-69fe-4ba2-a726-534979b6f4e0" contribution="Builder"/>
<!--Creeper-->
</authors>
<rules>
<rule>
Attempting to camp in the void with elytra is not allowed, you will be teleported into the void.
</rule>
<rule>
Do not intentionally fly outside of the map to prolong the game.
</rule>
</rules>
<!--Gamemode-->
<gamemode>rage</gamemode>
<!--Blitz Game Settings-->
<disabledamage>
<!-- Disable fall damage -->
<damage>fall</damage>
</disabledamage>
<!--No Hunger Depletion-->
<hunger>
<depletion>off</depletion>
</hunger>
<!--Reparing/removing drops-->
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>chainmail chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>iron sword</item>
<item>bow</item>
<item>baked potato</item>
<item>glass</item>
<item>elytra</item>
</itemremove>
<regions>
<apply block="never">
<region><rectangle name="map" min="oo,oo" max="-oo,-oo"/></region>
</apply>
</regions>
<blitz>
<lives>1</lives>
<broadcastLives>true</broadcastLives>
</blitz>
<!-- Time till the match ends in minutes -->
<time>5m</time>
<!--Team settings (Kits, teams, spawns, etc.)-->
<teams>
<team id="red-team" color="dark red" max="5" max-overfill="6">Red</team>
<team id="green-team" color="green" max="5" max-overfill="6">Green</team>
<team id="blue-team" color="blue" max="5" max-overfill="6">Blue</team>
<team id="yellow-team" color="yellow" max="5" max-overfill="6">Yellow</team>
</teams>
<!--Spawns-->
<spawns>
<spawn kit="red" team="red-team">
<regions yaw="-90">
<cuboid min="-48.5,50,1.5" max="-46.5,50,0.5"/>
</regions>
</spawn>
<spawn kit="blue" team="blue-team">
<regions yaw="0">
<cuboid min="-0.5,50,-48.5" max="1.5,50,-46.5"/>
</regions>
</spawn>
<spawn kit="green" team="green-team" yaw="180">
<regions yaw="180">
<cuboid min="-0.5,50,49.5" max="1.5,50,47.5"/>
</regions>
</spawn>
<spawn kit="yellow" team="yellow-team" yaw="-90">
<regions yaw="90">
<cuboid min="49.5,50,1.5" max="47.5,50,-0.5"/>
</regions>
</spawn>
<default kit="all">
<regions yaw="-90">
<cylinder base="0.5,50,0.5" height="0" radius="3"/>
</regions>
</default>
</spawns>
<!--Spawn kits, including death-->
<kits>
<kit id="all">
<effect amplifier="1" duration="oo">jump_boost</effect>
<effect amplifier="1" duration="oo">night vision</effect>
</kit>
<kit id="spawn" parents="all">
<item enchantment="damage all:50" name="`7The Infinity Blade" slot="0">iron sword</item>
<item enchantment="arrow damage:15" name="`8Crossbow" slot="1">bow</item>
<chestplate locked="true">elytra</chestplate>
<effect duration="3" amplifier="100">damage resistance</effect>
<effect duration="3" amplifier="100">heal</effect>
<effect duration="3.5" amplifier="1">blindness</effect>
<helmet locked="true">glass</helmet>
</kit>
<kit id="red" parents="spawn">
<leggings color="cd0000" locked="true">leather leggings</leggings>
<boots color="cd0000" locked="true">leather boots</boots>
</kit>
<kit id="blue" parents="spawn">
<leggings color="0066cc" locked="true">leather leggings</leggings>
<boots color="0066cc" locked="true">leather boots</boots>
</kit>
<kit id="green" parents="spawn">
<leggings color="00cd00" locked="true">leather leggings</leggings>
<boots color="00cd00" locked="true">leather boots</boots>
</kit>
<kit id="yellow" parents="spawn">
<leggings color="ffff00" locked="true">leather leggings</leggings>
<boots color="ffff00" locked="true">leather boots</boots>
</kit>
<kit id="void-death" force="true">
<health>1</health>
</kit>
</kits>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment