diff --git a/build.gradle b/build.gradle index 2f1aac5..0386916 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.34.0' - 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/ecoarmor/EcoArmorPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoarmor/EcoArmorPlugin.kt index 74f2c80..781b5b8 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoarmor/EcoArmorPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoarmor/EcoArmorPlugin.kt @@ -20,7 +20,7 @@ import com.willfp.ecoarmor.util.EffectListener import com.willfp.libreforge.LibReforgePlugin import org.bukkit.event.Listener -class EcoArmorPlugin : LibReforgePlugin(687, 10002, "&c") { +class EcoArmorPlugin : LibReforgePlugin() { val ecoArmorYml: EcoArmorYml 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..d468333 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/eco.yml @@ -0,0 +1,3 @@ +resource-id: 687 +bstats-id: 10002 +color: "&c" diff --git a/gradle.properties b/gradle.properties index 8892ee8..fd691aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.58.1 +version = 7.59.0 plugin-name = EcoArmor \ No newline at end of file