Skip to content

Instantly share code, notes, and snippets.

@eliminate123
Created May 25, 2023 13:32
Show Gist options
  • Save eliminate123/30c9b121b655ce89631e7cdfeb394ea1 to your computer and use it in GitHub Desktop.
Save eliminate123/30c9b121b655ce89631e7cdfeb394ea1 to your computer and use it in GitHub Desktop.
Pixie XML
<map proto="1.4.2">
<name>Pixie</name>
<version>1.0</version>
<objective>Jump into the enemy team's portal, located below their spawn point!</objective>
<created>2023-05-25</created>
<include id="bridge"/>
<constants>
<!-- Teams -->
<constant id="team-one-spawn">-37.5,14,0.5</constant>
<constant id="team-one-yaw">-90</constant>
<constant id="team-two-spawn">38.5,14,0.5</constant>
<constant id="team-two-yaw">90</constant>
</constants>
<authors>
<author uuid="d5a64b26-15ea-46c4-8319-f9c83e82a1fa"/> <!-- Eliminate -->
<author uuid="9d4779a8-d35f-45d2-b51c-95de7a77e128" contribution="XML"/> <!-- zzuf -->
</authors>
<teams>
<team id="team-one" color="yellow" max="5">Yellow</team>
<team id="team-two" color="blue" dye-color="light blue" max="5">Blue</team>
</teams>
<spawns>
<default>
<regions>
<point yaw="0">0.5,21,-32.5</point>
</regions>
</default>
</spawns>
<filters>
<any id="block-list">
<material>stained clay:3</material>
<material>stained clay:4</material>
<material>stained clay:0</material>
</any>
</filters>
<regions>
<negative id="not-buildable">
<cuboid min="30,15,-21" max="-29,0,22"/>
</negative>
<cuboid id="team-one-portal" min="-42,2,-1" size="3,1,3"/>
<mirror id="team-two-portal" region="team-one-portal" origin="${map-origin}" normal="1,0,0"/>
<!-- Round cages -->
<union id="cages">
<cylinder id="team-one-spawn-cage" base="${team-one-spawn}" height="3" radius="2"/>
<cylinder id="team-two-spawn-cage" base="${team-two-spawn}" height="3" radius="2"/>
</union>
</regions>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment