mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-10 14:44:58 +00:00
smh
This commit is contained in:
@@ -87,7 +87,7 @@ public class EntityDeath implements Listener {
|
|||||||
lore = new ArrayList<>();
|
lore = new ArrayList<>();
|
||||||
}
|
}
|
||||||
if (!hasTag) {
|
if (!hasTag) {
|
||||||
lore.add(droppedByLoreRaw.replace("X", mob));
|
lore.add(droppedByLoreRaw.replace("{name}", mob));
|
||||||
}
|
}
|
||||||
if (toolStats.config.getBoolean("enabled.dropped-by")) {
|
if (toolStats.config.getBoolean("enabled.dropped-by")) {
|
||||||
meta.setLore(lore);
|
meta.setLore(lore);
|
||||||
|
|||||||
Reference in New Issue
Block a user