diff --git a/build.gradle b/build.gradle index b179be0..df77d92 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,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' diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt index e4beb53..285f792 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt @@ -23,7 +23,7 @@ import com.willfp.ecobosses.util.TopDamagerListener import com.willfp.libreforge.LibReforgePlugin import org.bukkit.event.Listener -class EcoBossesPlugin : LibReforgePlugin(525, 10635, "&9") { +class EcoBossesPlugin : LibReforgePlugin() { val ecoBossesYml: EcoBossesYml init { diff --git a/eco-core/core-plugin/src/main/resources/eco.yml b/eco-core/core-plugin/src/main/resources/eco.yml new file mode 100644 index 0000000..7e10e09 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/eco.yml @@ -0,0 +1,3 @@ +resource-id: 525 +bstats-id: 10635 +color: "&9" \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index d0344ce..4e6eb1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.28.1 +version = 8.29.0 plugin-name = EcoBosses \ No newline at end of file