This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
GiantTreeLP
released this
20 Oct 17:43
·
11 commits
to master
since this release
Update 2.1.17 - Gold Ore
Changes:
- fix a regression introduced somewhere in the past, where
WrapperInfo
lost theisReady
method - fix the issue with hogging a CPU core whenever a local wrapper was used
- fix an issue where a wrapper would update the server groups and templates twice
- fix an issue with downloading or building Spigot and Paper with a local wrapper
- fix an issue with custom spigot builds that don't have a package named according to their version
- update dependencies (these include patches to open CVEs)
- additional fixes to the permission subsystem, including fixes regarding PlotSquared (a love-hate relationship with us)
- hardened security (e.g. zip slip protection)
- removed fast-connect
The easiest way to update is to 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.17/
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.17</version>
<scope>provided</scope>
</dependency>
Modules:
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-core</artifactId>
<version>2.1.17</version>
<scope>provided</scope>
</dependency>