From 3ccfebdbf7519a8770e2bcafa59bd8b129c60729 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 30 Mar 2022 20:40:24 +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 d9558f5..2c68921 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,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:23.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 eb028df..0f6ce82 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -13,3 +13,4 @@ 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%" on-cooldown: "&cThis effect is on cooldown! &fTime left: &a%seconds% seconds" + cannot-transmit: "&cYou can't transmit here!" diff --git a/gradle.properties b/gradle.properties index a0e94b9..43adad3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.37.0 +version = 5.38.0 plugin-name = Talismans \ No newline at end of file