Skip to content

Instantly share code, notes, and snippets.

@Palmidence
Created August 5, 2017 14:41
Show Gist options
  • Save Palmidence/4af0bb50d82d03a91df887401d489744 to your computer and use it in GitHub Desktop.
Save Palmidence/4af0bb50d82d03a91df887401d489744 to your computer and use it in GitHub Desktop.
<map proto="1.4.2">
<name>Heist</name>
<version>1.1.0</version>
<objective>Capture as many emeralds as you can back to your base to
win</objective>
<authors>
<author uuid="48924ea3-3aad-4e16-838c-368d8d9e0a25"/>
</authors>
<broadcasts>
<tip after="5s">`2Capture as many emeralds as you can back to your base to
win!</tip>
<tip after="5s">`aEach emerald is worth 1 point</tip>
</broadcasts>
<teams>
<team id="red-team" color="dark red" max="20" max-overfill="24">Red</team>
<team id="blue-team" color="blue" max="20" max-overfill="24">Blue</team>
</teams>
<kits>
<kit id="spawn-kit">
<item slot="1" material="diamond pickaxe" unbreakable="true"/>
<item slot="2" material="golden apple"/>
<item slot="7" material="cooked beef" amount="16"/>
<leggings unbreakable="true">chainmail leggings</leggings>
<boots unbreakable="true">iron boots</boots>
</kit>
<kit id="red-kit" parents="spawn-kit">
<helmet color="ff0000">leather helmet</helmet>
<chestplate color="ff0000">leather chestplate</chestplate>
</kit>
<kit id="blue-kit" parents="spawn-kit">
<helmet color="0000ff">leather helmet</helmet>
<chestplate color="0000ff">leather chestplate</chestplate>
</kit>
</kits>
<block-drops>
<rule>
<region>
<everywhere/>
</region>
<filter>
<any>
<material>emerald ore</material>
</any>
</filter>
<drops>
<item material="emerald" amount="2"/>
</drops>
</rule>
</block-drops>
<filters>
<team id="red-only">red-team</team>
<team id="blue-only">blue-team</team>
<not id="no-void">
<void/>
</not>
<all id="only-emerald">
<material>emerald ore</material>
</all>
</filters>
<spawns>
<spawn team="red-team" kit="red-kit">
<regions yaw="180">
<point>5, 5, 5</point>
</regions>
</spawn>
<spawn team="blue-team" kit="blue-kit">
<regions yaw="0">
<point>3, 3, 3</point>
</regions>
</spawn>
<default>
<regions yaw="90">
<point>4, 4, 4</point>
</regions>
</default>
</spawns>
<killreward>
<item amount="1">golden apple</item>
<item amount="1">emerald</item>
</killreward>
<timelock>on</timelock>
<toolrepair>
<item>diamond pickaxe</item>
</toolrepair>
<itemremove>
<item>golden apple</item>
<item>cooked beef</item>
<item>arrow</item>
<item>chainmail leggings</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>iron boots</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment