Updated libreforge

This commit is contained in:
Auxilor 2022-02-03 09:24:59 +00:00
parent 5b62974eb7
commit a32611607a
4 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,6 @@ version rootProject.version
subprojects {
dependencies {
implementation 'com.willfp:libreforge:3.10.3'
implementation 'com.willfp:libreforge:3.11.0'
}
}

View File

@ -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.

View File

@ -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"

View File

@ -1,2 +1,2 @@
version = 8.32.3
version = 8.33.0
plugin-name = EcoEnchants