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] Server Status in bot's Status #95

Closed
2 tasks done
SaiCode-DHBW opened this issue Nov 14, 2022 · 3 comments
Closed
2 tasks done

[Enhancement] Server Status in bot's Status #95

SaiCode-DHBW opened this issue Nov 14, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@SaiCode-DHBW
Copy link

Checks

Description

Discord has the feature to set the Activities:
https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum

Can you make it possible to make a custom config like
Starting: Idle = Orange
Online: Online = Green
Stopping / Restarting: Do not disturb = Red
And make the game to something like "Playing with 10 Players" / "Competing start sequence" / "Completing server shutdown"

@SaiCode-DHBW SaiCode-DHBW added the enhancement New feature or request label Nov 14, 2022
@Xujiayao
Copy link
Owner

For bot activity "Playing with 10 Players", MCDC just added this feature this month and included in version 2.1.0, you may read the latest changelog.

@Xujiayao
Copy link
Owner

Xujiayao commented Nov 15, 2022

And for setting Online / Idle / Do Not Disturb, a mid-size Minecraft server starts in around 2 seconds after mods are initialized by Fabric, and stops almost immediately, so I think this is a redundant feature.

Also, MCDC is a mod, not a plugin, so restarting can not be detected.

@Xujiayao Xujiayao changed the title [Enhancement] Server Satus in bot's Staus [Enhancement] Server Status in bot's Status Nov 15, 2022
@Xujiayao Xujiayao closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2022
@Xujiayao Xujiayao added the wontfix [NP] This will not be worked on label Nov 16, 2022
@Xujiayao Xujiayao reopened this May 14, 2024
@Xujiayao Xujiayao removed wontfix [NP] This will not be worked on pending labels Jul 3, 2024
Xujiayao added a commit that referenced this issue Jul 4, 2024
@Xujiayao
Copy link
Owner

Xujiayao commented Jul 4, 2024

"Status" feature added. "Activity" feature was added in version 2.1.0 in Oct 2022.

Server Status Bot Status
Starting (around 10 seconds) Do Not Disturb
No players online Idle
Have players online Online
Stopping (around 0.5 seconds) Do Not Disturb

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

No branches or pull requests

2 participants