From 79c92259976794f0253438730f412ae925849a07 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 30 Mar 2022 20:36:26 +0100 Subject: [PATCH] Updated libreforge --- eco-core/build.gradle | 2 +- eco-core/core-plugin/src/main/resources/lang.yml | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eco-core/build.gradle b/eco-core/build.gradle index e4d7d14d..31c2de10 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -3,6 +3,6 @@ version rootProject.version subprojects { dependencies { - implementation 'com.willfp:libreforge:3.29.0' + implementation 'com.willfp:libreforge:3.30.0' } } \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 54c9d4fa..818e1e3a 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -36,6 +36,7 @@ messages: descriptions-disabled: "&cEnchantment descriptions are disabled on this server." export-failed: "&cExporting the locale failed. Try again later!" cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" + cannot-transmit: "&cYou can't transmit here!" no-targets: "&cCannot be applied" no-conflicts: "&cNo conflicts" diff --git a/gradle.properties b/gradle.properties index 10060484..202ff303 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.52.0 +version = 8.53.0 plugin-name = EcoEnchants \ No newline at end of file