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

v2.1.8 - Dirt Block

Compare
Choose a tag to compare
@byRoadrunner byRoadrunner released this 03 Aug 18:08
· 450 commits to master since this release
7744540

Image of a dirt block

Changes:

  • fixed some bugs
  • added shell files for macOS by DispenserLP
  • updated netty version
  • optimized performance from CloudNet-Master
  • change function from /cloud rlconfig to /cloud rl

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

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

Modules:

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