A simple Minecraft plugin that adds color to player chat messages based on their username.
A simple Minecraft plugin that adds color to player chat messages based on their username.
plugins folderThe plugin assigns colors to players based on a hash of their username. This means:
/saltcolor - Randomize your chat color (requires permission)colorchat.salt - Allows players to use the /saltcolor commandIf you're using LuckPerms, you can set up the permissions with the following commands:
# Give the permission to all players
/lp group default permission set colorchat.salt true
# Or give the permission to a specific group
/lp group vip permission set colorchat.salt true
# Or give the permission to a specific player
/lp user <player> permission set colorchat.salt true
MIT License