libreforge-updater
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.37.3'
|
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'
|
implementation 'org.joml:joml:1.10.4'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
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(
|
return listOf(
|
||||||
CommandBoosters(this)
|
CommandBoosters(this)
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-4
@@ -2,15 +2,12 @@ package com.willfp.boosters.commands
|
|||||||
|
|
||||||
import com.willfp.boosters.gui.BoosterGUI
|
import com.willfp.boosters.gui.BoosterGUI
|
||||||
import com.willfp.eco.core.EcoPlugin
|
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 com.willfp.libreforge.LibReforgePlugin
|
||||||
import org.bukkit.command.CommandSender
|
import org.bukkit.command.CommandSender
|
||||||
import org.bukkit.command.PluginCommand
|
|
||||||
import org.bukkit.entity.Player
|
import org.bukkit.entity.Player
|
||||||
|
|
||||||
class CommandBoosters(plugin: com.willfp.eco.core.EcoPlugin) :
|
class CommandBoosters(plugin: com.willfp.eco.core.EcoPlugin) :
|
||||||
PluginCommand(
|
com.willfp.eco.core.command.impl.PluginCommand(
|
||||||
plugin,
|
plugin,
|
||||||
"boosters",
|
"boosters",
|
||||||
"boosters.command.boosters",
|
"boosters.command.boosters",
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Thu Aug 04 13:03:26 BST 2022
|
#Fri Aug 05 18:39:21 BST 2022
|
||||||
version=4.44.0
|
version=4.44.1
|
||||||
plugin-name=Boosters
|
plugin-name=Boosters
|
||||||
|
|||||||
Reference in New Issue
Block a user