Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last week

YoChat is a Paper chat plugin focused on clean formatting, flexible channels and built-in moderation. It supports MiniMessage, legacy color codes, mentions and Discord webhook logging for mute actions.
Features
- MiniMessage formatting with legacy
&colors and hex color support - Configurable chat channels with radius and world restrictions
- Temporary and permanent mutes
- Blocked words and mention highlighting
- Prefix and suffix support through LuckPerms or Vault
- Optional PlaceholderAPI support
- Small developer API for channels, mutes and chat pipeline hooks
Requirements
- Java 21
- Paper 1.21.x
- LuckPerms or Vault
- PlaceholderAPI optional
Installation
- Put
YoChat.jarinto thepluginsfolder. - Make sure Java 21 is in use.
- Install LuckPerms or Vault.
- Start the server once.
- Edit
config.ymlandchannels.ymlas needed. - Use
/yochat reloadafter config changes.
Commands
/yochat help/yochat reload/yochat mute <perm|temp> <player> <time if temp> [reason]/yochat unmute <player> [reason]/yochat channels
Permissions are available in plugin.yml.
For Developers
YoChat includes a small API with support for:
- channel lookup and management
- mute lookup and management
- message formatting and parsing
- custom chat pipeline steps
JitPack dependency:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>me.tyyni</groupId>
<artifactId>YoChat</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>


