Skip to content

Instantly share code, notes, and snippets.

@arcadeboss
Last active May 20, 2023 06:02
Show Gist options
  • Save arcadeboss/e58393e2541a01b40526b77755ed7f38 to your computer and use it in GitHub Desktop.
Save arcadeboss/e58393e2541a01b40526b77755ed7f38 to your computer and use it in GitHub Desktop.
<map proto="1.4.2">
<name>Jungle Arena</name>
<version>1.0.1</version>
<objective>Kill the most players in 10 minutes</objective>
<gamemode>ffa</gamemode>
<created>2023-05-01</created>
<authors>
<author uuid="bf9c87df-fd6c-4b2d-b1f2-aefb5512a46d" contribution="Map Creator"/> <!-- JIGABOT -->
<author uuid="c25a6f7b-4c42-40da-8cd6-add53f0c84eb" contribution="Logistics, Tweaks, XML"/> <!-- arcadeboss -->
</authors>
<rules>
<rule>Don't spawn kill, go fight in the arenas.</rule>
</rules>
<gamerules>
<doDaylightCycle>true</doDaylightCycle>
</gamerules>
<world>
<timeset>13000</timeset>
<timelock>off</timelock>
</world>
<players max="32" max-overfill="100"/>
<time>10m</time>
<score>
<kills>1</kills>
<deaths>0</deaths>
</score>
<kits>
<kit id="spawn-kit">
<clear/>
<effect duration="oo" amplifier="255">damage resistance</effect>
<effect duration="oo" amplifier="255">mining_fatigue</effect>
</kit>
<kit id="pvp-kit" force="true">
<clear/>
<item slot="0" unbreakable="true" material="iron sword"/>
<item slot="1" unbreakable="true" material="bow" enchantment="arrow infinite"/>
<item slot="2" unbreakable="true" material="fishing rod"/>
<item slot="28" material="arrow"/>
<item slot="8" material="golden apple"/>
<chestplate unbreakable="true" material="iron chestplate"/>
<leggings unbreakable="true" material="iron leggings"/>
<boots unbreakable="true" material="iron boots" enchantment="feather_falling:7"/>
<effect duration="5s" amplifier="255">damage resistance</effect>
<effect duration="oo" amplifier="255">mining_fatigue</effect>
</kit>
</kits>
<spawns>
<default yaw="-90" region="obs-spawn-point"/>
<spawn kit="spawn-kit" yaw="180" region="spawn-point"/>
</spawns>
<broadcasts>
<tip after="2s" every="3m" count="3">This is the original ROXBOT Jungle Arena, by JIGABOT.</tip>
<tip after="5s" every="3m" count="2">Leave the lobby to get your PVP kit and begin the battle.</tip>
<tip after="60s" every="3m" count="3">The map contains several areas and arenas, including secret passages.</tip>
<tip after="90s" every="3m" count="2">Hint: One hard-to-reach area is accessible only through lava.</tip>
<tip after="120s" every="3m" count="2">There is more than one trap, but those are in the advanced areas.</tip>
<tip after="150s" every="3m" count="2">Three diamond swords are stashed on the map.</tip>
</broadcasts>
<filters>
<any id="only-redstone">
<material>piston base</material>
<material>piston sticky base</material>
<material>piston extension</material>
<material>piston moving piece</material>
<material>smooth brick</material>
<material>double step</material>
<material>grass</material>
</any>
</filters>
<regions>
<negative id="pvp-area">
<cuboid id="lobby-area" min="-5,61,13" max="6,67,24"/>
</negative>
<cylinder id="spawn-point" base=".5,63,18.5" radius="5" height="0"/>
<cylinder id="obs-spawn-point" base="-25.5,94,-71.5" radius="0" height="0"/>
<!-- applicators -->
<apply block-break="only-redstone" block-place="only-redstone" region="everywhere" message="You may not edit the map!"/>
<apply kit="spawn-kit" region="lobby-area"/>
<apply kit="pvp-kit" region="pvp-area"/>
<apply velocity="0,0,-.5"> <!-- no returning to spawn, push back -->
<region>
<cuboid min="-2,62,12" max="3,65,15"/>
</region>
</apply>
</regions>
<itemremove>
<item>iron sword</item>
<item>iron helmet</item>
<item>iron leggings</item>
<item>iron chestplate</item>
<item>iron boots</item>
<item>bow</item>
<item>arrow</item>
<item>golden apple</item>
</itemremove>
<hunger>
<depletion>off</depletion>
</hunger>
<kill-rewards>
<kill-reward>
<item material="golden apple" amount="1"/>
</kill-reward>
</kill-rewards>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment