Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Simple Name Colors
ModLicenseRef-All-Rights-Reserved

Simple Name Colors

This makes it possible to change your name in the chat and tab menu.

5
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
game-mechanicsutilityforge
Download Latestv1.0-1.20.1-47.4.10View on Modrinth

📖About Simple Name Colors

Welcome to Dreamcraft Network's NameColors Mod!

This mod allows you to personalize your in-game identity by adding customizable username colors to both chat messages and the player tab list.

Simply type the command /namecolor in-game to open a menu of available colors. Select one, and your username will instantly update—your choice is saved automatically and will persist across sessions!

📦 Available Versions

Dreamcraft NameColors is available for the following Minecraft versions:

Minecraft 1.20.1

(More Versions Coming Soon)

Note: Always download the mod version that matches your Minecraft version.

📁 Configuration Files

The mod uses two main configuration files:

config/dreamcraft_name_colors-common.toml — Define or modify the list of available colors.
config/set-namecolors.json — Stores each player’s chosen color (updated automatically when they use /namecolor).
🎨 Customizing Colors

Want to add your own color? Just edit the TOML file! Colors are defined using standard hex codes.

Example: dreamcraft_name_colors-common.toml (default configuration)

[colors]
# Define custom named colors. Format: "colorName=#RRGGBB"
# (Hex codes may include or omit the '#' prefix)
namedColors = [
  "blue=#0000FF",
  "red=#FF0000",
  "green=#00FF00",
  "orange=#FFA500",
  "pink=#FFC0CB",
  "gray=#808080",
  "black=#000000",
  "white=#FFFFFF",
  "yellow=#FFFF00",
  "gold=#FFD700",
  "aqua=#00FFFF"
]

💡 Tip: To add a new color, just append an entry like "magenta=#FF00FF" to the list and restart the game (or reload configs if your mod supports it).
💾 Player Data Example

When a player selects a color, their preference is saved by UUID in the JSON file:

Example: set-namecolors.json

{
  "players": {
    "380df991-f603-344c-a090-369bad2a924a": {
      "color": "#00FFFF",
      "name": "Dev"
    }
  }
}

✅ Compatibility

Built for Fabric Loader (and compatible with popular mod loaders unless otherwise noted). Works seamlessly with Minecraft versions listed above.

Enjoy standing out in style—with Dreamcraft NameColors, your name, your rules! 🌈

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
forge
Minecraft Versions
1.20.1

🔗 Links

Modrinth Page