Skip to content
New issue

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 -- game session tracking #43

Open
Colind8 opened this issue Nov 27, 2024 · 0 comments
Open

xd)game -- game session tracking #43

Colind8 opened this issue Nov 27, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@Colind8
Copy link
Owner

Colind8 commented Nov 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Ideas
Development

No branches or pull requests

1 participant