This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Maven dependencies
Marvin edited this page Mar 25, 2020
·
6 revisions
Use this repository for developing current and stable plugins for the stable versions of CloudNet.
<repositories>
<repository>
<id>cloudnet-releases</id>
<name>CloudNet Release Repository</name>
<url>https://repo.cloudnetservice.eu/repository/releases/</url>
</repository>
</repositories>
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-api-bridge</artifactId>
<version>2.1.17</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.dytanic.cloudnet</groupId>
<artifactId>cloudnet-core</artifactId>
<version>2.1.17</version>
<scope>provided</scope>
</dependency>
If you want to make sure your plugins or modules are future-proof or want to explore new features and API changes while they are being developed, explore the snapshot repository.
<repositories>
<repository>
<id>cloudnet-snapshots</id>
<name>CloudNet Snapshot Repository</name>
<url>https://repo.cloudnetservice.eu/repository/snapshots/</url>
</repository>
</repositories>
If you have development questions feel free to join our Discord Server and ask in #development
If you have any questions feel free to join our Discord Server / CloudNETService #RELEASE 2.2.0 by CloudNetService
- Home
- Setup
- Servers and Proxys
- Server/Proxy Types
- Signs and Mobs
- Commands
- Template
- Development
- Contributing