- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
![]()
Thank you for 3.5k downloads!
The new Chat Color System
If you have any questions about how to use it,
ask a question on Disussion or Discord(The ID is written at the bottom.)
Installation
1. Download .jar file
2. Put in your plugins folder
3. (Re)Start your server.
Features
Chat Message
Sign
Item Name Color
Name Tag
Book and Quill
Join Message
Quit Message
Player Command
Nick Name
PlaceholderAPI support
Custom Color
How to use
![]()
![]()
https://imgur.com/x3kzUErPlaceholders
%#<Hex Code>% to Color!
- permission "chatcolorplus.chatcolor.hex"
- default: everyone has permission
%<Custom Color Name>% to Color!
- permission "chatcolorplus.chatcolor.<CustomColorName>"
If you set Silver: C0C0C0 in your config file,the permission of this color is "chatcolorplus.chatcolor.Silver"
NickName
/nick <New Nick Name>
- Change Nick Name
- permission: "chatcolorplus.nick"
- default: everyone has permission
/nick reset
- reset nick name
- permission: "chatcolorplus.nick"
- default: everyone has permission
/nick <Online Player> <New Nick Name>
- Change other player's nickname
- permission "chatcolorplus.nickadmin"
Change Item Name Color
/color <New Color Code>
- Change the color of the main hand item name
- permission "chatcolorplus.color"
/color reset
- Reset the color of the main hand item name
- permission "chatcolorplus.color"
Custom Color
You can add custom colors!
plugins/ChatColorPlus/colors.yml is config file!
How to set?
You just write this in your config file:
<Custom Color Name>: <Hex Color>
and the permission of custom color is
"chatcolorplus.chatcolor.<CustomColorName>"
Code (YAML):White: FFFFFF
Silver: C0C0C0
Gray: '808080'
Black: '000000'
Red: F60C03
Maroon: '800300'
Yellow: FFFF00
Olive: '808000'
Lime: 57FF00
Green: '288000'
Aqua: 4EFFFF
Teal: 23807F
Blue: 0100FF
Navy: '010080'
Fuchsia: F40CFF
Purple: 80037F
This plugin has supported PlaceholderAPI.
You can use these placeholders.
%chatcolorplus_nick%
- Nickname of player.
%chatcolorplus_color_<Custom Color Name>%
- Custom Color
For Developers
If you are developer, you can use my color system in your plugin.Code (Java):Default ConfigCode (YAML):joinmessage:
enable: true
message: "%#00ffff%%Player% joined the game!"
quitmessage:
enable: true
message: "%#ff0000%%Player% left the game!"
nickname:
enable: false
Twitter @ Toto31010
Mail: info(at)tprj.net ((at) → @)
Discord: Toto31010#9863

[1.16.x] ChatColor+ 2.5
Easy to use all Hex(RGB) color code in chat message,Sign,NameTag,Book,Command,Item,Nick Name, etc...
Recent Updates
- Update 2.5 | Fix bugs Dec 28, 2020
- Update 2.4 Aug 26, 2020
- Update 2.3-Fix Aug 12, 2020