This repository was archived by the owner on Jun 7, 2022. It is now read-only.
v2.1.10 - Wood Plank
·
402 commits
to master
since this release
Changes:
- performance optmized for copying templates
- added multi cloudflare configurations with more than one domain
- termination confirmation is now usable with the commandline parameter "--requestTerminationSignal"
- Java documentation updated
- Alias for 'create' is now 'start' in master console
- bugs fixed
- updated "help" command in master console
- updated netty version
- updated snakeyaml version
- added support for minecraft 1.13.1
- added spigot version 1.13.1
- updated HexaCord version
- updated default module version
For the easiest update, just replace the CloudNet-Master.jar
and CloudNet-Wrapper.jar
.
If you are installing CloudNet from scratch, we recommend to use this installer.
For developers:
Documentation: https://cloudnetservice.eu/cloudnet/docs/v2.1.10/
Maven repository:
<repository>
<id>cloudnet</id>
<url>https://cloudnetservice.eu/repositories/</url>
</repository>
Plugins:
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-api-bridge</artifactId>
<version>2.1.10</version>
<scope>provided</scope>
</dependency>
Modules:
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-core</artifactId>
<version>2.1.10</version>
<scope>provided</scope>
</dependency>