
TextMod
A simple forge/fabric mod that allows you to display any custom text on your screen!
TextMod
Textmod 1.5 for forge 1.8.9 is now released!
Textmod is a mod that allows you to render customizable text on your screen.
Note: Fabric API is required for 1.21 fabric versions of this mod
Download Fabric API here
Features:
- Customize the text
- Custom Color support (Hex code support)
- Color Cycling (✨) mode
- Custom text position
- Placeholders (Forge 1.8.9 only!)
Custom Commands:
- /textmod text
- changes the text - /textmod color ✨ - changes the color to default color cycle (✨) mode
- /textmod color custom
- changes the color to a custom color (Tutorial bellow) - /textmod pos
- Changes the text position - /textmod help - displays all commands
- /textmod info - displays info about your textmod release
Available placeholders (Forge 1.8.9 only!)
Note: Placeholders are only available for forge 1.8.9 in the moment, im not sure if i will be bringing the feature to newever fabric versions.
There are only a couple of placeholders available, however, if you wish to add your own, the best way is to modify the source. Another way by contacting me on discord, or opening an issue, i will gladly implement your ideas!
- {coordX} - Displays your X coordinate
- {coordY} - Displays your Y coordinate
- {coordZ} - Displays your Z coordinate
- {health} - Displays your current health level
- {name} - Displays the player name
- {maxHealth} - Displays your maximum health
- {saturation} - Displays your current saturation
- {hunger} - Displays your current hunger level
- {heldItemName} - Displays the name of your current held item
- {score} - Displays your current score
- {hour} - Displays the current hour based on your local time
- {minute} - Displays the current minute based on your local time
- {second} - Displays the current second based on your local time
Example usage to configure textmod to display the current time:
/textmod text {hour}:{minute}:{second}
Which would look like HH:MM:SS.
The time placeholders are independent on each other.
Support & Donations:
If you wish to suggest a feature or need help with TextMod, please join this discord server and create a ticket.
Im grateful for any feature suggestions or potential improvements, so if you have one, even the slightest, please message me on discord
Join here
If you wish to support me and the project for free, the best way to do that is simply by downloading the mod.
Detailed text customization tutorial:
Setting the text:
/textmod text <Text>
How to set the position
/textmod pos <X> <Y>
How to customize the color:
✨ mode:
/textmod color ✨
Custom color:
/textmod color custom <HEXCODE>
or
/textmod color custom
which will just use the color in the json config file.
Instead of HEXCODE type the hexcode of the color you want, to get the hexcode use a color picker such as this: https://htmlcolorcodes.com/color-picker/ Copy the Hex code above the color picker, the hexcode starts with "#"
Example of setting it to pink:
/textmod set color custom #EE0DD3
