Cloud 2.0 is a complete rewrite of the Cloud command framework. Major refactoring to both internal components and the public API has taken place in order to allow for things that were previously very cumbersome, if not outright impossible.
While too many changes have been made to list them all, there is a non-exhaustive changelog available here which lists the major changes. You may also find the 2.0 beta release notes here.
The documentation has been rewritten and is available at https://cloud.incendo.org. You are encouraged to contribute to the documentation effort 😄 For further help and discussions you're free to join our Discord!
Packages & Group IDs
Cloud no longer uses cloud.commandframework
as the base package, we instead use org.incendo
. The same thing goes for the Maven group ID. This makes it very easy to spot whether a project is using Cloud 1.0 or Cloud 2.0.
Repositories & Versioning
The platform implementations are no longer housed in the same repository as the core modules. We have also started versioning the different components separately.
Important
This stable release does not mean that the platform modules are ready for stable releases.
- cloud - main repository
- cloud-minecraft - cloud implementations for minecraft
- cloud-minecraft-modded - cloud implementations for modded minecraft
- cloud-discord - cloud implementations for discord
- cloud-spring - cloud implementation for spring-shell
- cloud-processors - extra pre- & postprocessors
- cloud-build-logic - gradle plugin for building cloud
- cloud-docs - documentation sources