
JustChat
Installation Requirements
This plugin requires PlaceholderAPI to function properly.
About the Plugin
JustChat is a lightweight solution for customizing the appearance of chat in Minecraft. It provides a flexible permission system for message formatting using MiniMessage markup.
Permission System
The plugin offers a detailed system of access rights to various formatting elements:
Basic Formatting:
justchat.color
- allows usage of basic color tagsjustchat.bold
- enables bold text formatting via<b>
tagjustchat.italic
- provides access to italic style using<i>
justchat.underlined
- activates text underlining through<u>
justchat.strikethrough
- permits text strikethrough with<st>
justchat.obfuscated
- allows making text blurred via<obf>
Advanced Styling:
justchat.gradient
- grants access to gradient colors through<gradient>
justchat.font
- permits font changes using<font>
justchat.rainbow
- enables rainbow coloring via<rainbow>
Interactive Elements:
justchat.hover
- allows creating pop-up tooltips with<hover>
justchat.click
- permits adding clickable elements through<click>
Group Permissions:
justchat.format
- combines access to<b>
,<i>
,<u>
, and<st>
justchat.colors
- includes basic colors, gradients, and rainbow effectsjustchat.actions
- provides rights to use clickable elements and tooltips
Format Configuration
In the format configuration section, you can define the appearance of messages. In addition to standard placeholders from PlaceholderAPI, a special placeholder %message%
is available, which displays the text sent by the player.