Drarig29 / brackets-manager.js

A simple library to manage tournament brackets (round-robin, single elimination, double elimination).
https://drarig29.github.io/brackets-docs
MIT License
245 stars 38 forks source link

Is it possible to disqualify the team from the bracket? #195

Closed bilmakovskiyruslan closed 7 months ago

bilmakovskiyruslan commented 9 months ago

Is it possible to disqualify the team from the tournament?

In case I have the double elimination bracket and I want to disqualify the team in the upper round. And I expect that the team will be automatically disqualified from the lower round too. Does the bracket manager support such a feature?

bilmakovskiyruslan commented 9 months ago

Or any way to remove the player from the live match? convert to BYE etc.

Drarig29 commented 9 months ago

Hi! No you have no way of converting to BYE once the tournament is started. You have to mark the team as forfeit, and you may have to also do it in subsequent matches.