-
Notifications
You must be signed in to change notification settings - Fork 3
/
config-local.ini
21 lines (19 loc) · 1.54 KB
/
config-local.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[GitHub]
Username: tmmlaarhoven ; Your GitHub username
Repository: lichess-knockout ; The repository, which is at https://github.com/<Username>/<Repository>
[Lichess]
TeamId: knock-out-tournaments ; Example: for https://lichess.org/team/knock-out-tournaments, use "knock-out-tournaments"
[Options]
EventName: Manual Bullet Knock-Out
TieBreak: armageddon ; Break ties by lower rating ("rating"), more black games ("color"), or "armageddon"
RandomizeSeeds: False ; Whether the KO bracket is made based on ratings ("false") or at random ("true")
MinutesToStart: 120 ; Time between this script starts running, and the start of the tournament
MinParticipants: 4 ; Minimum participants (at least 4) - below this, the tournament will be cancelled
MaxParticipants: 6 ; Maximum participants - above this, players are no longer included in the bracket
StartAtMax: True ; Whether to start when MaxParticipants has been reached ("true") or not ("false")
GamesPerMatch: 3 ; Each knock-out match consists of (at most) this number of games
Rated: False ; Make the games in the tournament rated ("true") or casual ("false")
ClockInit: 30 ; Initial clock time (in seconds) for all games
ClockInc: 0 ; Increment per move (in seconds) for all games
Variant: standard ; Chess variant - "standard" for regular chess, and e.g. "atomic" for atomic chess
ChatFor: 20 ; 0: No chat - 10: Only team leaders - 20: Team members - 30: All of Lichess