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:
<repositories>
<repository>
<id>ultimatechat-repo</id>
<url>https://raw.githubusercontent.com/FabioZumbi12/UltimateChat/mvn-repo/</url>
</repository>
</repositories>
UltimateChat API:
<dependencies>
<dependency>
<groupId>br.net.fabiozumbi12.UltimateChat</groupId>
<artifactId>UltimateChat-[version]</artifactId>
<version>LATEST</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>br.net.fabiozumbi12.UltimateChat</groupId>
<artifactId>UltimateChat-[version]</artifactId>
<version>LATEST</version>
<classifier>javadoc</classifier>
</dependency>
</dependencies>
Check ultimatechat version here: https://github.com/FabioZumbi12/UltimateChat/tree/mvn-repo/br/net/fabiozumbi12/UltimateChat
UltimateFancy API:
You need to shade UltimateFancy into your plugin or compile the jar.
<dependencies>
<dependency>
<groupId>br.net.fabiozumbi12.UltimateChat</groupId>
<artifactId>UltimateFancy</artifactId>
<version>LATEST</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>br.net.fabiozumbi12.UltimateChat</groupId>
<artifactId>UltimateFancy</artifactId>
<version>LATEST</version>
<classifier>javadoc</classifier>
</dependency>
</dependencies>
UltimateChat WIKI: Click Here!