mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
monetary minimum version & rename impl
This commit is contained in:
parent
1660250ee1
commit
ac9f492125
7 changed files with 34 additions and 4 deletions
|
|
@ -434,6 +434,8 @@ lore_edit:
|
|||
|
||||
# Allow to replace the xp cost by a monetary cost
|
||||
# If enabled it will not be bound to the experience level limits
|
||||
#
|
||||
# This feature can only be enabled starting with 1.21
|
||||
monetary_cost:
|
||||
enabled: false
|
||||
# If using vault unlocked this allow to specify what currency should be used for anvil usage
|
||||
|
|
@ -448,6 +450,7 @@ monetary_cost:
|
|||
repair: 1.0 # for repairing via unit repair (per unit)
|
||||
rename: 1.0 # for renaming the item
|
||||
lore_edit: 1.0 # for changing the lore of the item (only if lore edit is enabled)
|
||||
illegal_penalty: 1.0 # for trying to combine illegal enchantment
|
||||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||
recipe: 1.0 # for custom anvil recipe cost
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue