Bukkit 26.1.2#559
Conversation
nothing changed for this project
It seems like this is an issue in the upstream cloud command framework from what I'm reading. We can't really fix that without patching the framework itself, and the framework seems to have become unmaintained which means that a PR there probably wouldn't result in it getting merged. I'd have to port this plugin to use another library like Lamp, which seems like a good fit here. However, I wouldn't like to do all these changes without having some contact with the Terra team, however they also seem inactive. |
if that's the case, then I may consider forking cloud and making something derived from it |
You just need to update this library to the latest version becuz they fixed this issue in 2.0.0-beta.16 <w< |
Thank you, everyone! After I changed the version of bukkit.cloud in versions.kt to beta.16, it worked smoothly with 26.2. |
|
|
It seems like I've completely missed the cloud-minecraft repo. Thanks for the information |

Pull Request
Description
This PR implements the Bukkit 26.1.2 version. I've decided that maybe it's best for just Bukkit to be implemented here in a single PR. Mostly made this so I can use Terra myself in 26.1.2 but decided to open a PR if someone wants to use this. I also included a hack due to some changes with
Bukkit#createBlockData.Changelog
Checklist
Mandatory checks
ver/prefix)or is a branch that is intended to be merged into a version branch.
CONTRIBUTING.mddocument in the root of the git repository.
Types of changes
Compatibility
Documentation
Testing
Licensing
release it under GPLv3.
released under GPLv3 or a compatible license.