Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Legendary Titles transforms Minecraft's achievement system into a fully customizable and much richer experience. What began as a title mod has evolved into a comprehensive tool that redefines how players interact with achievements, offering personalized and visible rewards.
Additionally, players receive a title that appears above their head. This title can be easily customized in a configuration file that is automatically generated.
Player Experience Achievements are no longer just notifications—they’ve become milestones with tangible rewards and visible titles. Players can claim their rewards in a personalized window, enjoying a system that combines the vanilla base with advanced customization options.
Key Features Customizable titles: Each achievement can grant a unique title that appears above the player. The title's name and style can be easily configured in automatically generated files.
Configurable rewards: Additional attributes. Special items. Automatic titles linked to the achievement.
Smart detection system: The mod recognizes all achievements from Minecraft and other compatible mods, automatically generating configuration files for each one.
Intuitive interface: Files are created in the config\everydayxp\legendarytitles directory, in a clear, easy-to-edit format that allows you to modify names, icons, rewards, and more.
Configuration example:
Each mod has its own JSON file: minecraft.json, twilightforest.json, etc.
Here's an example of an achievement from the Lootr mod
"1chest": {
"display_name": "\u0027X\u0027 Marks test the Spot",
"original_name": "\u0027X\u0027 Marks the Spot",
"enabled": true,
"icon": "lootr:lootr_chest",
"rewards": {
"attributes": {"attributecore:magic_find": 150.0},
"items": [{"item": "minecraft:nether_star", "count": 3}]
}
}
- display_name: Reward for completing the achievement. The name of the title that will be displayed in the game
- original_name: The original name of the achievement
- enabled: true = visible in the GUI; false = hidden.
- icon: Icon that will be displayed in the achievement window
- attributes: (optional) Attribute reward
- items: (optional) Item reward
🌐 Join Our Discord Community Do you have new ideas, improvements for my mods, or have you found a bug? This is the perfect place to share them!
In our Discord community you can:
💡 Submit proposals and suggestions for improving the mods.
🛠️ Report problems and bugs so we can fix them together.
🎮 Show your creativity: you're free to use my mods in your own modpacks.
📢 Share your modpack on the server and show the community your unique style.
This space is designed for us to grow together, with respect and enthusiasm for creating mods and modpacks. Your contribution is always welcome!



