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

v2.1.9 - Cobblestone

Compare
Choose a tag to compare
@byRoadrunner byRoadrunner released this 10 Aug 18:41
· 433 commits to master since this release
5584f54

Image of a Cobblestone block

Changes:

  • added /cloudserver copyTo argument for copying signs from current group into the target group
  • Sign- and Mobmodule now support the STATIC_LOBBY group 😉
  • added option for showing the server group informations into the info command
  • changed some default configurations
  • added bukkit.broadcast and bukkit.broadcast.admin as default permissions
  • some bug fixes
  • added parameter "wrapper" for create command
  • added termination confirmation if you press STRG*C

You should delete the MobModule and SignModule in your /modules folder to include some news of the current update

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

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

Modules:

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