NameProtected
No reviews yet
Changes any name for the client-side
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
NameProtect
Client-side Minecraft mod for Fabric 1.21.4. Filters and replaces nicknames and chat text on your screen using custom rules. Server sees nothing - purely visual, runs only on your client.
Features
- Nickname filtering - replaces matching player names in chat, tab list, nameplates above heads, and team-colored displays
- Chat replacement - applies rules to all incoming chat messages
- Custom rules - define any number of
word → replacementpairs - Case-insensitive matching - rule
noobmatchesNOOB,Noob,nOoB - Unicode support - works with non-ASCII names (Cyrillic, etc.)
- Live config - rules persist in JSON, reload without restart
- Zero server impact - pure client-side mixins, no packets sent
Commands
All commands run client-side under /nameprotect:
| Command | Action |
|---|---|
/nameprotect set <word> <replacement> |
Add or update a rule |
/nameprotect remove <word> |
Delete a rule |
/nameprotect list |
Show all active rules |
/nameprotect reload |
Reload config from disk |
/nameprotect clear |
Remove all rules |
Example
/nameprotect set Notch SteveTheLegend
/nameprotect set badword ***
After this, any occurrence of "Notch" in chat or above heads renders as "SteveTheLegend", and "badword" becomes "***".
Config
Rules stored at .minecraft/config/nameprotect.json:
{
"notch": "SteveTheLegend",
"badword": "***"
}
You can edit this file directly, then run /nameprotect reload.
Requirements
- Minecraft 1.21.4
- Fabric Loader 0.16.0+
- Fabric API
- Java 21
Installation
- Install Fabric Loader for 1.21.4
- Drop Fabric API into
mods/ - Drop NameProtect jar into
mods/ - Launch - use
/nameprotectin-game
Notes
- Client-side only - does not work on the server side, does not need to be on the server
- No mixin conflicts known with major mods
- Rules apply to display only - chat history files store original text
License
MIT - Reizoo
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources