diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/MissingDependencyException.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/MissingDependencyException.kt index 96da678f..3eaa7880 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/MissingDependencyException.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/MissingDependencyException.kt @@ -24,8 +24,8 @@ fun addPluginPrompt(plugin: EcoEnchantsPlugin, plugins: List) { fun sendPrompts(plugin: EcoEnchantsPlugin) { for ((pl, amount) in prompts) { plugin.logger.apply { - warning("$amount enchantments were not loaded because they need $pl to be installed") - warning("Either download $pl or delete the folder with their names (/plugins/EcoEnchants/enchants/) to remove this message!") + warning("$amount enchantments were not loaded because they need $pl to be installed!") + warning("Either download $pl or delete the folder at /plugins/EcoEnchants/enchants/${pl.lowercase()} to remove this message") } }