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

Releases: CloudNetService/CloudNet-v2

v2.1.17 - Gold Ore

20 Oct 17:43
8a225fb
Compare
Choose a tag to compare

Update 2.1.17 - Gold Ore

Gold Ore

Changes:

  • fix a regression introduced somewhere in the past, where WrapperInfo lost the isReady 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>

v2.1.16 - Gravel

02 Sep 18:57
dac1e8b
Compare
Choose a tag to compare

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>

v2.1.15 - Sand

21 May 17:52
092deed
Compare
Choose a tag to compare

Image of a Sand block

Changes:

  • Update the API-Bridge to Minecraft 1.14
  • Properly fixed plugins that use the effective permission set (e.g. PlotSquared)
  • Fixed issues with the CloudFlare DNS module
  • Add /cloud debug, /cloudserver debug commands
  • Add more debugging output to the proxy and server log
  • Sort the highest group by the lowest tagId to allow for more intuitive understanding
  • Allow negative wildcard permissions for global permissions (note: not for servergroup permissions)

To update on the easiest path, 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.15/

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

Modules:

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

v2.1.14.3 - Bugfix Update

20 Jan 13:02
98b7357
Compare
Choose a tag to compare

Changes:

  • Fixed some bugs which were reported on the Discord

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

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

Modules:

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

v2.1.14.2 - Bugfix Update

14 Dec 20:16
74d5490
Compare
Choose a tag to compare

Changes:

  • Attempts to fix the OutOfMemoryError of the Screen System FINALLY

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

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

Modules:

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

v2.1.14.1 - Bugfix Update

11 Dec 19:04
94be7cd
Compare
Choose a tag to compare

Changes:

  • Attempts to fix the OutOfMemoryError of the Screen System

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

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

Modules:

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

v2.1.14 - Lava

06 Dec 18:41
aba1dea
Compare
Choose a tag to compare

Image of a Lavablock

Changes:

  • bug fixes
  • removed some download supports
  • updated netty 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.14/

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

Modules:

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

v2.1.13.1 - Bugfix Update

18 Nov 19:40
d817dc5
Compare
Choose a tag to compare

Changes:

  • fixed unverfied Login bug

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

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

Modules:

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

v2.1.13 - Water

12 Nov 18:29
6c53839
Compare
Choose a tag to compare

Image of a Water block

Changes:

  • a lot of bug fixes
  • added support for 1.13.2
  • updated netty version
  • performance update
  • added /cloud whitelist

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

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

Modules:

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

v2.1.12 - Bedrock

12 Oct 16:43
7a13480
Compare
Choose a tag to compare

Image of a Bedrock block

Changes:

  • added * alias for adding or removing all groups one permission
  • updating Paperspigot + HexaCord version
  • fixed bugs
  • updated netty version
  • added UUID whitelist support
  • added tab completion for /cloud command by NurMarvin

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

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

Modules:

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