Ultimate and advanced Chat for Spigot, Sponge and BungeeCoord
Spigot: https://www.spigotmc.org/resources/uchat.23767/
Bukkit: https://dev.bukkit.org/projects/uchat
Sponge: https://ore.spongepowered.org/FabioZumbi12/UltimateChat
The source is available on GitHub: https://github.com/FabioZumbi12/UltimateChat
Check WIKI for:
- Commands
- Permissions
- Channels
- BungeeCoord
- Redis Server Messaging
- Discord Configuration
- API Usage
- ...and more
Repository:
UltimateChat is hosted on Maven Central
<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>
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 = "*")}
}
UltimateChat WIKI: Click Here!