Skip to content

Commit

Permalink
Two - resolve unused node warnings
Browse files Browse the repository at this point in the history
Regions pruned
  • Loading branch information
TheRealPear committed Jan 14, 2024
1 parent 7fb20a3 commit 63b541d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions TDM/Standard/Two/map.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0"?>
<map proto="1.4.2">
<name>Two</name>
<version>1.0.1</version>
Expand All @@ -8,8 +7,8 @@
<author uuid="9225421c-3c09-4d97-bb80-f6a77c1f360b"/> <!-- Jexel -->
</authors>
<teams>
<team id="blue-team" color="blue" max="16">Blue</team>
<team id="red-team" color="dark red" max="16">Red</team>
<team id="blue-team" color="blue" max="16">Blue</team>
<team id="red-team" color="dark red" max="16">Red</team>
</teams>
<hunger>
<depletion>off</depletion>
Expand All @@ -21,23 +20,23 @@
<item slot="0" unbreakable="true">stone sword</item>
<item slot="1" unbreakable="true">bow</item>
<item slot="8" amount="12">arrow</item>
<leggings unbreakable="true">chainmail leggings</leggings>
<leggings unbreakable="true">chainmail leggings</leggings>
<effect duration="3" amplifier="25">heal</effect>
<effect duration="3" amplifier="25">damage resistance</effect>
</kit>
<kit id="red" parents="spawn">
<helmet color="cd0000" unbreakable="true">leather helmet</helmet>
<chestplate color="cd0000" unbreakable="true" enchantment="protection projectile:2">leather chestplate</chestplate>
<boots color="cd0000" unbreakable="true" enchantment="protection fall">leather boots</boots>
<helmet color="cd0000" unbreakable="true" material="leather helmet"/>
<chestplate color="cd0000" unbreakable="true" enchantment="protection projectile:2" material="leather chestplate"/>
<boots color="cd0000" unbreakable="true" enchantment="protection fall" material="leather boots"/>
</kit>
<kit id="blue" parents="spawn">
<helmet color="0066cc" unbreakable="true">leather helmet</helmet>
<chestplate color="0066cc" unbreakable="true" enchantment="protection projectile:2">leather chestplate</chestplate>
<boots color="0066cc" unbreakable="true" enchantment="protection fall">leather boots</boots>
<helmet color="0066cc" unbreakable="true" material="leather helmet"/>
<chestplate color="0066cc" unbreakable="true" enchantment="protection projectile:2" material="leather chestplate"/>
<boots color="0066cc" unbreakable="true" enchantment="protection fall" material="leather boots"/>
</kit>
<kit id="die" force="true">
<health>1</health>
<effect duration="0" amplifier="1">absorption</effect>
<effect duration="0">absorption</effect>
</kit>
<kit id="die-0" force="true">
<effect duration="oo" amplifier="5">wither</effect>
Expand Down Expand Up @@ -74,26 +73,26 @@
</filters>
<respawn delay="2.5s" auto="true"/>
<regions>
<apply kit="die" region="box-red" filter="only-red-team"/>
<apply kit="die" region="box-blue" filter="only-blue-team"/>
<apply kit="die-0" region="box-die-red" filter="only-red-team"/>
<apply kit="die" region="box-red" filter="only-red-team"/>
<apply kit="die" region="box-blue" filter="only-blue-team"/>
<apply kit="die-0" region="box-die-red" filter="only-red-team"/>
<apply kit="die-0" region="box-die-blue" filter="only-blue-team"/>
<apply kit="score" region="box-blue" filter="only-red-team"/>
<apply kit="score" region="box-red" filter="only-blue-team"/>
<apply kit="score" region="box-blue" filter="only-red-team"/>
<apply kit="score" region="box-red" filter="only-blue-team"/>
<apply block="never"/>
<cuboid id="box-blue" min="-61,3,2" max="-63,2.5,-1"/>
<cuboid id="box-red" min="62,3,2" max="64,2.5,-1"/>
<cuboid id="box-blue" min="-61,3,2" max="-63,2.5,-1"/>
<cuboid id="box-red" min="62,3,2" max="64,2.5,-1"/>
<cuboid id="box-die-blue" min="-61,2.5,2" max="-63,0,-1"/>
<cuboid id="box-die-red" min="62,2.5,2" max="64,0,-1"/>
<cuboid id="box-die-red" min="62,2.5,2" max="64,0,-1"/>
</regions>
<portals smooth="false" sound="false" pitch="@0">
<portal region="box-blue" destination="spawn-red" filter="only-red-team" yaw="@90"/>
<portal region="box-red" destination="spawn-blue" filter="only-blue-team" yaw="@-90"/>
<portal region="box-blue" destination="spawn-red" filter="only-red-team" yaw="@90"/>
<portal region="box-red" destination="spawn-blue" filter="only-blue-team" yaw="@-90"/>
</portals>
<score>
<kills>1</kills>
<box region="box-blue" filter="only-red-team" points="3"/>
<box region="box-red" filter="only-blue-team" points="3"/>
<box region="box-blue" filter="only-red-team" points="3"/>
<box region="box-red" filter="only-blue-team" points="3"/>
</score>
<time>10m</time>
<itemremove>
Expand Down Expand Up @@ -143,8 +142,8 @@
</item-mods>
<kill-rewards>
<kill-reward>
<item slot="2" material="golden apple"/>
<item material="arrow" amount="4"/>
<item material="golden apple"/>
<item material="arrow" amount="8"/>
</kill-reward>
<kill-reward filter="8-kills" kit="8-kills-kit"/>
</kill-rewards>
Expand Down
Binary file modified TDM/Standard/Two/region/r.-1.-1.mca
Binary file not shown.
Binary file modified TDM/Standard/Two/region/r.-1.0.mca
Binary file not shown.
Binary file modified TDM/Standard/Two/region/r.0.-1.mca
Binary file not shown.
Binary file modified TDM/Standard/Two/region/r.0.0.mca
Binary file not shown.

0 comments on commit 63b541d

Please sign in to comment.