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
xd)game will be designed to keep track of game sessions per server and can be used to easily call gamers to action.
xd)game create <id> Users can create a "game" with a unique ID that can be whatever they want as long as it doesn't have spaces.
xd)game create <id>
Example: xd)game create Minecraft will create a "game" with the ID "Minecraft"
xd)game create Minecraft
Another example: xd)game create FactorioModded will create a "game" with the ID "FactorioModded"
xd)game create FactorioModded
xd)game remove <id> The user who created the game or admins can remove a game.
xd)game remove <id>
xd)game list Lists all the active game sessions on the server.
xd)game list
xd)game join <id> Users can join a game that already exists with its unique ID.
xd)game join <id>
xd)game leave <id> Users can leave a game they have joined using this command.
xd)game leave <id>
xd)game players <id> Lists all the users that have joined the specified game.
xd)game players <id>
xd)game call <id> This command will ping everyone that have joined the specified game.
xd)game call <id>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
xd)game will be designed to keep track of game sessions per server and can be used to easily call gamers to action.
Create
xd)game create <id>
Users can create a "game" with a unique ID that can be whatever they want as long as it doesn't have spaces.
Example:
xd)game create Minecraft
will create a "game" with the ID "Minecraft"Another example:
xd)game create FactorioModded
will create a "game" with the ID "FactorioModded"Remove
xd)game remove <id>
The user who created the game or admins can remove a game.
List
xd)game list
Lists all the active game sessions on the server.
Join
xd)game join <id>
Users can join a game that already exists with its unique ID.
Leave
xd)game leave <id>
Users can leave a game they have joined using this command.
Players
xd)game players <id>
Lists all the users that have joined the specified game.
Call
xd)game call <id>
This command will ping everyone that have joined the specified game.
The text was updated successfully, but these errors were encountered: