Last active
August 29, 2015 14:11
-
-
Save 96alexmr/4c7ff0940c24e2593121 to your computer and use it in GitHub Desktop.
Overcast XML
This file contains hidden or 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
| <?xml version="1.0"?> | |
| <map proto="1.3.6"> | |
| <name></name> | |
| <version>1.0.0</version> | |
| <objective></objective> | |
| <teams> | |
| <team id="" color="" max="" max-overfill=""></team> | |
| <team id="" color="" max="" max-overfill=""></team> | |
| </teams> | |
| <kits> | |
| <kit name="spawn"> | |
| </kit> | |
| <kit name="" parents="spawn"> | |
| </kit> | |
| <kit name="" parents="spawn"> | |
| </kit> | |
| </kits> | |
| <filters> | |
| <filter name=""> | |
| </filter> | |
| </filters> | |
| <regions> | |
| <region name=""> | |
| </region> | |
| </regions> | |
| <spawns> | |
| <spawn team="" kit=""> | |
| <region name=""> | |
| </spawn> | |
| <spawn team="" kit=""> | |
| <region name=""/> | |
| </spawn> | |
| <default> | |
| <region name=""/> | |
| </default> | |
| </region> | |
| </map> |
This file contains hidden or 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
| <?xml version="1.0"?> | |
| <map proto="1.3.6"> | |
| <name>Insulae</name> | |
| <version>1.0.0</version> | |
| <objective>Destroy the enemies loot!</objective> | |
| <authors> | |
| <author>Thieved</author> | |
| </authors> | |
| <contributors> | |
| <contributor contribution="Assistance">JTerwiesch</contributor> | |
| <contributor contribution="XML">nixter1029</contributor> | |
| </contributors> | |
| <destoyables name="Loot" materials="gold block"> | |
| <destoyable owner="green"> | |
| <region> | |
| <cuboid min="22,18,292" max="19,22,294"/> | |
| </region> | |
| </destoyable> | |
| <destoyable owner="gray"> | |
| <region> | |
| <cuboid min="-29,18,345" max="-26,22,343"/> | |
| </region> | |
| </destoyable> | |
| </destoyables> | |
| <teams> | |
| <team id="green" color="dark green" max="16" max-overfill="20">Green Team</team> | |
| <team id="gray" color="dark gray" max="16" max-overfill="20">Gray Team</team> | |
| </teams> | |
| <kits> | |
| <kit name="spawn"> | |
| <leggings>iron leggings</leggings> | |
| <boots enchantment="protection fall">iron boots</boots> | |
| <item slot="0">stone sword</item> | |
| <item slot="1" enchantment="arrow infinite">bow</item> | |
| <item slot="2" damage="-1">wooden pickaxe</item> | |
| <item slot="3">iron axe</item> | |
| <item slot="4" amount="32">cooked beef</item> | |
| <item slot="5" amount="16">log</item> | |
| <item slot="6" amount="32">glass</item> | |
| <item slot="7">water bucket</item> | |
| <item slot="27">iron spade</item> | |
| <item slot="28">arrow</item> | |
| </kit> | |
| <kit name="green" parents="spawn"> | |
| <helmet color="667F33">leather helmet</helmet> | |
| <chestplate color="667F33" enchantment="protection projectile:2">leather chestplate</chestplate> | |
| </kit> | |
| <kit name="gray" parents="spawn"> | |
| <helmet color="4C4C4C">leather helmet</helmet> | |
| <chestplate color="4C4C4C" enchantment="protection projectile:2">leather chestplate</chestplate> | |
| </kit> | |
| </kits> | |
| <toolrepair> | |
| <tool>stone sword</tool> | |
| <tool>bow</tool> | |
| <tool>iron spade</tool> | |
| <tool>iron axe</tool> | |
| <tool>arrow</tool> | |
| </toolrepair> | |
| <itemremove> | |
| <item>cooked beef</item> | |
| <item>leather helmet</item> | |
| <item>leather chestplate</item> | |
| <item>iron leggings</item> | |
| <item>iron boots</item> | |
| <item>gold block</item> | |
| <item>water bucket</item> | |
| <item>bucket</item> | |
| </itemremove> | |
| <disabledamage> | |
| <damage>fall</damage> | |
| </disabledamage> | |
| <gamerules> | |
| <doFireTick>false</doFireTick> | |
| </gamerules> | |
| <filters> | |
| <filter name="void"> | |
| <deny> | |
| <void/> | |
| </deny> | |
| </filter> | |
| </filters> | |
| <regions> | |
| <apply block="deny-all" message="You may not edit the ship!"> | |
| <cuboid min="2,34,334" max="-44,79,349"/> | |
| <cuboid min="-9,34,303" max="37,79,288"/> | |
| </apply> | |
| <apply block="void"> | |
| <rectange min="-oo,-oo" max="oo,oo"/> | |
| </apply> | |
| </regions> | |
| <spawns> | |
| <spawn team="green" kit="green"> | |
| <regions yaw="90"> | |
| <cuboid min="33.5,51,296.5" max="32.5,51,294.5"/> | |
| </regions> | |
| </spawn> | |
| <spawn team="gray" kit="gray"> | |
| <regions yaw="-90"> | |
| <cuboid min="-40.5,51,340.5" max="-39.5,51,342.5"/> | |
| </regions> | |
| </spawn> | |
| <default> | |
| <regions yaw="0"> | |
| <cuboid min="3.5,66,265.5" max="2.5,66,266.5"/> | |
| </regions> | |
| </default> | |
| </spawns> | |
| </map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment