Skip to content

Commit

Permalink
BMDO - resolve unused warning nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPear committed Jan 13, 2024
1 parent 42a847c commit 5a90f2c
Showing 1 changed file with 36 additions and 42 deletions.
78 changes: 36 additions & 42 deletions CTF/Standard/Breakfast Man's Day Off/map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map proto="1.4.2">
<name>Breakfast Man's Day Off</name>
<version>1.0.1</version>
<version>1.0.2</version>
<objective>Retrieve both enemy flags two times each and carry them to your spawn.</objective>
<gamemode>ctf</gamemode>
<authors>
Expand All @@ -17,52 +17,47 @@
</teams>
<kits>
<kit id="spawnKit">
<item slot="0" unbreakable="true">iron sword</item>
<item slot="1" unbreakable="true">bow</item>
<item slot="28" amount="48">arrow</item>
<item slot="2" enchantment="dig speed:1" unbreakable="true">stone pickaxe</item>
<item slot="3" unbreakable="true">iron spade</item>
<item slot="30" unbreakable="true">iron axe</item>
<item slot="4" amount="24">cooked mutton</item>
<item slot="5" amount="6" damage="1">log</item>
<item slot="6" amount="64">smooth brick</item>
<item slot="7" amount="64">smooth brick</item>
<item slot="8" amount="64">glass</item>
<boots enchantment="depth strider:2" unbreakable="true">diamond boots</boots>
<potion duration="oo" amplifier="2">night vision</potion>
<potion duration="5" amplifier="5">damage resistance</potion>
</kit>
<kit id="redKit" parents="spawnKit">
<chestplate color="cd0000" unbreakable="true">leather chestplate</chestplate>
</kit>
<kit id="blueKit" parents="spawnKit">
<chestplate color="0066cc" unbreakable="true">leather chestplate</chestplate>
<item slot="0" unbreakable="true" material="iron sword"/>
<item slot="1" unbreakable="true" material="bow"/>
<item slot="28" amount="48" material="arrow"/>
<item slot="2" enchantment="dig speed" unbreakable="true" material="stone pickaxe"/>
<item slot="3" unbreakable="true" material="iron spade"/>
<item slot="30" unbreakable="true" material="iron axe"/>
<item slot="4" amount="24" material="cooked mutton"/>
<item slot="5" amount="6" damage="1" material="log"/>
<item slot="6" amount="64" material="smooth brick"/>
<item slot="7" amount="64" material="smooth brick"/>
<item slot="8" amount="64" material="glass"/>
<chestplate unbreakable="true" team-color="true" material="leather chestplate"/>
<boots enchantment="depth strider:2" unbreakable="true" material="diamond boots"/>
<effect amplifier="2">night vision</effect>
<effect duration="5" amplifier="5">damage resistance</effect>
</kit>
</kits>
<filters>
<team id="only-red">red-team</team>
<team id="only-blue">blue-team</team>
<not id="deny-void">
<void/>
</not>
</filters>
<spawns>
<spawn team="red-team" kit="redKit">
<regions yaw="90">
<spawn team="red-team" kit="spawnKit" yaw="90">
<regions>
<point>287,50,24</point>
</regions>
</spawn>
<spawn team="blue-team" kit="blueKit">
<regions yaw="-90">
<spawn team="blue-team" kit="spawnKit" yaw="-90">
<regions>
<point>69,50,24</point>
</regions>
</spawn>
<default>
<regions yaw="0">
<regions>
<point>178,76,-81</point>
</regions>
</default>
</spawns>
<filters>
<team id="only-red">red-team</team>
<team id="only-blue">blue-team</team>
<not id="deny-void">
<void/>
</not>
</filters>
<regions>
<apply block="never" message="You may not modify the spawn!">
<region>
Expand Down Expand Up @@ -106,7 +101,6 @@
</region>
</net>
</flags>
<respawn delay="5s"/>
<timelock>on</timelock>
<tnt>
<licensing>off</licensing>
Expand Down Expand Up @@ -145,15 +139,15 @@
<item>smooth brick:3</item>
<item>double step</item>
</itemremove>
<!-- Repair tools and armors in spawn kit only -->
<toolrepair>
<tool unbreakable="true">iron sword</tool>
<tool unbreakable="true">bow</tool>
<tool unbreakable="true" enchantment="dig speed:1">stone pickaxe</tool>
<tool unbreakable="true">iron spade</tool>
<tool unbreakable="true">iron axe</tool>
<tool unbreakable="true">leather chestplate</tool>
<tool unbreakable="true" enchantment="depth strider:2">diamond boots</tool>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>stone pickaxe</tool>
<tool>iron spade</tool>
<tool>iron axe</tool>
<tool>leather chestplate</tool>
<tool>diamond boots</tool>
</toolrepair>
<maxbuildheight>59</maxbuildheight>
<respawn delay="5s"/>
</map>

0 comments on commit 5a90f2c

Please sign in to comment.