From 4b9283c6de584a7a17b6f07786ce1ddef7bd2d5b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 12 Sep 2022 17:15:34 +0100 Subject: [PATCH] libreforge-updater --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 4 +++- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 528d5ca..b8f4f4b 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,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 6ee3458..fb4096d 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -263,4 +263,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 f96538b..bda555e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sun Sep 11 19:27:54 BST 2022 -version=1.1.0 +#Mon Sep 12 17:15:34 BST 2022 +version=1.2.0 plugin-name=EcoJobs