Brikster / Chatty

Bukkit-compatible chat management system
MIT License
88 stars 50 forks source link
bukkit bukkit-plugin chat formatting minecraft paper paper-plugin spigot spigot-plugin

Chatty (Bukkit plugin)

GitHub release (latest by date) GitHub All Releases GitHub code size in bytes JitPack Codacy Badge

Latest release of Chatty (v2.*) is deprecated and won't be updated. Currently we're developing Chatty v3, and it is WORK IN PROGRESS. Current branch contains a code of it. You can download latest build in "Actions" (see "Artifacts" section).

Chatty is the modern chat management system for Bukkit-compatible servers. It's based on-top of Kyori's Adventure library, that makes it so powerful and stable.

Key features:

Building

Chatty uses Gradle to handle dependencies & building. You need JDK 11 or higher to compile Chatty.

Compiling from source

git clone https://github.com/Brikster/Chatty.git
cd Chatty/
./gradlew build

Output jar will be placed into /build/libs directory.