From a32611607ae5408b0fe7c16748480d7ac494b0d2 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 09:24:59 +0000 Subject: [PATCH] Updated libreforge --- eco-core/build.gradle | 2 +- eco-core/core-plugin/src/main/resources/config.yml | 10 ++++++++++ eco-core/core-plugin/src/main/resources/lang.yml | 1 + gradle.properties | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 7a254ea6..39b21a01 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.10.3' + implementation 'com.willfp:libreforge:3.11.0' } } \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index adbe7dd6..62d04a7b 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -145,6 +145,16 @@ cannot-afford: # For custom enchantments 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" + advanced: force-dropqueue: true # When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item. diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 5c8bcf92..54c9d4fa 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -35,6 +35,7 @@ messages: disabled-descriptions: "&fYou have successfully &cdisabled &fenchantment descriptions!" 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%" no-targets: "&cCannot be applied" no-conflicts: "&cNo conflicts" diff --git a/gradle.properties b/gradle.properties index 0a7699fa..f220dcb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.32.3 +version = 8.33.0 plugin-name = EcoEnchants \ No newline at end of file