Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 3 weeks ago
Updated last week
Description
TitleChanger Next is the next generation of TitleChanger. It can change the game title, and you can use placeholders to customize your title.
Why TitleChanger Next?
Due to well-known performance issues in the old version, I have decided to abandon it and instead develop a new version.
New features compared to old version
- ModMenu hook
- Config screen
- Better performance (maybe?)
Placeholder
Format
- placeholder with no args
%placeholder%
- placeholder with args
%placeholder:arg1,arg2%
- placeholder with header (for other mods)
%header_placeholder%
- placeholder with header and args (for other mods)
%header_placeholder:arg1,arg2%
Note: Built-in placeholders don't have a header!
Bulitin Placeholders
Constant Placeholders
- %mcver% — get the version of Minecraft
- %hitokoto% — get a sentence from Hitokoto
- %playername% — get the name of the player
- %playeruuid% — get the uuid of the player
- %modver:<modid>% return the version of a mod
Auto updated Placeholders
- %syncedtime% — get the time
- %fps% — get fps
- %ping% — get ping (returns 0 if in singleplayer or not playing)
- %playtime% — get played time
- %playingmode% — get the mode that you are playing (empty if not playing)
- %x% — return the x-axis coordinate of the player's location
- %y% — return the y-axis coordinate of the player's location
- %z% — return the z-axis coordinate of the player's location