Releases: einrobin/CloudNet-v3
Releases · einrobin/CloudNet-v3
3.4.0-RELEASE
3.3.0-RELEASE
Test
3.2.0
Update v3.2.0 - Eruption
Changes:
- Little bug fixes and adjustments
- Fix CloudSigns for Bukkit
- Fix effect of permission
cloudnet.syncproxy.maintenance
- Add Vault and permission pack support for Bukkit CloudPerms
- Add new template installer
- Add template installer support for forge and spongeforge
- Fix spongeforge plugins
- Add SFTP support to the FTP Module
- Add progress bars for downloads
- Add animated setup for the cloud and tasks
- Add CloudSigns for Nukkit
- Add paste sub-commands
- Add tab completion for /cloud
- Fix overriding cluster synchronizations, add additional cluster push commands
API changes:
Already in the last release, we deprecated a lot of things in the Wrapper and CloudNet classes, because we moved a lot of features to other classes. The maven repository does now contain the javadoc and sources jars too, so you can view the documentation directly in your IDE and see where the features of both classes have been moved to.
We highly recommended to adjust your plugins and modules to use the new methods, the old and deprecated methods and classes will be removed in a future release.
For developers:
Documentation: https://cloudnetservice.eu/cloudnet/docs/v3.2.0-RELEASE/
Maven repository:
<repository>
<id>cloudnet</id>
<url>https://cloudnetservice.eu/repositories/</url>
</repository>
Modules and plugins
<!-- cloudnet application for modules (NOT AVAILABLE FOR PLUGINS!) -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet common for plugins and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-common</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet driver for plugins and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-driver</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet wrapper for plugins -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-wrapper-jvm</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet bridge module for plugins and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-bridge</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet syncproxy module for plugins (proxy) and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-syncproxy</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet cloudperms module for plugins and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-cloudperms</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
<!-- cloudnet signs module for plugins and modules -->
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-signs</artifactId>
<version>3.2.0-RELEASE</version>
<scope>provided</scope>
</dependency>
To update, set the cloudnet.auto-update
-property in the launcher.cnl file to true and restart the cloud