libreforge-updater
This commit is contained in:
@@ -62,7 +62,7 @@ class BoostersPlugin : LibReforgePlugin() {
|
||||
)
|
||||
}
|
||||
|
||||
override fun loadPluginCommands(): List<PluginCommand> {
|
||||
override fun loadPluginCommands(): List<com.willfp.eco.core.command.impl.PluginCommand> {
|
||||
return listOf(
|
||||
CommandBoosters(this)
|
||||
)
|
||||
|
||||
@@ -2,15 +2,12 @@ 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: com.willfp.eco.core.EcoPlugin) :
|
||||
PluginCommand(
|
||||
com.willfp.eco.core.command.impl.PluginCommand(
|
||||
plugin,
|
||||
"boosters",
|
||||
"boosters.command.boosters",
|
||||
|
||||
Reference in New Issue
Block a user