-
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
938dd60
commit 1da3a7a
Showing
7 changed files
with
108 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,108 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.3.0"> | ||
<name>Azonarr</name> | ||
<version>1.1</version> | ||
<objective>Control the capture point!</objective> | ||
<phase>development</phase> | ||
<authors> | ||
<author uuid="5986da63-a546-49c5-812d-d5c41a42510a"/> <!-- Lyzak --> | ||
</authors> | ||
<teams> | ||
<team color="dark red" max="32" max-overfill="36">Red</team> | ||
<team color="blue" max="32" max-overfill="36">Blue</team> | ||
</teams> | ||
<spawns> | ||
<spawn team="red" kit="red" yaw="-135"> | ||
<region name="red-spawn"/> | ||
</spawn> | ||
<spawn team="blue" kit="blue" yaw="135"> | ||
<region name="blue-spawn"/> | ||
</spawn> | ||
<default yaw="180"> | ||
<region name="observer-spawn"/> | ||
</default> | ||
</spawns> | ||
<kits> | ||
<kit name="spawn"> | ||
<item slot="0">stone sword</item> | ||
<item slot="1" enchantment="arrow infinite:1">bow</item> | ||
<item slot="28" amount="1">arrow</item> | ||
<item slot="2" amount="1">stone pickaxe</item> | ||
<item slot="3" amount="1">stone axe</item> | ||
<item slot="4" amount="16" damage="0">leaves</item> | ||
<item slot="5" amount="16" damage="2">wood</item> | ||
<item slot="6" amount="64">cooked chicken</item> | ||
<item slot="7" damage="16389">373</item><!-- Splash Speed --> | ||
<item slot="8" damage="8257">373</item><!-- Extended Regen Pot --> | ||
</kit> | ||
<kit name="red" parents="spawn"> | ||
<chestplate unbreakable="true">iron chestplate</chestplate> | ||
<helmet color="cd0000" unbreakable="true">leather helmet</helmet> | ||
<leggings color="cd0000" unbreakable="true">leather leggings</leggings> | ||
<boots color="cd0000" unbreakable="true" enchantment="protection fall:4">leather boots</boots> | ||
</kit> | ||
<kit name="blue" parents="spawn"> | ||
<chestplate unbreakable="true">iron chestplate</chestplate> | ||
<helmet color="0066cc" unbreakable="true">leather helmet</helmet> | ||
<leggings color="cd0000" unbreakable="true">leather leggings</leggings> | ||
<boots color="0066cc" unbreakable="true" enchantment="protection fall:4">leather boots</boots> | ||
</kit> | ||
</kits> | ||
<maxbuildheight>31</maxbuildheight> | ||
<regions> | ||
<cuboid name="red-spawn" min="-51.5,36,32.5" max="-48.5,36,35.5" /> | ||
<cuboid name="blue-spawn" min="49.5,36,32.5" max="52.5,36,35.5" /> | ||
<cylinder name="observer-spawn" base="0.5,45,32.5" radius="3" height="0" /> | ||
<circle name="red-base" center="-48.5, 32.5" radius="27.5"/> | ||
<circle name="blue-base" center="49.5, 32.5" radius="27.5"/> | ||
<circle name="hill" center="0.5,-62.5" radius="9.5"/> | ||
<rectangle name="square-island" min="-11,-60" max="12,-37"/> | ||
<circle name="playable" center="0.5, 0.5" radius="75" /> | ||
<apply block="deny-all" message="You may not build near the spawns or hill!"> | ||
<region name="red-base"/> | ||
<region name="blue-base"/> | ||
<region name="hill"/> | ||
<region name="square-island"/> | ||
</apply> | ||
<apply block="deny-all" message="You may not build outside the playing field!"> | ||
<negative> | ||
<region name="playable"/> | ||
</negative> | ||
</apply> | ||
</regions> | ||
<timelock>on</timelock> | ||
<toolrepair> | ||
<tool>stone sword</tool> | ||
<tool>bow</tool> | ||
</toolrepair> | ||
<itemremove> | ||
<item>cooked fish</item> | ||
<item>leather chestplate</item> | ||
<item>leather helmet</item> | ||
<item>iron leggings</item> | ||
<item>leather boots</item> | ||
</itemremove> | ||
<killreward> | ||
<item amount="1">golden apple</item> | ||
<item amount="8">arrow</item> | ||
</killreward> | ||
<king> | ||
<hills> | ||
<hill name="Hill" capture-time="15s" points="1"> | ||
<capture> | ||
<cuboid min="-6,32,-69" max="7,38,-56"/> | ||
</capture> | ||
<progress> | ||
<cuboid min="-6,32,-69" max="7,32,-56"/> | ||
</progress> | ||
<captured> | ||
<cuboid min="-2,37,-61" max="2,41,-65"/> | ||
</captured> | ||
</hill> | ||
</hills> | ||
</king> | ||
<score> | ||
<limit>300</limit> | ||
<king/> | ||
</score> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.