libreforge-updater
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user