libreforge-updater

This commit is contained in:
Auxilor
2022-08-05 18:39:21 +01:00
parent e591eb98ab
commit 54cb33f3ca
4 changed files with 5 additions and 8 deletions

View File

@@ -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'

View File

@@ -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)
)

View File

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

View File

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