diff --git a/build.gradle b/build.gradle index 03460c0..b552e1f 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.34.0' - 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 adc3290..4dd31d1 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -44,4 +44,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 d69ad06..db2d933 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sun Sep 11 19:27:10 BST 2022 -version=7.113.0 +#Mon Sep 12 17:14:44 BST 2022 +version=7.114.0 plugin-name=EcoArmor