Перейти к содержимому
Mineforgian

TextMod

A simple forge/fabric mod that allows you to display any custom text on your screen!

Загрузки
3K
Подписчики
3
Обновлён
22 апреля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 29 марта 2024 г.

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 (rainbow) mode
  • Custom text position
  • Placeholders (Forge 1.8.9 only!)

Custom Commands:

  1. /textmod text - changes the text
  2. /textmod color rainbow - changes the color to default color cycle (rainbow) mode
  3. /textmod color custom - changes the color to a custom color (Tutorial bellow)
  4. /textmod pos - Changes the text position
  5. /textmod help - displays all commands
  6. /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!

  1. {coordX} - Displays your X coordinate
  2. {coordY} - Displays your Y coordinate
  3. {coordZ} - Displays your Z coordinate
  4. {health} - Displays your current health level
  5. {name} - Displays the player name
  6. {maxHealth} - Displays your maximum health
  7. {saturation} - Displays your current saturation
  8. {hunger} - Displays your current hunger level
  9. {heldItemName} - Displays the name of your current held item
  10. {score} - Displays your current score
  11. {hour} - Displays the current hour based on your local time
  12. {minute} - Displays the current minute based on your local time
  13. {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:

Rainbow mode:

/textmod color rainbow

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

Ченджлог

1.5-Forge-1.8.9Релиз1.8.9 · 22 апреля 2026 г.

Textmod 1.5 for forge 1.8.9

Going opensource!

Textmod's source code is now available on codeberg

I decided to publish it to codeberg instead of github due to various reasons. But if anyone requests the code to also be transfered to github, it shouldnt be a problem. You can request that by opening an issue on codeberg or messaging me on my discord server

This update introduces placeholders!

Placeholders are a way to get various player data and render them.

Placeholder info

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!

  1. {coordX} - Displays your X coordinate
  2. {coordY} - Displays your Y coordinate
  3. {coordZ} - Displays your Z coordinate
  4. {health} - Displays your current health level
  5. {name} - Displays the player name
  6. {maxHealth} - Displays your maximum health
  7. {saturation} - Displays your current saturation
  8. {hunger} - Displays your current hunger level
  9. {heldItemName} - Displays the name of your current held item
  10. {score} - Displays your current score
  11. {hour} - Displays the current hour based on your local time
  12. {minute} - Displays the current minute based on your local time
  13. {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.

Will this update be available for fabric and newer versions?

Im not sure if i will be adding support for new versions any time soon. Im more likely to if more people request it on my discord server

1.4-Fabric-1.21.9Релиз1.21.9 · 14 октября 2025 г.

Textmod 1.4

Additions:

/textmod pos <X> <Y>

Changes This update brings all of the changes from the 1.4 version of textmod for 1.8.9. This includes:

  • Big internal optimizations.
  • New and improved config system.
  • Command structure is now the same as the 1.8.9 version for less confusion.
  • And more...
1.4-Fabric-1.21.8Релиз1.21.8 · 12 октября 2025 г.

Textmod 1.4

Additions:

/textmod pos <X> <Y>

Changes This update brings all of the changes from the 1.4 version of textmod for 1.8.9. This includes:

  • Big internal optimizations.
  • New and improved config system.
  • Command structure is now the same as the 1.8.9 version for less confusion.
  • And more...
1.4-Fabric-1.21.5Релиз1.21.5 · 12 октября 2025 г.

Textmod 1.4

Additions:

/textmod pos <X> <Y>

Changes This update brings all of the changes from the 1.4 version of textmod for 1.8.9. This includes:

  • Big internal optimizations.
  • New and improved config system.
  • Command structure is now the same as the 1.8.9 version for less confusion.
  • And more...
1.4-fabric-1.21.7Релиз1.21.7 · 12 октября 2025 г.

Textmod 1.4

Additions:

/textmod pos <X> <Y>

Changes This update brings all of the changes from the 1.4 version of textmod for 1.8.9. This includes:

  • Big internal optimizations.
  • New and improved config system.
  • Command structure is now the same as the 1.8.9 version for less confusion.
  • And more...
1.4-fabric-1.21.6Релиз1.21.6 · 12 октября 2025 г.

Textmod 1.4

Additions:

/textmod pos <X> <Y>

Changes This update brings all of the changes from the 1.4 version of textmod for 1.8.9. This includes:

  • Big internal optimizations.
  • New and improved config system.
  • Command structure is now the same as the 1.8.9 version for less confusion.
  • And more...
1.4-forge-1.8.9Релиз1.8.9 · 29 сентября 2025 г.

TextMod 1.4

I have rewritten the mod completely from scratch, i have made a lot of big improvements and fixes.

Additions

  • Custom text position
  • /textmod pos
  • /textmod help
  • /textmod info (You may now also use /tm, /txtm, /txtmd)

Changes and improvements

  • Multi word text is now supported
  • Performance enhancements
  • Better config system, everything is now stored in a .json file
  • Universal directory support, the mod now supports ANY minecraft directory, not just the default one, making it more compatible with alternative launchers like PrismMC and more...
  • Better command structure, commands are now simpler
  • Improved internal code, due to the new rewritten codebase, many small things have been fixed, for example, sometimes when changing color or other text settings, you would have to restart the game, or wait a couple of seconds for the changes to take place, this has now been fixed, text changes are instant.
  • TextMod may be going open source, i have been thinking about open sourcing textmod, since many of my other projects are open source now, textmod and commandactions are the online mods that are not, and with the rewriting of textmod and release of version 1.4, i will maybe make the textmod github repo public.

This update will propably not be available for 1.21+ for some time, if ever, because of huge differences in code between fabric and forge, rewriting this mod for the 3rd time (Rewriting 1.4 was the second time, the first time was writing the 1.21.5 and 1.21.4 version) isnt something im looking forward to right now, i am a lot more familiar with forge than i am with fabric.

1.3.1-Fabric-1.21.5Релиз1.21.5 · 6 мая 2025 г.

Made UI a bit better, made the command responses colored. For 1.8.9, this update will propably not be available, there are some problems with the coloring.

1.3.1 for Fabric 1.21.5

Комментарии

Загружаем…