diff --git a/build.gradle b/build.gradle index c492742..e8f6e11 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.37.1' - 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 430e2ac..ffd08b2 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -268,4 +268,6 @@ potions: triggered: true particles: permanent: false - triggered: true \ No newline at end of file + 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. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 6243a7a..d9bc118 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sun Sep 11 19:28:00 BST 2022 -version=1.33.0 +#Mon Sep 12 17:15:40 BST 2022 +version=1.34.0 plugin-name=EcoPets