FireController1847 / SimpleClans

Full featured Clan system for Minecraft

Home Page:https://www.spigotmc.org/resources/simpleclans.71242/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleClans Logo

SimpleClans

Full featured clan system for PVP Minecraft Servers!

Build Status Spiget Downloads Issues Crowdin Discord bStats Servers bStats Players

Download Link

Documentation

Support & Suggestions

Developers

Including SimpleClans with Maven:

<repositories>
    <repository>
        <id>bintray-roinujnosde-bukkit-plugins</id>
        <url>https://dl.bintray.com/roinujnosde/bukkit-plugins</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
        <artifactId>SimpleClans</artifactId>
        <version>2.14.3</version> <!-- You can find the latest version at the bottom -->
        <scope>provided</scope>
    </dependency>
</dependencies>

Using Gradle:

repositories {
    maven {
        url  "https://dl.bintray.com/roinujnosde/bukkit-plugins" 
    }
}
dependencies {
    compileOnly "net.sacredlabyrinth.phaed.simpleclans:SimpleClans:2.14.3" // You can find the latest version at the bottom
}
Latest version:

Bintray

API Examples

About

Full featured Clan system for Minecraft

https://www.spigotmc.org/resources/simpleclans.71242/


Languages

Language:Java 100.0%