We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This feature would empower server/bot admins to:
I envision this feature adding a few different commands. The names can be whatever, but just for example:
!gameadd <gamename> [<num_teams>] [<num_players_per_team>] [<map_names>]
gamename
num_teams
num_players_per_team
map_names
!mapadd <gamename> [<map_names>]
!mapadd <gamename> <map_names>
!modeadd <gamename> <mode_names> [<map_names>]
mode_names
4v4,3v3 Elimination
The text was updated successfully, but these errors were encountered:
This is blocked by #118
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This feature would empower server/bot admins to:
I envision this feature adding a few different commands. The names can be whatever, but just for example:
!gameadd <gamename> [<num_teams>] [<num_players_per_team>] [<map_names>]
gamename
: Self-explanatory. e.g. "Overwatch", "Rocket League."num_teams
: Number of teams per gamenum_players_per_team
: Number of players per teammap_names
: Comma-separated list of map names!mapadd <gamename> [<map_names>]
gamename
: Self-explanatory. e.g. "Overwatch", "Rocket League."map_names
: Comma-separated list of map names!mapadd <gamename> <map_names>
gamename
: Self-explanatory. e.g. "Overwatch", "Rocket League."map_names
: Comma-separated list of map names!modeadd <gamename> <mode_names> [<map_names>]
gamename
: Self-explanatory. e.g. "Overwatch", "Rocket League."mode_names
: Comma-separated list of mode names, e.g.4v4,3v3 Elimination
, etc.map_names
: Comma-separated list of map namesThe text was updated successfully, but these errors were encountered: