From ef8589ce2f18d36ceee0f3bdea174f8114ebe44a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 4 Aug 2022 12:36:20 +0100 Subject: [PATCH] Fix --- .../kotlin/com/willfp/boosters/commands/CommandBoosters.kt | 5 ++++- eco-core/core-plugin/src/main/resources/lang.yml | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/commands/CommandBoosters.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/commands/CommandBoosters.kt index 5bbd8c2..bb19ec1 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/commands/CommandBoosters.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/commands/CommandBoosters.kt @@ -3,10 +3,13 @@ package com.willfp.boosters.commands import com.willfp.boosters.gui.BoosterGUI import com.willfp.eco.core.EcoPlugin import com.willfp.eco.core.command.impl.PluginCommand +import com.willfp.libreforge.CommandFixLingeringEffects +import com.willfp.libreforge.LibReforgePlugin import org.bukkit.command.CommandSender +import org.bukkit.command.PluginCommand import org.bukkit.entity.Player -class CommandBoosters(plugin: EcoPlugin) : +class CommandBoosters(plugin: com.willfp.eco.core.EcoPlugin) : PluginCommand( plugin, "boosters", diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 0eec4f7..b536f0a 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -16,7 +16,6 @@ messages: cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" cancelled: "Cancelled the active boosters" cannot-transmit: "&cYou can't transmit here!" - repaired-effects: "Fixed lingering effects for %player%!&f They have been kicked to prevent effect mismatch." no-currently-active: "&cNot Active!" no-currently-active-list: "&cThere isn't any booster active!"