-
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
1 parent
b2961e6
commit 9496180
Showing
226 changed files
with
111,748 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,186 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.3.6"> | ||
<name>Assault</name> | ||
<version>2.6</version> | ||
<objective>Capture the other team's flag and return it to your base.</objective> | ||
<authors> | ||
<author uuid="dad8b95c-cf6a-44df-982e-8c8dd70201e0"/> <!-- ElectroidFilms --> | ||
</authors> | ||
<teams> | ||
<team id="red" color="dark red" max="10">Red</team> | ||
<team id="blue" color="blue" max="10">Blue</team> | ||
</teams> | ||
<spawns> | ||
<spawn team="red" kit="red"> | ||
<regions yaw="180"> | ||
<region name="red-spawn"/> | ||
</regions> | ||
</spawn> | ||
<spawn team="blue" kit="blue"> | ||
<regions yaw="0"> | ||
<region name="blue-spawn"/> | ||
</regions> | ||
</spawn> | ||
<default kit="obs"> | ||
<regions yaw="-135"> | ||
<region name="obs-spawn"/> | ||
</regions> | ||
</default> | ||
</spawns> | ||
<flags> | ||
<flag id="blue-flag" name="Blue Flag" owner="blue" color="blue" pickup-filter="only-red"> | ||
<post yaw="-180" return-time="35s" respawn-speed="8">140.5,18,225.5</post> | ||
<net points="1" region="red-platform"/> | ||
</flag> | ||
<flag id="red-flag" name="Red Flag" owner="red" color="red" pickup-filter="only-blue"> | ||
<post yaw="0" return-time="35s" respawn-speed="8">-6.5,18,193.5</post> | ||
<net points="1" region="blue-platform"/> | ||
</flag> | ||
</flags> | ||
<score> | ||
<kills>0</kills> | ||
<deaths>0</deaths> | ||
<time>15m</time> | ||
</score> | ||
<kits> | ||
<kit name="obs"> | ||
<potion duration="oo">night vision</potion> | ||
</kit> | ||
<kit name="kill-boost"> | ||
<potion duration="4" amplifier="3">regeneration</potion> | ||
<potion duration="4" amplifier="2">speed</potion> | ||
<potion duration="3">night vision</potion> | ||
</kit> | ||
<kit name="teams"> | ||
<item slot="0" unbreakable="true" attriutes="generic.attackDamage:add:6" enchantment="dig speed:3">iron axe</item> | ||
<item slot="1" unbreakable="true">bow</item> | ||
<item slot="2" unbreakable="true">iron spade</item> | ||
<item slot="3" unbreakable="true">iron pickaxe</item> | ||
<item slot="8" amount="24">arrow</item> | ||
<helmet color="191919" unbreakable="true" locked="true">leather helmet</helmet> | ||
<leggings color="191919" unbreakable="true" locked="true">leather leggings</leggings> | ||
<boots color="191919" unbreakable="true" locked="true">leather boots</boots> | ||
<potion duration="4" amplifier="5">damage resistance</potion> | ||
</kit> | ||
<kit name="blue" parents="teams"> | ||
<chestplate color="334CB2" unbreakable="true" locked="true" enchantment="protection fall">leather chestplate</chestplate> | ||
<item slot="4" amount="24" damage="0">wood</item> | ||
</kit> | ||
<kit name="red" parents="teams"> | ||
<chestplate color="993333" unbreakable="true" locked="true" enchantment="protection fall">leather chestplate</chestplate> | ||
<item slot="4" amount="24" damage="2">wood</item> | ||
</kit> | ||
</kits> | ||
<filters> | ||
<filter name="only-red"> | ||
<team>red</team> | ||
</filter> | ||
<filter name="only-blue"> | ||
<team>blue</team> | ||
</filter> | ||
<filter name="no-void"> | ||
<not> | ||
<void/> | ||
</not> | ||
</filter> | ||
<filter name="deny-usage"> | ||
<deny> | ||
<block>beacon</block> | ||
<block>hopper</block> | ||
</deny> | ||
</filter> | ||
</filters> | ||
<regions> | ||
<union name="bases"> | ||
<rectangle name="red-base" min="10,234" max="-17,185"/> | ||
<rectangle name="blue-base" min="124,185" max="151,234"/> | ||
</union> | ||
<negative name="map-old"> | ||
<union name="platforms"> | ||
<cuboid name="red-platform" min="-10,15,192" max="-5,21,195"/> | ||
<cuboid name="blue-platform" min="144,15,224" max="139,21,227"/> | ||
</union> | ||
</negative> | ||
<rectangle name="map" min="-15,185" max="149,234"/> | ||
<union name="spawns"> | ||
<block name="blue-spawn" location="146.5,17,192.5"/> | ||
<block name="red-spawn" location="-12.5,17,226.5"/> | ||
<block name="obs-spawn" location="8.5,29,226.5"/> | ||
</union> | ||
<union name="around-spawns"> | ||
<cuboid name="around-red-spawn" min="-10,16,224" max="-15,23,229"/> | ||
<cuboid name="around-blue-spawn" min="149,16,190" max="144,23,195"/> | ||
</union> | ||
<apply region="bases" use="deny-usage" message="You may not open this"/> | ||
<apply region="around-spawns" block="deny-all" message="You may not edit the spawns"/> | ||
<apply region="platforms" block="deny-all" message="You may not modify the flag platform"/> | ||
<apply block="deny-all" message="You may not build in the void"> | ||
<negative> | ||
<region name="map"/> | ||
</negative> | ||
</apply> | ||
</regions> | ||
<itemremove> | ||
<item>bow</item> | ||
<item>iron axe</item> | ||
<item>iron spade</item> | ||
<item>iron pickaxe</item> | ||
<item>arrow</item> | ||
<item>wood</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
<item>leather helmet</item> | ||
<item>leather chestplate</item> | ||
</itemremove> | ||
<hunger> | ||
<depletion>off</depletion> | ||
</hunger> | ||
<killreward> | ||
<filter> | ||
<kill-streak count="1" repeat="true"/> | ||
</filter> | ||
<kit> | ||
<kit name="kill-boost"/> | ||
</kit> | ||
<item amount="8">arrow</item> | ||
</killreward> | ||
<killreward> | ||
<filter> | ||
<all> | ||
<kill-streak count="1" repeat="true"/> | ||
<team>blue</team> | ||
</all> | ||
</filter> | ||
<item amount="8" damage="0">wood</item> | ||
</killreward> | ||
<killreward> | ||
<filter> | ||
<all> | ||
<kill-streak count="1" repeat="true"/> | ||
<team>red</team> | ||
</all> | ||
</filter> | ||
<item amount="8" damage="2">wood</item> | ||
</killreward> | ||
<killreward> | ||
<filter> | ||
<kill-streak count="3" repeat="true"/> | ||
</filter> | ||
<item name="`cExplosive">tnt</item> | ||
</killreward> | ||
<tnt> | ||
<fuse>2s</fuse> | ||
<power>4.5</power> | ||
<instantignite>true</instantignite> | ||
<licensing>off</licensing> | ||
<friendly-defuse>off</friendly-defuse> | ||
</tnt> | ||
<disabledamage> | ||
<damage ally="true" self="true" enemy="false" other="false">block explosion</damage> | ||
</disabledamage> | ||
<maxbuildheight>35</maxbuildheight> | ||
<gamerules> | ||
<doTileDrops>false</doTileDrops> | ||
<doDaylightCycle>false</doDaylightCycle> | ||
</gamerules> | ||
</map> |
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,104 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.3.5" internal="true"> | ||
<name>AstroGEN</name> | ||
<version>2.1</version> | ||
<objective>Be the team with the most amount of kills after 5 minutes!</objective> | ||
<authors> | ||
<author uuid="dad8b95c-cf6a-44df-982e-8c8dd70201e0"/> <!-- ElectroidFilms --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="e37f18f1-117b-47db-8806-6d3a0854b518" contribution="Limited Hearts Idea"/> <!-- chickolympics --> | ||
</contributors> | ||
<rules> | ||
<rule>Fall damage is disabled.</rule> | ||
</rules> | ||
<score> | ||
<time>5m</time> | ||
</score> | ||
<teams> | ||
<team color="green" max="12">Green</team> | ||
<team color="blue" max="12">Blue</team> | ||
</teams> | ||
<kits> | ||
<kit name="night-vision"> | ||
<potion duration="oo">night vision</potion> | ||
</kit> | ||
<kit name="teams" parents="night-vision"> | ||
<item slot="0" projectile="lazer" name="`aLazer`7">iron barding</item> | ||
<chestplate unbreakable="true" enchantment="durability" name="`7Armor" locked="true">iron chestplate</chestplate> | ||
<leggings color="191919" unbreakable="true" name="`7Armor" locked="true">leather leggings</leggings> | ||
<boots color="191919" unbreakable="true" name="`7Armor" locked="true">leather boots</boots> | ||
<potion duration="4" amplifier="10">damage resistance</potion> | ||
<potion duration="oo">speed</potion> | ||
<potion duration="oo" amplifier="-4">health boost</potion> | ||
<double-jump power="3.5" recharge-time="2.5s" recharge-before-landing="true"/> | ||
</kit> | ||
<kit name="blue" parents="teams"> | ||
<helmet damage="3" name="`9Helmet" locked="true">wool</helmet> | ||
</kit> | ||
<kit name="green" parents="teams"> | ||
<helmet damage="5" name="`aHelmet" locked="true">wool</helmet> | ||
</kit> | ||
</kits> | ||
<projectiles> | ||
<projectile | ||
id="lazer" | ||
name="lazer" | ||
projectile="Snowball" | ||
velocity="3.5" | ||
damage="50" | ||
throwable="false" | ||
cooldown="1.1s"/> | ||
</projectiles> | ||
<spawns> | ||
<spawn team="blue" kit="blue" yaw="0"> | ||
<cylinder base="0.5,33,-33.5" radius="3" height="0"/> | ||
</spawn> | ||
<spawn team="green" kit="green" yaw="180"> | ||
<cylinder base="0.5,33,57.5" radius="3" height="0"/> | ||
</spawn> | ||
<default kit="night-vision" yaw="90"> | ||
<cuboid min="3,32,14" max="5,32,10"/> | ||
</default> | ||
</spawns> | ||
<filters> | ||
<filter name="allow-some"> | ||
<any> | ||
<block>tnt</block> | ||
<block>thin glass</block> | ||
</any> | ||
</filter> | ||
</filters> | ||
<regions> | ||
<apply block="allow-some"> | ||
<rectangle min="-oo,-oo" max="oo,oo"/> | ||
</apply> | ||
</regions> | ||
<tnt> | ||
<instantignite>on</instantignite> | ||
<licensing>off</licensing> | ||
<friendly-defuse>off</friendly-defuse> | ||
<blockdamage>on</blockdamage> | ||
<fuse>1.5s</fuse> | ||
<power>4</power> | ||
</tnt> | ||
<disabledamage> | ||
<damage>fall</damage> | ||
<damage ally="true" self="true">block explosion</damage> | ||
</disabledamage> | ||
<hunger> | ||
<depletion>off</depletion> | ||
</hunger> | ||
<timelock>on</timelock> | ||
<itemremove> | ||
<item>iron barding</item> | ||
<item>bow</item> | ||
<item>wool</item> | ||
<item>iron chestplate</item> | ||
<item>leather leggings</item> | ||
<item>leather boots</item> | ||
<item>thin glass</item> | ||
<item>arrow</item> | ||
<item>snow ball</item> | ||
</itemremove> | ||
</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.
Oops, something went wrong.