diff --git a/build.gradle b/build.gradle index f75264e..b73f044 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.37.3' - implementation 'com.willfp:libreforge:3.97.0' + implementation 'com.willfp:libreforge:3.98.0' implementation 'org.joml:joml:1.10.4' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index ed79bc0..890ca1b 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -52,3 +52,5 @@ potions: particles: permanent: false triggered: true + +share-configs: true # If your configs are allowed to be used to gather data and improve the plugin. Nothing identifying (IP, Name, etc) is shared. diff --git a/gradle.properties b/gradle.properties index 624c4c6..37fafd1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sun Sep 11 19:26:56 BST 2022 -version=4.60.0 +#Mon Sep 12 17:14:30 BST 2022 +version=4.61.0 plugin-name=Boosters