Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| trophymanager-1.19.1-0.2.0.3.jar release | 52.58 KB | Aug 3, 2022 | 1.19.1 | 1 | Download |
| trophymanager-1.18.2-0.1.5.3.jar release | 51.99 KB | Aug 3, 2022 | 1.18.2 | 2 | Download |
| trophymanager-1.19.1-0.2.0.2.jar release | 52.45 KB | Aug 1, 2022 | 1.19.1 | 14 | Download |
| trophymanager-1.18.2-0.1.5.2.jar release | 51.87 KB | Aug 1, 2022 | 1.18.2 | 9 | Download |
| trophymanager-1.19-0.2.0.1.jar release | 52.41 KB | Jul 16, 2022 | 1.19.1 | 79 | Download |
| trophymanager-1.19-0.2.0.0.jar release | 51.91 KB | Jun 11, 2022 | 1.19 | 5,445 | Download |
| trophymanager-1.18.2-0.1.5.1.jar release | 51.67 KB | Mar 11, 2022 | 1.18.2 | 60,645 | Download |
| trophymanager-1.16.5-0.1.6.0.jar release | 66.63 KB | Dec 23, 2021 | 1.16.5 | 5,010 | Download |
| trophymanager-1.18-0.1.5.1.jar release | 51.71 KB | Dec 14, 2021 | 1.18.1 | 27,519 | Download |
| trophymanager-1.18-0.1.5.0.jar release | 51.07 KB | Dec 1, 2021 | 1.18 | 2,810 | Download |
| trophymanager-1.16.5-0.1.5.0.jar release | 49.05 KB | Dec 1, 2021 | 1.16.5 | 134 | Download |
| trophymanager-1.17.1-0.1.4.0.jar release | 46.86 KB | Nov 28, 2021 | 1.17.1 | 1,449 | Download |
| trophymanager-1.17.1-0.1.3.1.jar release | 46.81 KB | Sep 1, 2021 | 1.17.1 | 648 | Download |
| trophymanager-1.16.5-0.1.3.0.jar +1 More release | 44.79 KB | Aug 30, 2021 | 1.16.5 | 245 | Download |
Screenshots
Description

Get a trophy when killing a mob. All vanilla and modded entities are supported.
This mod also lets you define your own trophies and hand then out as quest rewards.
You can make a trophy for any entity and any item in the game including modded ones. By default, trophies have a configurable chance to drop from mobs when killed by a player. This behavior can be disabled for you to control how the players acquire trophies, either by adding your own recipes or use a mod like FTB Quests to give out custom trophy items.
A trophy is made with a trophymanager:trophy item and a number of NBT tags. In the creative menu you can find all the vanilla mobs as trophies, but you are encouraged to create your own to fit the style of your pack.
Here’s an example of the NBT required for a trophy with a wooden hoe
{
"TrophyType": "item",
"TrophyItem": {
"id": "minecraft:wooden_hoe"
},
"Name": "Super Hoe Trophy"
}
and an example of a big creeper
{
"TrophyType": "entity",
"TrophyEntity": {
"entityType": "minecraft:creeper"
},
"Scale": 2.0,
"Name": "Creeper Trophy"
}
You can also choose the base block
{
"TrophyType": "entity",
"TrophyEntity": {
"entityType": "minecraft:wither"
},
"OffsetY": 0.8,
"BaseBlock": "minecraft:diamond_block",
"Name": "Wither Trophy"
}
“Scale” and “OffsetY” are optional and defaults to 0.5 for both.
By default, the trophy base can be changed by right clicking with any slab block. The list of blocks you can use as base blocks is defined in the block tag trophymanager:trophy_base
Example of a give command
/give <player> trophymanager:trophy{ “TrophyType”: “entity”, “TrophyEntity”: { “entityType”: “minecraft:wither” }, “Scale”: 0.75, “OffsetY”: 0.25, “BaseBlock”: “minecraft:quartz_slab”, “Name”: “Wither Trophy” }
Need help? https://discord.gg/A3FbgXNYjj
Get 0.05 TON 💎
Download








Add a comment