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

Returns all players who pass infrared to the MOTD #128

Open
10935336 opened this issue Feb 26, 2022 · 5 comments
Open

Returns all players who pass infrared to the MOTD #128

10935336 opened this issue Feb 26, 2022 · 5 comments
Assignees
Labels
2.0 Will be implemented in the 2.0 release enhancement New feature or request

Comments

@10935336
Copy link

10935336 commented Feb 26, 2022

Is your feature request related to a problem? Please describe.
Returns all players who pass infrared to the MOTD, I guess this would be cool for some monitoring sites like "Minecraft Server List".
We just don't want fakeplayer.

Describe the solution you'd like
Something like this.
{
"domainName": "example.com",
"Returns-all-players-who-pass-infrared-in-MOTD": true
}

Describe alternatives you've considered
I noticed that Prometheus infrared_connected already returns the number of players, maybe we just need to add them up and add them to a "MOTD" return?

Edit: My previous description was not very accurate, modified

@10935336 10935336 added the enhancement New feature or request label Feb 26, 2022
@lhridder
Copy link
Contributor

So you want to sum the amount of players on your subservers to send it back via the motd?

@10935336
Copy link
Author

So you want to sum the amount of players on your subservers to send it back via the motd?

Yes

@lhridder
Copy link
Contributor

Then you’d probably want to look into redisbungee as that’s made to aggregate playercounts, doing this through infrared would require custom software on the backend part

@10935336
Copy link
Author

I don't use bungeecord because I run a lot of forge, fabric, vanilla servers.
Maybe we don't need to get the number of players on the backend server, just the number of players who passed the infrared.

@haveachin
Copy link
Owner

I'm working on an API in the rewrite that will be able to give information about the current player counts. But I'm not sure when the first stable release will be.

@haveachin haveachin added the 2.0 Will be implemented in the 2.0 release label Feb 27, 2022
@10935336 10935336 changed the title Returns the sum of the number of players on all backend servers Returns all players who pass infrared to the MOTD Mar 2, 2022
@haveachin haveachin self-assigned this Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 Will be implemented in the 2.0 release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants