From d77c2082c20542eb101da2765acacf295f298f2b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 09:30:51 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 10 ++++++++++ eco-core/core-plugin/src/main/resources/lang.yml | 3 ++- gradle.properties | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3a74743..01ef676 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.20.0' - implementation 'com.willfp:libreforge:3.10.3' + implementation 'com.willfp:libreforge:3.11.0' 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 8a3c335..50a26ad 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -21,6 +21,16 @@ cannot-afford: sound: "BLOCK_NOTE_BLOCK_PLING" pitch: 0.5 +cannot-afford-type: + in-actionbar: true + sound: + enabled: true + sound: "BLOCK_NOTE_BLOCK_PLING" + pitch: 0.5 + +point-names: # If you have point names that look ugly (eg g_souls) then you can map them to nice names to be shown to players. + example_point: "Nicely Formatted Point" + use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements raytrace-distance: 80 # The distance that alt_click should check for a location block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes) \ 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 9922afc..df6fa17 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -10,4 +10,5 @@ messages: invalid-item: "&cInvalid item!" give-success: "Gave &a%item%&r to &a%recipient%" on-cooldown: "&cThis effect is on cooldown! &fTime left: &a%seconds% seconds" - cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%" \ No newline at end of file + 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%" \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b605fca..3f28536 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.25.3 +version = 7.26.0 plugin-name = EcoArmor \ No newline at end of file