mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-21 16:09:24 +00:00
Updated libreforge
This commit is contained in:
@@ -62,7 +62,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.35.1'
|
compileOnly 'com.willfp:eco:6.35.1'
|
||||||
implementation 'com.willfp:libreforge:3.38.0'
|
implementation 'com.willfp:libreforge:3.39.0'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ class EcoBoss(
|
|||||||
val config: Config,
|
val config: Config,
|
||||||
private val plugin: EcoPlugin
|
private val plugin: EcoPlugin
|
||||||
) : Holder {
|
) : Holder {
|
||||||
val id: String = config.getString("id")
|
override val id: String = config.getString("id")
|
||||||
|
|
||||||
val displayName: String = config.getString("displayName")
|
val displayName: String = config.getString("displayName")
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
version = 8.25.0
|
version = 8.26.0
|
||||||
plugin-name = EcoBosses
|
plugin-name = EcoBosses
|
||||||
Reference in New Issue
Block a user