FabioZumbi12 / UltimateChat

Ultimate and advanced Chat for Bukkit and Sponge
GNU General Public License v3.0
31 stars 33 forks source link
bukkit bungeecord chat redis-client sponge

logo
Ultimate and advanced Chat for Spigot, Sponge and BungeeCoord

Available versions:

Spigot: https://www.spigotmc.org/resources/uchat.23767/
Bukkit: https://dev.bukkit.org/projects/uchat
Sponge: https://ore.spongepowered.org/FabioZumbi12/UltimateChat

Source:

The source is available on GitHub: https://github.com/FabioZumbi12/UltimateChat

Dev Builds:

Dev builds on Jenkins: Build Status

UltimateChat WIKI:

Check WIKI for:

API repository:

Repository:
UltimateChat is hosted on Maven Central

Maven

<dependencies>
    <dependency>
        <groupId>io.github.fabiozumbi12.UltimateChat</groupId>
        <artifactId>UltimateChat-Spigot</artifactId>
        <version>1.9.3-SNAPSHOT</version>
        <exclusions>
            <exclusion>
                <!-- We don't need any of the dependencies -->
                <groupId>*</groupId>
                <artifactId>*</artifactId>
            </exclusion>
        </exclusions>
    </dependency>

    <!-- Import Javadocs -->
    <dependency>
        <groupId>io.github.fabiozumbi12.UltimateChat</groupId>
        <artifactId>UltimateChat-Spigot</artifactId>
        <version>1.9.3-SNAPSHOT</version>
        <classifier>javadoc</classifier>
    </dependency> 
</dependencies>  

Gradle:

repositories {
    mavenCentral()
    maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } // Only for snapshots
}

dependencies {
    compileOnly ("io.github.fabiozumbi12.UltimateChat:UltimateChat-Spigot:1.9.3-SNAPSHOT"){ exclude(group = "*")}
}

Wiki:

UltimateChat WIKI: Click Here!