Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

v2.1.16 - Gravel

Compare
Choose a tag to compare
@GiantTreeLP GiantTreeLP released this 02 Sep 18:57
· 53 commits to master since this release
dac1e8b

image

Once released, the installer will automatically pick up this version.

Changes:

  • Extended the log command to also paste the log to a compatible and configurable hastebin-like server
  • Add new methods for installing or downloading spigot or spigot forks
  • Fix downloading templates from master backend
  • Enhanced the delete command with new added functions
  • Update a lot of dependencies and harden security
  • Added an optional local wrapper integrated into the the master's directory
  • Fix the logger in Bungeecord to not output debug messages unless specifically requested to
  • Minor optimizations

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.16/

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.16</version>
    <scope>provided</scope>
</dependency>

Modules:

<dependency>
    <groupId>de.dytanic.cloudnet</groupId>
    <artifactId>cloudnet-core</artifactId>
    <version>2.1.16</version>
    <scope>provided</scope>
</dependency>