Teams power Duo/Trio/Squad gameplay. This system decides how players get grouped during a match.
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.
teams.yml
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 27 days ago