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

[Enhancement] Execute MCDC commands in-game #80

Merged
merged 14 commits into from
Aug 8, 2022
Merged

Conversation

Xujiayao
Copy link
Owner

@Xujiayao Xujiayao commented Aug 7, 2022

Checks

Related Issues

Fix #45

Description

This PR adds the ability to execute MCDC commands in-game. As of the time this PR was merged, the available commands are as follows:

Command Description
/mcdc info Query server running status
/mcdc help Get a list of available commands
/mcdc update Check for update
/mcdc stats Query the scoreboard of a statistic
/mcdc reload Reload MCDiscordChat config file (admin only)
/mcdc console Execute a command in the server console (admin only)
/mcdc log Get the specified server log (admin only)
/mcdc stop Stop the server (admin only)

Strikethrough commands are not implemented because they are redundant or impossible to implement in-game.

Admin-only commands require a level 4 operator at minimum, i.e. players with OP permission level 4 or the server console.

@Xujiayao Xujiayao added the enhancement New feature or request label Aug 7, 2022
@Xujiayao Xujiayao marked this pull request as ready for review August 8, 2022 09:34
@Xujiayao Xujiayao merged commit ca49a13 into master Aug 8, 2022
@Xujiayao Xujiayao deleted the in-game-commands branch August 8, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Execute MCDC commands in-game
2 participants