-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
211 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<map proto="1.4.0"> | ||
<name>Cerulean Cave</name> | ||
<version>1.0.3</version> | ||
<objective>Kill as many players as you can with your gun!</objective> | ||
<authors> | ||
<author uuid="a23a1d91-7e97-40b4-8f5e-1ab82d8f5ade"/> | ||
<author uuid="dd495aa8-26a3-4b77-b3fa-e96e2e5a0d47"/> | ||
</authors> | ||
<rules> | ||
<rule>You are not allowed to hide!</rule> | ||
</rules> | ||
<score> | ||
<kills>1</kills> | ||
</score> | ||
<time>5m</time> | ||
<players min="3" max="5" max-overfill="5"/> | ||
<spawns> | ||
<spawn kit="spawn-kit" spread="true"> | ||
<regions> | ||
<point yaw="-20">0.5,26,-20.5</point> | ||
<point yaw="46">12.5,28,-16.5</point> | ||
<point yaw="-112">-17.5,23,2.5</point> | ||
<point yaw="-130">-16.5,22,18.5</point> | ||
<point yaw="180">-2.5,25,26.5</point> | ||
<point yaw="151">15.5,22,20.5</point> | ||
<point yaw="60">19.5,8,-11.5</point> | ||
<point yaw="58">14.5,13,-20.5</point> | ||
<point yaw="-5">-1.5,16,-16.5</point> | ||
<point yaw="-45">-22.5,20,-13.5</point> | ||
</regions> | ||
</spawn> | ||
<default yaw="135" kit="obs-kit"> | ||
<regions> | ||
<cuboid min="2,58,-1" max="2,58,-1"/> | ||
</regions> | ||
</default> | ||
</spawns> | ||
<projectiles> | ||
<projectile id="blast" name="`6`lFlame `4Thrower" projectile="SmallFireball" velocity="7" damage="50" throwable="false" click="right" destroy-filter="never" cooldown="0.75s"/> | ||
</projectiles> | ||
<kits> | ||
<kit id="spawn-kit" parents="obs-kit"> | ||
<item slot="0" unbreakable="true" enchantment="damage all:10;knockback" projectile="blast" name="`6`lFlame `4`lThrower" material="blaze rod"/> | ||
<potion duration="oo" amplifier="1">speed</potion> | ||
<potion amplifier="100" duration="2">heal</potion> | ||
<potion amplifier="100" duration="2">damage resistance</potion> | ||
<potion amplifier="100" duration="2">regeneration</potion> | ||
<helmet color="ffffff" unbreakable="true" locked="true">leather helmet</helmet> | ||
<chestplate unbreakable="true" color="ffffff" locked="true">leather chestplate</chestplate> | ||
<leggings color="ffffff" unbreakable="true" locked="true">leather leggings</leggings> | ||
<boots color="ffffff" unbreakable="true" locked="true">leather boots</boots> | ||
<double-jump power="4.0" recharge-time="3.5s" recharge-before-landing="false"/> | ||
</kit> | ||
<kit id="obs-kit"> | ||
<potion duration="oo">night vision</potion> | ||
</kit> | ||
</kits> | ||
<hunger> | ||
<depletion>off</depletion> | ||
</hunger> | ||
<disabledamage> | ||
<damage>fall</damage> | ||
<damage>suffocation</damage> | ||
<damage self="true" enemy="false" other="false">block explosion</damage> | ||
</disabledamage> | ||
<kill-rewards> | ||
<kill-reward> | ||
<filter> | ||
<all> | ||
<kill-streak count="4" repeat="true"/> | ||
</all> | ||
</filter> | ||
<item amount="1" name="`4`lMEGABOMB `6| `bFuse: 1s `6| `bPower: 3" lore="`e`lBOOM!" material="tnt"/> | ||
</kill-reward> | ||
<kill-reward> | ||
<filter> | ||
<all> | ||
<kill-streak count="6" repeat="true"/> | ||
</all> | ||
</filter> | ||
<item amount="2" name="`f`lMLG SNOWBALL-GRENADE `6| `bPower: 4" lore="`e`lBOOM++!" grenade-destroy="false" grenade-fire="false" enchantment="arrow damage" grenade-power="4" grenade="true" material="snow ball"/> | ||
</kill-reward> | ||
</kill-rewards> | ||
<autorespawn/> | ||
<tnt> | ||
<instantignite>on</instantignite> | ||
<licensing>off</licensing> | ||
<friendly-defuse>off</friendly-defuse> | ||
<blockdamage>off</blockdamage> | ||
<fuse>1s</fuse> | ||
<power>3</power> | ||
</tnt> | ||
<filters> | ||
<material id="only-tnt">tnt</material> | ||
</filters> | ||
<regions> | ||
<apply block-place="only-tnt" block-break="never" region="everywhere" message="You may not edit the map!"/> | ||
<apply velocity="-0.8,1.5,0.0"> | ||
<region> | ||
<cuboid min="4.5,14,-0.5" max="3.5,15,0.5"/> | ||
</region> | ||
</apply> | ||
</regions> | ||
<broadcasts> | ||
<tip after="3s" every="140s">`7You get 1 `clandmine`7 every 4 kills!</tip> | ||
<tip after="5s" every="140s">`7You get 2 `bMLG grenades`7 every 6 kills!</tip> | ||
</broadcasts> | ||
<itemremove> | ||
<item>blaze rod</item> | ||
<item>tnt</item> | ||
<item>leather helmet</item> | ||
<item>leather chestplate</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
</itemremove> | ||
<timelock>on</timelock> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.4.0"> | ||
<name>Geiran</name> | ||
<version>1.0.1</version> | ||
<objective>Be the one with the most kills after 5 minutes!</objective> | ||
<authors> | ||
<author uuid="a23a1d91-7e97-40b4-8f5e-1ab82d8f5ade"/> <!-- chle_ --> | ||
<author uuid="dd495aa8-26a3-4b77-b3fa-e96e2e5a0d47"/> <!-- McFanta_ --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="5198dc37-537f-4ea5-8ee8-1e0952d4a36b"/> <!-- _3Each --> | ||
<contributor uuid="ed528509-020d-496f-8dd5-5f57715fc0de"/> <!-- drefvelin --> | ||
<contributor uuid="38ab65dd-95f9-406f-917c-6accc995421f"/> <!-- GoldenOre --> | ||
<contributor uuid="6d24722c-dba4-4224-9d14-b3d08a8d9620"/> <!-- MrPetrus --> | ||
</contributors> | ||
<rules> | ||
<rule>Try your best and do not hide!</rule> | ||
</rules> | ||
<players min="3" max="5" max-overfill="5" show-name-tags="false"/> | ||
<spawns> | ||
<spawn kit="spawn-kit" spread="true"> | ||
<regions> | ||
<point yaw="-75">-43.5,8.1,25.5</point> | ||
<point yaw="180">39,27.1,48.5</point> | ||
<point yaw="72">22.5,16.2,23.5</point> | ||
<point yaw="61">32.5,10.1,-21.5</point> | ||
<point yaw="-50">-9.5,10.1,-19.5</point> | ||
<point yaw="-30">-36.5,9.1,-19.5</point> | ||
<point yaw="119">12.5,22.1,55.5</point> | ||
<point yaw="128">30.5,17.1,10.5</point> | ||
<point yaw="150">26.5,27.1,55.5</point> | ||
<point yaw="-153">-27.5,11.1,52.5</point> | ||
<point yaw="-62">-11.5,9.1,-20.5</point> | ||
<point yaw="40">44.5,24.1,5.5</point> | ||
<point yaw="150">34.5,19.1,19.5</point> | ||
<point yaw="21">44.5,13.1,-32.5</point> | ||
<point yaw="159">45.5,19.1,-10.5</point> | ||
<point yaw="90">32.5,12.1,-9</point> | ||
<point yaw="0">27,18.1,20.5</point> | ||
<point yaw="-90">10.5,16.1,36</point> | ||
<point yaw="128">30.5,17.1,10.5</point> | ||
<point yaw="-90">-19.5,8.1,16</point> | ||
<point yaw="-54">-43.5,8.1,2.5</point> | ||
<point yaw="24">-21.5,8.1,-28.5</point> | ||
<point yaw="-59">-1.5,8.1,-10.5</point> | ||
</regions> | ||
</spawn> | ||
<default region="default-spawn" yaw="-90"/> | ||
</spawns> | ||
<score> | ||
<kills>1</kills> | ||
</score> | ||
<kits> | ||
<kit id="spawn-kit"> | ||
<item slot="0" unbreakable="true" material="stone sword"/> | ||
<item slot="1" unbreakable="true" material="BOW"/> | ||
<item slot="8" amount="16" material="arrow"/> | ||
<helmet color="668b8b" unbreakable="true" locked="true" material="leather helmet"/> | ||
<chestplate unbreakable="true" color="668b8b" locked="true" material="leather chestplate"/> | ||
<leggings color="668b8b" unbreakable="true" locked="true" material="leather leggings"/> | ||
<boots color="668b8b" unbreakable="true" locked="true" material="leather boots"/> | ||
<potion amplifier="100" duration="3">heal</potion> | ||
<potion amplifier="100" duration="3">damage resistance</potion> | ||
<potion amplifier="100" duration="3">regeneration</potion> | ||
</kit> | ||
<kit id="killreward-kit"> | ||
<potion duration="3" amplifier="2">speed</potion> | ||
<potion duration="3">night vision</potion> | ||
</kit> | ||
</kits> | ||
<regions> | ||
<block id="default-spawn">-27,28.1,60</block> | ||
<apply block="never"/> | ||
</regions> | ||
<time>5m</time> | ||
<timelock>on</timelock> | ||
<hunger> | ||
<depletion>off</depletion> | ||
</hunger> | ||
<killreward> | ||
<kit id="killreward-kit"/> | ||
<item material="golden apple"/> | ||
<item amount="3" material="arrow"/> | ||
</killreward> | ||
<itemremove> | ||
<item>stone sword</item> | ||
<item>bow</item> | ||
<item>arrow</item> | ||
<item>leather helmet</item> | ||
<item>leather chestplate</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
</itemremove> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.