Skip to content

Instantly share code, notes, and snippets.

@Fishywishi
Last active July 23, 2024 18:39
Show Gist options
  • Save Fishywishi/b8fce1447527b92e814bea4ecb01e625 to your computer and use it in GitHub Desktop.
Save Fishywishi/b8fce1447527b92e814bea4ecb01e625 to your computer and use it in GitHub Desktop.
<map proto="1.4.2">
<name>Pumpkin Patch</name>
<version>1.0.0</version>
<objective>Reach 750 points before the opposing team!</objective>
<gamemode>koth</gamemode>
<time>8m</time>
<authors>
<author uuid="74348d1f-6c4e-4629-bb8a-19371dbfa516" contribution="Map Author"/> <!-- Preinstalled -->
<author uuid="53c7e46f-092a-4fc6-9721-54e60a97f09f" contribution="XML"/> <!-- Fishywishi -->
</authors>
<teams>
<team id="orange" color="gold" max="6" >Orange</team>
<team id="green" color="dark green" max="6">Green</team>
</teams>
<kits>
<kit id="spawn-kit" parent="obs-kit">
<helmet unbreakable="true" team-color="true" locked="true" material="leather helmet"/>
<chestplate unbreakable="true" team-color="true" locked="true" material="leather chestplate"/>
<leggings unbreakable="true" team-color="true" locked="true" material="leather leggings"/>
<boots unbreakable="true" team-color="true" locked="true" material="leather boots"/>
<item slot="0" unbreakable="true" material="stone sword"/>
<item slot="1" unbreakable="true" material="bow"/>
<item slot="8" amount="8" material="arrow"/>
</kit>
<kit id="obs-kit">
<potion>night vision</potion>
</kit>
</kits>
<spawns>
<default yaw="0" kit="obs-kit">
<region>
<point>-45.5,34,-8.5</point>
</region>
</default>
<spawn team="orange" kit="spawn-kit" yaw="50">
<region>
<point>-17.5,5,-26.5</point>
</region>
</spawn>
<spawn team="green" kit="spawn-kit" yaw="-130">
<region>
<point>-73.5,5,9.5</point>
</region>
</spawn>
</spawns>
<regions>
<apply block="never" use="never"/>
</regions>
<control-points>
<control-point name="A" required="false" capture-time="5s" points="1" time-multiplier="0" show-progress="true" neutral-state="true" incremental="true" permanent="false">
<capture>
<cylinder base="-26.5,2,7.5" radius="3.5" height="10"/>
</capture>
<progress>
<cylinder base="-26.5,2,7.5" radius="3.5" height="10"/>
</progress>
<captured>
<cylinder base="-26.5,2,7.5" radius="3.5" height="10"/>
</captured>
</control-point>
<control-point name="Center" required="false" capture-time="5s" points="1" time-multiplier="0" show-progress="true" neutral-state="true" incremental="true" permanent="false">
<capture>
<cylinder base="-45.5,7,-8.5" radius="3.5" height="10"/>
</capture>
<progress>
<cylinder base="-45.5,7,-8.5" radius="3.5" height="10"/>
</progress>
<captured>
<cylinder base="-45.5,7,-8.5" radius="3.5" height="10"/>
</captured>
</control-point>
<control-point name="B" required="false" capture-time="5s" points="1" time-multiplier="0" show-progress="true" neutral-state="true" incremental="true" permanent="false">
<capture>
<cylinder base="-64.5,2,-24.5" radius="3.5" height="10"/>
</capture>
<progress>
<cylinder base="-64.5,2,-24.5" radius="3.5" height="10"/>
</progress>
<captured>
<cylinder base="-64.5,2,-24.5" radius="3.5" height="10"/>
</captured>
</control-point>
</control-points>
<score>
<limit>750</limit>
</score>
<kill-rewards>
<kill-reward>
<item amount="5" material="arrow"/>
<item amount="1" material="golden apple"/>
</kill-reward>
</kill-rewards>
<item-remove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>stone sword</item>
<item>bow</item>
<item>arrow</item>
<item>golden apple</item>
</item-remove>
<world>
<timeset>18000</timeset>
</world>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment