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
This command tries to start a game in Blitzkrieg mode, optionally with a specified timeout in minutes. The default value could be set to 5, but maybe also be set on a per-channel basis.
When starting in Blitzkrieg mode, every player in the current lobby receives a message and button to confirm that they’re up for a Blitzkrieg match, and no new players may join. If not all players confirm within the timeout period, the game returns to the classic Lobby mode.
If a game runs in Blitzkrieg mode, every game interaction has a timeout. If the time runs out, the game is canceled, everyone loses, and the players who failed to perform their actions in time get one strike.
Players with three strikes are banned from Blitzkrieg matches.
If such a player is in the lobby while the /blitzkrieg command is issued, the bot tries to start the game with just the un-banned players.
Example 1:
6 (un-banned) players in the lobby
→ Blitzkrieg match can start with 6 players
Example 2:
8 players in the lobby, of which 1 is banned
→ Blitzkrieg match can start with 7 players
Example 3:
7 players in the lobby, of which 3 are banned
→ Blitzkrieg match cannot start because there are less than 5 un-banned players in the lobby.
The text was updated successfully, but these errors were encountered:
This command tries to start a game in Blitzkrieg mode, optionally with a specified
timeout
in minutes. The default value could be set to 5, but maybe also be set on a per-channel basis.When starting in Blitzkrieg mode, every player in the current lobby receives a message and button to confirm that they’re up for a Blitzkrieg match, and no new players may join. If not all players confirm within the
timeout
period, the game returns to the classic Lobby mode.If a game runs in Blitzkrieg mode, every game interaction has a timeout. If the time runs out, the game is canceled, everyone loses, and the players who failed to perform their actions in time get one strike.
Players with three strikes are banned from Blitzkrieg matches.
If such a player is in the lobby while the
/blitzkrieg
command is issued, the bot tries to start the game with just the un-banned players.Example 1:
6 (un-banned) players in the lobby
→ Blitzkrieg match can start with 6 players
Example 2:
8 players in the lobby, of which 1 is banned
→ Blitzkrieg match can start with 7 players
Example 3:
7 players in the lobby, of which 3 are banned
→ Blitzkrieg match cannot start because there are less than 5 un-banned players in the lobby.
The text was updated successfully, but these errors were encountered: