diff --git a/build.gradle b/build.gradle index 81d548a..29971f6 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index 3d593b9..dcc3f58 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -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() { 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..8a1a25f --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/eco.yml @@ -0,0 +1,3 @@ +resource-id: 2036 +bstats-id: 14269 +color: "&e" diff --git a/gradle.properties b/gradle.properties index 5d1cd54..e8ded9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.5.1 +version = 4.6.0 plugin-name = Boosters \ No newline at end of file