-
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
e4b58d7
commit 9c55442
Showing
7 changed files
with
82 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,82 @@ | ||
<?xml version="1.0"?> | ||
<map proto="1.0.0"> | ||
<name>Airship Battle</name> | ||
<version>1.0.4</version> | ||
<objective>Leak lava from the enemy's obsidian core into the void.</objective> | ||
<authors> | ||
<author uuid="30e27366-0b14-4076-8f55-0819ece49ce3"/> <!-- Dewtroid --> | ||
</authors> | ||
<rules> | ||
<rule>Dispensers are disabled</rule> | ||
</rules> | ||
<filters> | ||
<filter name="deny-dispenser"> | ||
<not> | ||
<block>dispenser</block> | ||
</not> | ||
</filter> | ||
<filter name="deny-obsidian"> | ||
<not> | ||
<block>obsidian</block> | ||
</not> | ||
</filter> | ||
</filters> | ||
<teams> | ||
<team color="blue" max="24">Blue</team> | ||
<team color="dark red" max="24">Red</team> | ||
</teams> | ||
<regions> | ||
<apply block-place="deny-dispenser" message="Dispensers are disabled on this map!"> | ||
<rectangle min="-oo,-oo" max="oo,oo"/> | ||
</apply> | ||
<apply leave="deny-all" message="Don't exit the playing field!"> | ||
<rectangle min="-102,-4" max="102,125"/> <!-- Main area --> | ||
<rectangle min="-36,-16" max="13,-2"/> <!-- Area between spawn tunnels --> | ||
</apply> | ||
<apply block="deny-all" message="Don't edit blocks outside the playing field!"> | ||
<negative> | ||
<union name="map"> | ||
<rectangle min="-100,-2" max="100,123"/> <!-- Main area --> | ||
<rectangle min="-36,-14" max="13,-2"/> <!-- Area between spawn tunnels --> | ||
</union> | ||
</negative> | ||
</apply> | ||
<apply block-break="deny-obsidian" message="You may not break obsidian outside the core area!"> | ||
<complement> | ||
<region name="map"/> | ||
<cuboid min="13,85,23" max="18,92,30"/> | ||
<cuboid min="-41,85,23" max="-36,92,30"/> | ||
</complement> | ||
</apply> | ||
</regions> | ||
<kits> | ||
<kit name="shears"> | ||
<item slot="8" name="`6TNT Defuser" lore="`7Right click to defuse teammate's TNT|`7Does not work in `9water`7!">shears</item> | ||
</kit> | ||
</kits> | ||
<itemremove> | ||
<item>shears</item> | ||
<item>obsidian</item> | ||
<item>gold block</item> | ||
</itemremove> | ||
<spawns> | ||
<spawn team="blue" yaw="270" kit="shears"> | ||
<cuboid min="4.5,91,-34" max="7.5,91,-31"/> | ||
</spawn> | ||
<spawn team="red" yaw="90" kit="shears"> | ||
<cuboid min="-30.5,91,-34" max="-27.5,91,-31"/> | ||
</spawn> | ||
<default yaw="180"> | ||
<cylinder base="-11.5,90,-33" radius="3" height="0"/> | ||
</default> | ||
</spawns> | ||
<cores material="obsidian" leak="10"> | ||
<core team="blue"> | ||
<cuboid min="13,85,23" max="18,92,30"/> | ||
</core> | ||
<core team="red"> | ||
<cuboid min="-41,85,23" max="-36,92,30"/> | ||
</core> | ||
</cores> | ||
<maxbuildheight>125</maxbuildheight> | ||
</map> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.