bundabrg / GeyserReversion

Multiversion Protocol Support for Geyser
MIT License
75 stars 12 forks source link

Status on Project #64

Open BobtheBob123456 opened 1 year ago

BobtheBob123456 commented 1 year ago

Hey Guys, I just wanted to know what the status of this project is. Is it close to completion, or is it going to be a while before it is released? Do you have an approximate date of when this will be released?

Also, will the plugin work where you will run a command to generate a code, which the education edition player will use to join the server, or will it work in a different way.

Thanks, Ishaan

Also, it would be nice if you added education edition resource pack support as well.

bundabrg commented 1 year ago

Its taking a bit as I'm having to allocate attention to multiple things at the moment but I am still working on it. I can't give an ETA yet.

Regarding the code, yes it will generate a code (as that appears to be the only way to connect in new versions) but unfortunately the code will change over time as it expires, but the server will either auto-renew a new one or if the API permits it, renew the old code (I'm not sure if this is possible or not). So we'll need to then have a way to extract the code to something like a webpage so maybe it writes it to a file or triggers an event that then the server owner can use to update a webpage. As I'm adding plugin support to it a plugin may be the best option that does the required action.

Windswipe commented 1 year ago

@bundabrg Here's an idea: Maybe make the code automatically sent in the form of a Discord webhook or have a bot that updates the code? Neither would require too much work on your end. (At least from my basic assumptions)