https://github.com/tyynigit/yochat
YoChat is a modern, high-performance chat management plugin designed for Minecraft servers that demand flexibility and style.
https://github.com/tyynigit/yochat
minecraft-chat-plugin minecraft-plugin
Last synced: 22 days ago
JSON representation
YoChat is a modern, high-performance chat management plugin designed for Minecraft servers that demand flexibility and style.
- Host: GitHub
- URL: https://github.com/tyynigit/yochat
- Owner: TyyniGit
- Created: 2026-04-17T17:21:04.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-24T10:51:31.000Z (27 days ago)
- Last Synced: 2026-05-24T12:26:28.486Z (27 days ago)
- Topics: minecraft-chat-plugin, minecraft-plugin
- Language: HTML
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

**YoChat** is a Paper chat plugin for formatted chat, channel-based messaging and built-in moderation. It supports MiniMessage, legacy `&` colors, mentions, custom player prefixes/suffixes and Discord webhook logging for mute actions.
---
## Features
* MiniMessage chat with legacy colors and hex support
* Channels with radius, world restrictions and per-channel formatting
* Temporary and permanent mutes with optional webhook logging
* Blocked words, mention highlighting and mention sounds
* Prefix/suffix priority support for LuckPerms, Vault and YoChat
* Message replying
* Optional PlaceholderAPI support
* Developer API for channels, mutes, formatting and pipeline hooks
---
## Requirements
* Java 21
* Paper 1.21.11 or 26.1.x
* LuckPerms or Vault
* PlaceholderAPI optional
---
## Installation
1. Put `YoChat.jar` into the `plugins` folder.
2. Make sure Java 21 is in use.
3. Install LuckPerms or Vault.
4. Start the server at once.
5. Edit `config.yml` as needed.
6. Use `/yochat reload` after config changes.
---
## Commands
* `/yochat help`
* `/yochat reload`
* `/yochat mute ...`
* `/yochat unmute [reason]`
* `/yochat channels ...`
* `/yochat player ...`
* `/yochat debug ...`
---
## For Developers
YoChat includes an API for:
* channel lookup and management
* mute lookup and management
* message parsing and formatting
* custom chat pipeline steps and execution
JitPack dependency:
```xml
jitpack.io
https://jitpack.io
com.github.TyyniGit
YoChat
v1.5.0
provided
```
###### This project is made with the help of AI for the best performance.