We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8f806 commit adb1c63Copy full SHA for adb1c63
src/main/java/lol/hyper/toolstats/events/EntityDeath.java
@@ -87,7 +87,7 @@ private void addLore(ItemStack itemStack, String mob) {
87
lore = new ArrayList<>();
88
}
89
if (!hasTag) {
90
- lore.add(droppedByLoreRaw.replace("X", mob));
+ lore.add(droppedByLoreRaw.replace("{name}", mob));
91
92
if (toolStats.config.getBoolean("enabled.dropped-by")) {
93
meta.setLore(lore);
0 commit comments