Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created March 24, 2014 03:11
Show Gist options
  • Save Electroid/9733517 to your computer and use it in GitHub Desktop.
Save Electroid/9733517 to your computer and use it in GitHub Desktop.
Tebula
<?xml version="1.0"?>
<map proto="1.3.2">
<include src="tutorial.xml"/>
<name>Tebulas</name>
<version>1.0</version>
<objective>Be the team with the most kills after 6 minutes!</objective>
<authors>
<author contribution="Main Build and Design">AntandRocky</author>
<author contribution="Main Build and Design">crikimaruc</author>
</authors>
<contributors>
<contributor contribution="XML Writing, XML Combination, and XML-Related Ideas">BlockDrop74</contributor>
<contributor contribution="XML Writing, XML Combination, and Suggestions">ElectroidFilms</contributor>
<contributor contribution="Building">filefish</contributor>
<contributor contribution="Building">Kyle_Obiyoda</contributor>
<contributor contribution="Building">salalu</contributor>
<contributor contribution="Server Host">Ambamore2000</contributor>
</contributors>
<rules>
<rule>Fall damage is disabled!</rule>
</rules>
<score>
<time>6m</time>
</score>
<rage/>
<teams>
<team color="green" max="12">Lime Team</team>
<team color="gold" max="12">Orange Team</team>
<team color="dark aqua" max="12">Cyan Team</team>
<team color="dark purple" max="12">Purple Team</team>
</teams>
<spawns>
<spawns angle="19,78,-59">
<spawn team="lime" kit="lime">
<cuboid min="20,77,-17" max="18,77,-19"/>
</spawn>
<spawn team="orange" kit="orange">
<cuboid min="-23,77,-60" max="-21,77,-58"/>
</spawn>
<spawn team="cyan" kit="cyan">
<cuboid min="18,77,-101" max="20,77,-99"/>
</spawn>
<spawn team="purple" kit="purple">
<cuboid min="61,77,-60" max="59,77,-58"/>
</spawn>
</spawns>
<default yaw="0" kit="obs">
<cuboid min="20,145,-58" max="18,145,-60"/>
</default>
</spawns>
<kits>
<kit name="teams">
<item slot="0" damage="-3000" enchantment="damage all:10">iron sword</item>
<item slot="1" damage="-3000" enchantment="arrow damage:10">bow</item>
<item slot="2">arrow</item>
<helmet damage="-3000">iron helmet</helmet>
<potion duration="oo" ambient="true">speed</potion>
<potion duration="4" amplifier="100">heal</potion>
<potion duration="4" amplifier="100">damage resistance</potion>
</kit>
<kit name="purple" parents="teams">
<chestplate enchantment="protection environmental" damage="-3000" color="7729AB">leather chestplate</chestplate>
<boots damage="-3000" color="7729AB">leather boots</boots>
</kit>
<kit name="cyan" parents="teams">
<chestplate enchantment="protection environmental" damage="-3000" color="2E7B7B">leather chestplate</chestplate>
<boots damage="-3000" color="2E7B7B">leather boots</boots>
</kit>
<kit name="orange" parents="teams">
<chestplate enchantment="protection environmental" damage="-3000" color="FF6600">leather chestplate</chestplate>
<boots damage="-3000" color="FF6600">leather boots</boots>
</kit>
<kit name="lime" parents="teams">
<chestplate enchantment="protection environmental" damage="-3000" color="33C633">leather chestplate</chestplate>
<boots damage="-3000" color="33C633">leather boots</boots>
</kit>
<kit name="obs">
<potion duration="oo" ambient="true">speed</potion>
<potion duration="oo" ambient="true">night vision</potion>
</kit>
</kits>
<filters>
<filter name="deny-fence">
<not>
<block>fence</block>
</not>
</filter>
<filter name="only-orange">
<team>orange</team>
</filter>
<filter name="only-lime">
<team>lime</team>
</filter>
<filter name="only-purple">
<team>purple</team>
</filter>
<filter name="only-cyan">
<team>cyan</team>
</filter>
</filters>
<regions>
<union name="spawns">
<cuboid name="orange-spawn" min="-17,74,-64" max="-27,oo,-54"/>
<cuboid name="lime-spawn" min="14,74,-23" max="24,oo,-13"/>
<cuboid name="purple-spawn" min="65,74,-64" max="55,oo,-54"/>
<cuboid name="cyan-spawn" min="24,74,-95" max="14,oo,-105"/>
</union>
<union name="jump-pads">
<union name="orange-jump-pads">
<cuboid name="o-right-spawn" min="-24,77,-45" max="-20,79,-41"/> // +z
<cuboid name="o-center" min="10,77,-53" max="13,79,-50"/>
<cuboid name="o-left-spawn-below" min="-24,67,-85" max="-20,69,-81"/>
<cuboid name="o-infront-spawn" min="-4,67,-70" max="-0,69,-66"/>
<cuboid name="o-abnormal" min="8,67,-85" max="12,69,-81"/> // +x
</union>
<union name="lime-jump-pads">
<cuboid name="l-right-spawn" min="33,77,-20" max="37,79,-16"/> // +x
<cuboid name="l-center" min="25,77,-54" max="27,79,-50"/>
<cuboid name="l-left-spawn-below" min="-7,67,-20" max="-3,69,-16"/>
<cuboid name="l-infront-spawn" min="8,67,-40" max="12,69,-36"/>
<cuboid name="l-abnormal" min="-7,67,-52" max="-3,69,-48"/> //-z
</union>
<union name="cyan-jump-pads">
<cuboid name="c-right-spawn" min="1,77,-102" max="5,79,-98"/> // -x
<cuboid name="c-center" min="10,77,-68" max="13,79,-65"/>
<cuboid name="c-left-spawn-below" min="41,67,-102" max="45,69,-98"/>
<cuboid name="c-infront-spawn" min="26,67,-82" max="30,69,-78"/>
<cuboid name="c-abnormal" min="41,67,-70" max="45,69,-66"/> //+z
</union>
<union name="purple-jump-pads">
<cuboid name="p-right-spawn" min="58,77,-77" max="62,79,-73"/> // -z
<cuboid name="p-center" min="25,77,-68" max="28,79,-65"/>
<cuboid name="p-left-spawn-below" min="58,67,-37" max="62,69,-33"/>
<cuboid name="p-infront-spawn" min="38,67,-52" max="42,69,-48"/>
<cuboid name="p-abnormal" min="26,67,-37" max="30,69,-33"/> // -x
</union>
</union>
<!-- Applied -->
<apply block="deny-all" use="deny-fence">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply enter="only-lime" message="`eYou may not enter the enemy spawn area!">
<region name="lime-spawn"/>
</apply>
<apply enter="only-purple" message="`eYou may not enter the enemy spawn area!">
<region name="purple-spawn"/>
</apply>
<apply enter="only-cyan" message="`eYou may not enter the enemy spawn area!">
<region name="cyan-spawn"/>
</apply>
<apply enter="only-orange" message="`eYou may not enter the enemy spawn area!">
<region name="orange-spawn"/>
</apply>
<apply velocity="@0,1.75,0.6"> // +z
<region name="o-right-spawn"/>
<region name="o-center"/>
<region name="o-left-spawn-below"/>
<region name="o-infront-spawn"/>
<region name="c-abnormal"/>
</apply>
<apply velocity="@0.6,1.75,0"> // +x
<region name="l-right-spawn"/>
<region name="l-center"/>
<region name="l-left-spawn-below"/>
<region name="l-infront-spawn"/>
<region name="o-abnormal"/>
</apply>
<apply velocity="@0,1.75,-0.6"> // -z
<region name="p-right-spawn"/>
<region name="p-center"/>
<region name="p-left-spawn-below"/>
<region name="p-infront-spawn"/>
<region name="l-abnormal"/>
</apply>
<apply velocity="@-0.6,1.75,0"> // -x
<region name="c-right-spawn"/>
<region name="c-center"/>
<region name="c-left-spawn-below"/>
<region name="c-infront-spawn"/>
<region name="p-abnormal"/>
</apply>
</regions>
<itemremove>
<item>iron helmet</item>
<item>leather chestplate</item>
<item>leather boots</item>
<item>glass bottle</item>
<item>potion</item>
</itemremove>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<killreward>
<item name="`bSpeed Upgrade" lore="`7Upgrades your speed to tier 2!" damage="8194" potions="speed:54000:1:true">potion</item>
<item>arrow</item>
</killreward>
<disabledamage>
<damage>fall</damage>
</disabledamage>
<hunger>
<depletion>off</depletion>
</hunger>
<timelock>on</timelock>
<tutorial>
<stage title="Rage TDM">
<message>
<line>This map is a Rage TDM map. It includes one-hit kill swords, and bows. The objectives</line>
<line>is to have the most kills at the end of the alloted time; 6 minutes.</line>
</message>
<teleport>
<point yaw="-180" pitch="90">19,120,-59</point>
</teleport>
</stage>
<stage title="Jumpads">
<message>
<line>There are jumpads around the map. They can be used to access higher up parts of the</line>
<line>map. The jumpads are found always in a square, made out of carpet, being a certain</line>
<line>teams color.</line>
</message>
<teleport>
<point yaw="135" pitch="40">63.5,84,-71.5</point>
</teleport>
</stage>
<stage title="Spawn Kit and Killreward">
<message>
<line>Players spawn with one sword, and bow, which both one-hit kill, one arrow, as well as</line>
<line>one cookie. When a player gets a kill, they are rewarded with one swiftness potion,</line>
<line>as well as an extra arrow. Arrows are pickupable as well!</line>
</message>
<teleport>
<point yaw="180" pitch="10">57.5,77,-56.5</point>
</teleport>
</stage>
</tutorial>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment