mod not following votifier protocol
arvitus opened this issue · 2 comments
arvitus commented
The mod does not fully follow the original votifier protocol which leads to some votes not working.
According to the protocol documentation votifier must respond with VOTIFIER <version>
but this mod only responds with VOTIFIER
which causes issues with server lists that expect the version in the response.
DrexHD commented
Interesting, if you want to create a quick PR to fix this I will merge it. I have ported NuVotifier/NuVotifier#322 to fabric. Once there is a maven release of that and/or I have some more time to write a proper vote listener for it this project will be discontinued anyways!
arvitus commented
Is there a way to get the mod version dynamically or do I have to hard code it?