Skip to content

FabioZumbi12/UltimateChat

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2020
Aug 7, 2024
Aug 7, 2024
Sep 18, 2024
Aug 7, 2024
Aug 7, 2024
Jul 5, 2020
Aug 28, 2017
May 25, 2016
Aug 7, 2024
Aug 28, 2017
Aug 7, 2024

Repository files navigation

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:

  • Commands
  • Permissions
  • Channels
  • BungeeCoord
  • Redis Server Messaging
  • Discord Configuration
  • API Usage
  • ...and more

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!

About

Ultimate and advanced Chat for Bukkit and Sponge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages