Updated libreforge
This commit is contained in:
@@ -41,7 +41,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.35.1'
|
||||
implementation 'com.willfp:libreforge:3.43.1'
|
||||
implementation 'com.willfp:libreforge:3.44.0'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ import org.bukkit.Bukkit
|
||||
import org.bukkit.event.Listener
|
||||
import kotlin.math.floor
|
||||
|
||||
class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") {
|
||||
class BoostersPlugin : LibReforgePlugin() {
|
||||
val boostersYml = BoostersYml(this)
|
||||
|
||||
override fun handleEnableAdditional() {
|
||||
|
||||
3
eco-core/core-plugin/src/main/resources/eco.yml
Normal file
3
eco-core/core-plugin/src/main/resources/eco.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
resource-id: 2036
|
||||
bstats-id: 14269
|
||||
color: "&e"
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 4.5.1
|
||||
version = 4.6.0
|
||||
plugin-name = Boosters
|
||||
Reference in New Issue
Block a user