From 10ee0c84d826354cbc9b0c480ae1bf576c573c65 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 14 Sep 2021 16:22:51 +0100 Subject: [PATCH] Fixed data bug --- .../boosters/boosters/boosters/Booster15SellMultiplier.kt | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/boosters/Booster15SellMultiplier.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/boosters/Booster15SellMultiplier.kt index c3306d7..6a50e71 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/boosters/Booster15SellMultiplier.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/boosters/Booster15SellMultiplier.kt @@ -11,7 +11,7 @@ import org.bukkit.event.EventPriority class Booster15SellMultiplier: Booster( BoostersPlugin.instance, - "1.5sell_multiplier" + "1_5sell_multiplier" ) { override val duration = 72000 diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 7e5360f..fdd2d33 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -6,7 +6,7 @@ log-autosaves: true # If auto-save messages should be sent to console messages: - 1.5sell_multiplier: + 1_5sell_multiplier: activation: - "" - " %player%&f has activated a &a1.5x Sell Multiplier Booster&f!"