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

v2.1.7 - Grass Block

Compare
Choose a tag to compare
@GiantTreeLP GiantTreeLP released this 28 Jul 10:54
· 469 commits to master since this release
0a01f4f

Image of a grass block

Changes:

• Java documentation update
• added Minecraft 1.13 support
• updated downloadable server and BungeeCord fork archives.
• optimized Process performance
• changed header layout
• changed log format
• changed commandline parameters
• reverted disabling /reload command
• updated user password encryption
• removed DevService module

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

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

Modules:

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