Releases: CloudNetService/CloudNet-v2
v2.1.17 - Gold Ore
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>
v2.1.16 - Gravel
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
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
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
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
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
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
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
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
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>