-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Minecraft Input Plugin broken for 1.13 based servers #5477
Comments
Might be some time before Mojang gets to this, so the workaround might be the way to go. Do you know the command to list all players? |
|
Anything I can do to help? |
I worked on this a bit last night but I still have a few hours of work. Turns out the response text changed as well so it has been a bit more work than expected, but I should have something ready for testing soon. |
Moving to 1.11, the changes are a bit too large for a patch release. Should have a build for testing this evening. |
This is great, thank you for keeping us in the loop. |
Relevant telegraf.conf:
Any stock Minecraft input plugin config pointing to a valid Minecraft 1.13 based server.
System info:
Found with telegraf 1.9, but should affect all prior versions as well.
Steps to reproduce:
Expected behavior:
Some data as configured in the Minecraft scoreboard settings
Actual behavior:
No data
Additional info:
The input plugin is broken as a result of a change/bug in the RCON api. The plugin could be updated to instead of relying on a single RCON call for all the data to instead make +1 RCON calls to fetch player stats individually which does still work.
The plugin does still work for servers prior to the 1.13 update I believe.
The text was updated successfully, but these errors were encountered: