From 6a9895a3c9a6f2dee61f3a47bb5327209c058a35 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 30 Mar 2022 20:37:26 +0100 Subject: [PATCH] Updated libreforge --- 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/build.gradle b/build.gradle index 106ccc3..f10b80b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.25.0' - implementation 'com.willfp:libreforge:3.29.0' + implementation 'com.willfp:libreforge:3.30.0' compileOnly 'org.jetbrains:annotations:22.0.0' diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 42e4fcc..06d47c3 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -15,6 +15,7 @@ messages: cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%" cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" cancelled: "Cancelled the active booster" + cannot-transmit: "&cYou can't transmit here!" no-currently-active: "&cThere is no booster currently active!" active-placeholder: "%player% &fhas activated a %booster%&f!" diff --git a/gradle.properties b/gradle.properties index 96941ae..887ba43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 3.12.0 +version = 3.13.0 plugin-name = Boosters \ No newline at end of file