You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an option to start the countdown when a certain amount of players have joined the arena (if there's 8 players of 16, the arena should automatically start the countdown if the desired option is enabled needed by a separate ready option(neededRatioforAutoStart), it should be a separate countdown from normal countdown like autoCountDown: 60. If an specific amount of those players(required by the neededRatio) hit the ready block, the autoCountDown will be cancelled and the normal startCountDown will start
The text was updated successfully, but these errors were encountered:
Hi!
Autoready feature already exists more or less. The neededRatio already starts the countdown when a minimum amount of player is ready. As a second option, there's already the QuickLounge join module, that makes possible to auto-affect a class and automatically start the arena after a defined time. And obviously, players can change their class during this time.
In my opinion, adding a third option be likely to become confusing and will not add a really distinct feature from the two other mentioned ones.
an option to start the countdown when a certain amount of players have joined the arena (if there's 8 players of 16, the arena should automatically start the countdown if the desired option is enabled needed by a separate ready option(neededRatioforAutoStart), it should be a separate countdown from normal countdown like
autoCountDown: 60
. If an specific amount of those players(required by the neededRatio) hit the ready block, theautoCountDown
will be cancelled and the normalstartCountDown
will startThe text was updated successfully, but these errors were encountered: