diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt index 127d412..505843d 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt @@ -20,7 +20,7 @@ abstract class Booster( 0 ) - val name = plugin.configYml.getFormattedString("message.${this.id}.name") + val name = plugin.configYml.getFormattedString("messages.${this.id}.name") init { register()