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
Element | Description |
---|---|
<lanes> </lanes> | Node containing this world's lanes. |
Sub-elements | Value/Children | |
---|---|---|
<lane> </lane> | A single lane definition. | Regions |
Lane Attributes
Attribute | Description | Value |
---|---|---|
team | RequiredThe 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>