Using version 1.13 pre-release? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Using version 1.13 pre-release? (/thread-3186.html) |
Using version 1.13 pre-release? - Xanun - 07-01-2018 Hi all, I'm very new to this but I've been wanting to write some plugins for a server for a while now and this seems like the perfect way to make that super easy. Anyway, I was imagining that the server I'm working on will be for Minecraft 1.13. Is there a way to change what version cuberite uses and possibly even change it to a prerelease? RE: Using version 1.13 pre-release? - xoft - 07-01-2018 Hello, welcome to the forum. Unfortunately, it's not possible to use 1.13 pre-release with Cuberite yet, the protocol changes are vast, so no-one really wants to do them until Mojang stabilize it. So you'll have to live with 1.12, at least for the moment. Glad to hear you're looking to write plugins, we'd like your feedback. How is the documentation, what part do you find good, what part is bad, where should we work more so that it's easier to understand, etc. RE: Using version 1.13 pre-release? - Xanun - 07-07-2018 Hi xoft! Overall, the documentation is pretty good. I think some things could be a bit more detailed but what would really help someone like me learn is pictures, gifs or videos. To be honest, I figured out how to get other people's plugins working on my server by messing around in the files. The tutorial parts of the documentation are somewhat helpful but I think for this to really be accessible by anyone interested, something like a video on how to install plugins would be needed. That being said, however, with what programming experience I have, I do think I should be able to write whatever plugin I want pretty easily. That's what has kept me interested in Cuberite after accidentally finding it online. I have had a few minor issues. I was unable to comment on a plugin in the repository but that's not a huge deal for me right now. On a related note, whenever I click the download button on someone's plugin page, I get an access denied error (I just download directly from GitHub to get around that). Finally, I've noticed with some plugins, the player is frozen in place and even gets moved back if they try to move while using something from that plugin. This may just be how those people wrote their plugins and not a problem with how cuberite is running the code but I don't know either way. RE: Using version 1.13 pre-release? - MGlolenstine - 08-02-2018 (07-07-2018, 06:27 AM)Xanun Wrote: Hi xoft! I can confirm, in the plugin section, there is MySQL Access Denied error. But as @Xanun mentioned, you can download it from github pretty easily. RE: Using version 1.13 pre-release? - tigerw - 08-02-2018 Yeah, the plugin repository appears to have, uh, suffered from bit rot... You could technically build the 1.13 support branch for yourself, it kinda works, sort of. |