Fix
This commit is contained in:
@@ -3,10 +3,13 @@ package com.willfp.boosters.commands
|
|||||||
import com.willfp.boosters.gui.BoosterGUI
|
import com.willfp.boosters.gui.BoosterGUI
|
||||||
import com.willfp.eco.core.EcoPlugin
|
import com.willfp.eco.core.EcoPlugin
|
||||||
import com.willfp.eco.core.command.impl.PluginCommand
|
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.CommandSender
|
||||||
|
import org.bukkit.command.PluginCommand
|
||||||
import org.bukkit.entity.Player
|
import org.bukkit.entity.Player
|
||||||
|
|
||||||
class CommandBoosters(plugin: EcoPlugin) :
|
class CommandBoosters(plugin: com.willfp.eco.core.EcoPlugin) :
|
||||||
PluginCommand(
|
PluginCommand(
|
||||||
plugin,
|
plugin,
|
||||||
"boosters",
|
"boosters",
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ messages:
|
|||||||
cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%"
|
cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%"
|
||||||
cancelled: "Cancelled the active boosters"
|
cancelled: "Cancelled the active boosters"
|
||||||
cannot-transmit: "&cYou can't transmit here!"
|
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: "&cNot Active!"
|
||||||
no-currently-active-list: "&cThere isn't any booster active!"
|
no-currently-active-list: "&cThere isn't any booster active!"
|
||||||
|
|||||||
Reference in New Issue
Block a user