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

v2.1.15 - Sand

Compare
Choose a tag to compare
@GiantTreeLP GiantTreeLP released this 21 May 17:52
· 217 commits to master since this release
092deed

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>