mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-29 16:15:17 +01:00
Updated libreforge
This commit is contained in:
parent
5b62974eb7
commit
a32611607a
@ -3,6 +3,6 @@ version rootProject.version
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.willfp:libreforge:3.10.3'
|
implementation 'com.willfp:libreforge:3.11.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -145,6 +145,16 @@ cannot-afford: # For custom enchantments
|
|||||||
sound: "BLOCK_NOTE_BLOCK_PLING"
|
sound: "BLOCK_NOTE_BLOCK_PLING"
|
||||||
pitch: 0.5
|
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:
|
advanced:
|
||||||
force-dropqueue: true
|
force-dropqueue: true
|
||||||
# When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item.
|
# When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item.
|
||||||
|
@ -35,6 +35,7 @@ messages:
|
|||||||
disabled-descriptions: "&fYou have successfully &cdisabled &fenchantment descriptions!"
|
disabled-descriptions: "&fYou have successfully &cdisabled &fenchantment descriptions!"
|
||||||
descriptions-disabled: "&cEnchantment descriptions are disabled on this server."
|
descriptions-disabled: "&cEnchantment descriptions are disabled on this server."
|
||||||
export-failed: "&cExporting the locale failed. Try again later!"
|
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-targets: "&cCannot be applied"
|
||||||
no-conflicts: "&cNo conflicts"
|
no-conflicts: "&cNo conflicts"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version = 8.32.3
|
version = 8.33.0
|
||||||
plugin-name = EcoEnchants
|
plugin-name = EcoEnchants
|
Loading…
Reference in New Issue
Block a user