Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.9
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
Introduction
BeautyChat is a free, lightweight, and simple chat formatting plugin for Minecraft. It supports popular permission and chat handling plugins such as LuckPerms, GroupManager, and Vault, and provides integration with PlaceholderAPI to enhance functionality.
Features
- Lightweight and Simple: Minimalistic design ensures BeautyChat won't burden your server resources.
- PlaceholderAPI Support: Seamless integration with PlaceholderAPI to extend placeholder functionalities.
- Permissions Support: Compatible with LuckPerms, GroupManager, and Vault for dynamic chat formatting based on user roles.
- Customizable Chat Format: Easily define how your chat messages look using placeholders.
Placeholders
BeautyChat supports a variety of placeholders to customize your chat format:
{message}
- The message the player has sent.{username}
- The username of the player.{displayname}
- The display name / nickname of the player.{prefix}
- The players highest priority prefix.{suffix}
- The players highest priority suffix.{world}
- The name of the world the player is currently in.
Configuration
config.yml
# BeautyChat Configuration File.
# If you have any problems please create a GitHub issue.
#
# This plugin supports PlaceholderAPI so if we don't have the placeholder
# that you need here, you will likely find it there.
# https://wiki.placeholderapi.com/users/placeholder-list/
#
# Placeholders:
# {message} - The message the player has sent.
# {username} - The username of the player.
# {displayname} - The display name / nickname of the player.
# {prefix} - The players highest priority prefix.
# {suffix} - The players highest priority suffix.
# {world} - The name of the world the player is currently in.
chat-format: "{prefix}&r{username}&r: {message}"
Installation
- Download BeautyChat: Get the latest release from the GitHub Release
- Place in Plugins Folder: Move the downloaded jar file into your servers
plugins
folder. - Restart Server: Restart your Minecraft server to load the plugin.
Support
For any issues, questions, or suggestions, please create an issue on GitHub.