diff --git a/build.gradle b/build.gradle index 58fe582..1ca81a4 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.37.3' - implementation 'com.willfp:libreforge:3.81.0' + implementation 'com.willfp:libreforge:3.81.1' implementation 'org.joml:joml:1.10.4' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index 7cc00d8..4538989 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -62,7 +62,7 @@ class BoostersPlugin : LibReforgePlugin() { ) } - override fun loadPluginCommands(): List { + override fun loadPluginCommands(): List { return listOf( CommandBoosters(this) ) 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 bb19ec1..1c9e49c 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 @@ -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", diff --git a/gradle.properties b/gradle.properties index 72e27c8..ac19a82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Thu Aug 04 13:03:26 BST 2022 -version=4.44.0 +#Fri Aug 05 18:39:21 BST 2022 +version=4.44.1 plugin-name=Boosters