Tooltips DLP8
A client-side mod for Minecraft that allows customization of item tooltips through resource packs. Easy to configure and distribute!
Features
- Customizable tooltips with HEX color support (#RRGGBB)
- Ability to add line breaks using #n
- Only requires resource packs for distribution - easy to share settings
- Support for multiple resource packs simultaneously
- Configuration in JSONC format with comments
- /tooltips reload command to reload settings
- Automatic detection and loading of resource packs
- Display of pack names in commands
Configuration via Resource Packs
Create a resource pack with configuration file at path assets/tooltips-dlp8/[your-filename].jsonc:
Important: Use different file names (e.g., civlabs.jsonc, my-server.jsonc, etc.) instead of tooltips.jsonc to avoid conflicts.
{
// Example tooltips for classes: You can add comments using // or / /
"minecraft:diamond_sword": "#e03e2dGuardian's Weapon#n#resetA sharp blade forged by skilled hands",
"minecraft:golden_apple": "#b96ad9Healer's Blessing#n#resetRestores health and grants temporary effects"
}
Multiple Resource Packs
The mod supports loading tooltips from multiple resource packs at the same time. Tooltips from later loaded packs override earlier ones when item IDs match.
Formatting Codes
#RRGGBB- HEX color (e.g.,#ff0000for red)#reset- Reset to default tooltip color#n- Line break
Colors for Classes
#7e8c8d- Blacksmith (Gray)#f1c40f- Builder (Yellow)#2dc26b- Farmer (Green)#e03e2d- Guardsman (Red)#b96ad9- Healer (Purple)#3598db- Librarian (Blue)#ecf0f1- Miner (Light Gray)
Commands
/tooltips reload- Reloads settings and shows loaded packs/tooltips help- Shows help, current status, and pack list
Commands display:
- Number of loaded tooltips
- Number of resource packs with tooltips
- Names of loaded resource packs
Perfect for roleplay servers, custom servers, or adding additional information to items!