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.111.1'
|
implementation 'com.willfp:libreforge:3.112.0'
|
||||||
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'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import org.bukkit.Bukkit
|
|||||||
import org.bukkit.event.Listener
|
import org.bukkit.event.Listener
|
||||||
import kotlin.math.floor
|
import kotlin.math.floor
|
||||||
|
|
||||||
class BoostersPlugin : LibReforgePlugin() {
|
class BoostersPlugin : LibReforgePlugin(supportsLrcdb = false) {
|
||||||
val boostersYml = BoostersYml(this)
|
val boostersYml = BoostersYml(this)
|
||||||
|
|
||||||
override fun handleEnableAdditional() {
|
override fun handleEnableAdditional() {
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Mon Oct 10 21:04:51 BST 2022
|
#Thu Oct 13 20:13:18 BST 2022
|
||||||
version=4.74.1
|
version=4.75.0
|
||||||
plugin-name=Boosters
|
plugin-name=Boosters
|
||||||
|
|||||||
Reference in New Issue
Block a user