Watermark
Displaying Personalized Information on Screen
This mod allows displaying a personalized watermark on the user's screen, positioned in the top center of the game interface. It's an excellent solution for streamers, content creators, or simply players who want to add individuality to their gaming experience.

Flexible Display Settings
The mod offers extensive customization options for the watermark. You can configure up to four lines of text, each displayed on a separate line. A notable feature is the ability to automatically substitute the player's UUID instead of the first line, which can be useful for identification purposes.
Color Configuration
The watermark supports full color scheme customization through RGBA parameters (red, green, blue, alpha channel). This allows you to choose the perfect color combination that will be easily readable against the game world background.
Configuration Example
# Configuration file
general {
watermarkconfig {
# Sets first line to be the player uuid
B:Line1PlayerUUID=false
}
watermarkconfiglines {
# Leave Blank To Ignore
# Line 1 will be ignored if setLine1PlayerUUID is true
S:Line1=
S:Line2=
S:Line3=
S:Line4=
}
watermarkconfigtextcolour {
I:Alpha=255
I:Blue=255
I:Green=255
I:Red=255
}
}