
ModsJava
Player Title for Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Player Title for Fabric
A player title Minecraft mod for Fabric.
Via Config
The config file is pt4f.json, powered by Midnight Lib.
All operations can be done via config, an example is shown below:
{
"runningMode": "api",
"rootCommandAlias": "pt4f",
"defaultTitle": "",
"prefix": "",
"suffix": " ",
"playerTitleData": [
"3db42575-2d30-381e-b767-ea78178345ae,[Some Text Here]",
"de6c7baa-0bd3-34f4-81e0-2a85bbae7554,\u00265[Player Title]\u0026r"
]
}
- runningMode: "api" or "mixin" (WIP)
- rootCommandAlias: an alias of the root command (WIP)
- defaultTitle, prefix, suffix
- playerTitleData: Every item is a title data, following the format below: UUIDOrPlayerName, (seperated with a comma) TitleText
Don't forget to reload the config by using "/playertitle reload"
Via Commands
Also some can be done via commands, for now there's mainly 2 commands:
/playertitle grant <PlayerSelector> <title>// will record player uuid/playertitle grant -o <OfflinePlayerName> <title>// will record player name/playertitle revoke <PlayerSelector>// will record player uuid/playertitle revoke -o <OfflinePlayerName>// will record player name
Note:
- If more than one player is provided, overwrite mode will automatically turn off, which means you can't replace title of players that already have one, while it's on when one or an offline player name is provided.
- UUIDs have higher priority than player names.
- If using format code in commands, you need to use
&instead of§,and&&to represent&.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as pt4f-1.1.0+1.20.X.jar — drop this file into the mods folder
- Download size: 83 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.