Custom Watermark — Minecraft Mods — MetaMods
Custom Watermark

Custom Watermark

Active

Downloads

0

Last update

2 months ago

Versions

1.21.4 — 1.21.8
Client
Fabric
Game mechanics
Technological
Utils

Custom Watermark

The Custom Watermark mod allows you to add a customizable text watermark to the game that can be easily modified through the built-in graphical interface.

Controls

  • watermark.gui - opens the watermark settings menu (default key: V)
  • watermark.cycle - cycles through watermark colors without opening the menu (default key: /, make sure it's not used by another function)

Available Colors

Among the available color schemes are: white, blue, red, green, yellow, orange, pink, and their pastel variants (light red, light blue, light green, light yellow, light pink).

Special Tags

The watermark supports dynamic tags that automatically substitute in-game data:

  • {fps} - current frames per second count
  • {health}, {hp} - current player health (with decimal values)
  • {time} - current system time
  • {date} - current date
  • {username}, {player} - username
  • {x}, {y}, {z} - current coordinates
  • {moonphase} - moon phase in text format (e.g., "Full Moon")
  • {moon} - moon phase in numerical format (according to Minecraft standards)

To use the tags, simply place them in your watermark text within curly braces.

For example, the string: "fps={fps}, health={health}" may appear as: "fps=144, health=18"

Configuration File

The modification uses a JSON configuration file located in the .minecraft/config folder. It can be edited directly as an alternative to the graphical interface.

The custom-watermark.json file contains parameters:

{
"x":10,
"y":10,
"scale":1.0,
"txt":"FPS: {fps}",
"colour":"literal{white}"
}

Additional Features

To temporarily hide the watermark, simply clear the text field in the menu and apply the changes.

Important Notes

In version 1.0, the modification might have appeared under the name "pumpkin" due to the project's initial identification.

The modification can be used in modpacks as long as they comply with the GPL v3 license terms.

Project members
BlueNightFury46

BlueNightFury46

Developer

Created: 8 Feb 2025

ID: 71362