Teams GuideΒΆ
Creating TeamsΒΆ
Quick CreateΒΆ
- Go to Teams page
- Click "Create Team"
- Fill in:
- Team Name
- Team Tag (2-8 characters, e.g.
NAVI,G2) - Logo URL (optional)
- Add players (minimum 5):
- Steam ID, Steam32, or vanity URL
- Player name
- Skill Rating (optional, defaults to 1500)
- Click "Create Team"
Bulk Import (JSON)ΒΆ
For multiple teams:
[
{
"name": "Team Pinger",
"tag": "PING",
"players": [
{ "steamId": "76561199486434142", "name": "Simpert", "elo": 3200 },
{ "steamId": "76561198765432109", "name": "Player2" }
]
}
]
- Download team-import-example.json
elofield is optional (defaults to 1500)- Import via Teams page β Import button
Public Team PagesΒΆ
Each team gets a public URL:
Share with teams (no login needed). They can:
- View upcoming matches
- Participate in map veto
- See live scores
- Get server connection info
- Monitor player connections
Managing PlayersΒΆ
Add PlayersΒΆ
- Edit team β Add Player
- Enter Steam ID or vanity URL (requires Steam API key in Settings)
- Set initial Skill Rating (optional, useful for shuffle tournaments)
Backup Players (During Match)ΒΆ
If a player can't connect:
- Open match details
- Player Management β Add Backup Player
- Search and select player
- Choose team
- System executes
css_add_playervia RCON
Replacing TeamsΒΆ
If a team withdraws mid-tournament:
- Find replacement team
- Click "Replace in Tournament"
- Select team to replace
- Bracket updates automatically
TroubleshootingΒΆ
Player can't connect: "Auth rejected" - Verify Steam ID is correct (use SteamID.io) - Add as backup player via admin controls
Team not appearing in tournament creation - Ensure team has at least 5 players - Refresh page