-
Notifications
You must be signed in to change notification settings - Fork 58
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 support for Cuberite #36
Comments
I think I looked into this once upon a time and basically concluded the Lua API doesn't provide enough functionality for Connect's plugin. We would need to get an alternative to this running on Cuberite for this to work: https://github.com/LilyPad/Bukkit-Connect Maybe if we can do a native DLL/SO or something? But that sounds like a bit of work. |
Which features are missing exactly? I think it would be easier to ask Cuberite developers to add the needed bindings by opening issues. They usually like when plugins request such things. Also, what the connect bit does exactly? Seems to be mostly about handling sessions. If so, I think you can get around changing the authentication server and authentication address bits on settings.ini. PS: Coelho? Are you Brazilian or Portuguese by any chance? |
Let me apologize for my delay on this. I'm Portugese by the way :D Take a look at https://github.com/LilyPad/Bukkit-Connect We need to be able to read the https://github.com/LilyPad/GoLilyPad/tree/master/client/connect Or JLilyPad's Client-Connect-Lib which is the API for plugins. I'm pretty sure with the Lua API in Cuberite this is going to be very hard. |
Better late than never :P For the TCP API, isn’t luasocket enough? Although not greatly advertised, cuberite supports loading external lua plugins, like luasocket from luarocks. |
GoLilyPad seems to be a resource efficient bungeecord replacement. Cuberite is a resource efficient minecraft server replacement. I wonder if we could marry these two together?
The text was updated successfully, but these errors were encountered: