Skip to main content

Lanes

Lanes are used in Race for Wool (RFW) style maps with two parallel lanes for the teams. They prevent players from leaving their team's lane and entering the enemies.

Lanes Element

ElementDescriptionValue/Children
Node containing this world's lanes.
Sub-elements
A single lane definition.Regions

Lane Attributes

AttributeDescriptionValue
RequiredThe team the lane belongs to and in which they have to stay inside.Team ID

Example

<lanes>
<lane team="blue">
<region id="blue-lane-total"/>
<region id="blue-spawn-rooms"/>
</lane>
<lane team="red">
<region id="red-lane-total"/>
<region id="red-spawn-rooms"/>
</lane>
</lanes>