This commit is contained in:
Auxilor
2022-08-04 12:36:20 +01:00
parent 8802ca1dfd
commit ef8589ce2f
2 changed files with 4 additions and 2 deletions

View File

@@ -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",

View File

@@ -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!"