Brikster / Chatty

Bukkit-compatible chat management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Chat channels ("local" and "global" by default)
  • Private messaging
  • Moderation (CAPS, advertisements, swears)
  • Notifications (chat, action bar and title)
  • "Vanilla" messages configuring (join/quit/death)
  • MiniMessage both legacy (&) styling format

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.

About

Bukkit-compatible chat management system

License:MIT License


Languages

Language:Java 100.0%