Login Text
The Login Text modification allows creating personalized welcome messages that appear as a title when connecting to any game server.
Welcome text customization
To configure the text, use the configuration file ./minecraft/config/logintext.properties. In the customtext= parameter, you can specify your desired message using special tags for dynamic content:
%nickname%is automatically replaced with your gaming nickname%heart%is replaced with the ❤ symbol- To change text color, use the combination
%color%with a number (for example,%color%6for orange color)
Usage example
Setting customtext=%color%6%nickname% is cool %heart% will display the message "YourName is cool ❤" colored orange when joining a server.

Compatibility and management
The mod successfully works in Minecraft version 1.20.1 and above. If necessary, you can temporarily disable the mod's functionality by changing the enabled= parameter to false in the configuration file.