The plugin itself can be found here!
⭐ UPDATE v1.2.4 - Fix
Changed the clear command for clearing custom player messages
✅ Changes:
/icjm setmessage join <nickname> clear/<message>
/icjm setmessage leave <nickname> clear/<message>
⭐ UPDATE 1.2.3 - Support for multi-line messages and gradients!
What's new:
Line break support - use \n in messages for multi-line display
MiniMessage gradient support - beautiful color transitions in text
Example of use:
/icjm setmessage join Iruka_Other &aHello everyone! \n&6This&7: <gradient:#4ECDC4:# F89435>{player}</gradient> \n&#CD634EHow are you?
Supported formats:
&a - standard colors
&#RRGGBB - HEX colors
<gradient:#RRGGBB:#RRGGBB>text</gradient> - MiniMessage support
\n - line breaks
⭐ UPDATE v1.2.2 - NEW PLACEHOLDERS!
Now you can use %icustomjoinmsg_displayname_join% and %icustomjoinmsg_displayname_leave% in any plugins, menus, and configurations!
Support for nested placeholders + HEX colors!
How it works:
• If the player has a custom message, the placeholder displays it.
• If not, it displays customizable text from the config.
• Supports all PlaceholderAPI placeholders inside custom messages!
⭐ UPDATE 1.2.1 - Performance update and new team!
New message clearing commands: /icjm message join clear and /icjm message leave clear
Improved performance: asynchronous processing of all database operations
Caching system: fast access to player data without querying the database
MySQL stability: HikariCP integration for reliable connections