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

Add ability to query servers via plugin #3244

Merged
merged 18 commits into from
Feb 9, 2023
Merged

Conversation

supercrafter100
Copy link
Member

Currently we are limited to the query port of a server being open for getting information to display on the status page. This is quite limiting in a few ways.

This pull request adds the ability to use the plugin as a method of querying. The plugin sends information about the server anyways so we can use this information to get an idea of the server being online and use information about the server which gets sent anyways like the online player count, player list, etc.

@tadhgboyle tadhgboyle added this to the 2.2.0 milestone Feb 1, 2023
@supercrafter100 supercrafter100 marked this pull request as ready for review February 1, 2023 18:02
@supercrafter100
Copy link
Member Author

May add the server version as well if this gets implemented in the plugin data sender. Currently works as is though.

tadhgboyle
tadhgboyle previously approved these changes Feb 4, 2023
@tadhgboyle tadhgboyle modified the milestones: 2.2.0, 2.1.0 Feb 7, 2023
@tadhgboyle tadhgboyle merged commit 6f6d1cd into develop Feb 9, 2023
@tadhgboyle tadhgboyle deleted the feat/plugin-query branch February 9, 2023 20:31
@tadhgboyle tadhgboyle linked an issue Feb 9, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin Based Status Page
3 participants