Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

CloudNet-v2/v2-notifysystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is archived! Please consider using CloudNet v3. The CloudNet v2 repository can be found here.

Notify System | The Cloud Network Environment Technology 2

Image of CloudNet

This is the Notification System for CloudNet 2.2.0


Support

Minecraft-Support

Minecraft-Server-Version 1.8.X 1.9.X 1.10.X 1.11.X 1.12.X 1.13.X 1.14.X 1.15.X
Spigot ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
PaperSpigot ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Hose(Not Tested) ⁉️ ⁉️ ⁉️
Akarin(Not Tested) ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️
Glowstone(Not Tested) ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️

Proxy-Support

Proxy-Version(Latest Only) 1.8.X 1.9.X 1.10.X 1.11.X 1.12.X 1.13.X 1.14.X 1.15.X
BungeeCord ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Waterfall ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Travertine ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
Hexacord ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
FlameCord(Not Tested) ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️ ⁉️

CloudNet-Support

CloudNet-Support Supported
2.1.17 below
2.2 above ✔️
Complete generation 3

Discord


Developer

If you would like to contribute to this repository, feel free to fork the repo and then create a pull request to our current dev branch.

Maven:
<repositories>
    <repository>
        <id>cloudnet-repo</id>
        <url>https://repo.cloudnetservice.eu/repository/snapshots</url>
    </repository>
</repositories>

<dependencies>
    <!-- Spigot/BungeeCord -->
    <dependency>
        <groupId>eu.cloudnetservice</groupId>
        <artifactId>NotifyPlugin</artifactId>
        <version>1.0-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
Gradle:
repositories {
    maven {
        url "https://repo.cloudnetservice.eu/repository/snapshots"
    }
}
dependencies {
    compileOnly group: 'eu.cloudnetservice', name: 'NotifyPlugin', version: '1.0-SNAPSHOT'
}

Releases

No releases published

Packages

No packages published