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' lane.

Lanes Element

ElementDescription
<lanes> </lanes>Node containing this world's lanes.
Sub-elementsValue/Children
<lane> </lane>A single lane definition.Regions

Lane Attributes

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

Examples

<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>