user-largeTeam System

Teams power Duo/Trio/Squad gameplay. This system decides how players get grouped during a match.

Team assignment (where it happens)

Every player is assigned a team when they join a game. This assignment is handled by the Team System.

Team visuals are defined in teams.yml. Assignment uses the team list order from that file.

Assignment order

Zentrix assigns teams sequentially. It iterates top-to-bottom through teams.yml. When it hits the end, it loops back to the start.

Last updated