9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 07:59:28 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-05-05 21:29:00 +01:00
parent 4f616ac8c8
commit ac3370c0be
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ allprojects {
dependencies {
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'

View File

@@ -36,7 +36,7 @@ class EcoBoss(
val config: Config,
private val plugin: EcoPlugin
) : Holder {
val id: String = config.getString("id")
override val id: String = config.getString("id")
val displayName: String = config.getString("displayName")

View File

@@ -1,2 +1,2 @@
version = 8.25.0
version = 8.26.0
plugin-name = EcoBosses