This project is archived! Please consider using CloudNet v3. The CloudNet v2 repository can be found here.
This is the SimpleNametag System for CloudNet 2.2.0
- Spigot-Support » 1.8 - 1.15.X
- PaperSpigot
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/releases</url>
</repository>
</repositories>
<dependencies>
<!-- Spigot -->
<dependency>
<groupId>eu.cloudnetservice</groupId>
<artifactId>SimpleNameTagPlugin</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>