improve various config things

This commit is contained in:
hyperdefined
2023-10-21 18:11:28 -04:00
parent 68aed25834
commit 59bfdf69ca
4 changed files with 55 additions and 29 deletions

View File

@@ -122,8 +122,8 @@ public class ItemLore {
break;
}
case 6: {
dateCreated = toolStats.getLoreFromConfig("spawned.spawned-on", true);
itemOwner = toolStats.getLoreFromConfig("spawned.spawned-by", true);
dateCreated = toolStats.getLoreFromConfig("spawned-in.spawned-on", true);
itemOwner = toolStats.getLoreFromConfig("spawned-in.spawned-by", true);
break;
}
}