New features:
- Configurable lore to add to infinite blocks
Update Details:
Added the possibility to configure a lore to add to infinite blocks.
There are two new settings in the
config.yml:
Code (YAML):
# Lore settings for infinite blocks
lore
:
# A list of strings to add as the lore for infinite blocks
# %AMOUNT% = Cost to place that infinite block
loreList
:
- '&aThis is an infinite block'
- '&6Cost per use
:
&c%AMOUNT%'
# Whether the lore shall be force updated when the block is used
# Setting this to true will override any lore on the block, including ones added by other means
# Setting this to false will add the lore only once and only update infinite blocks without any lore
forceUpdate
: false
For usage information refer to the comments in the config.yml.
Additional note: If you do not want a lore on your blocks you can configure the lore list to contain only an empty string as shown below:
Code (YAML):
lore
:
# A list of strings to add as the lore for infinite blocks
# %AMOUNT% = Cost to place that infinite block
loreList
:
- ''
In order to update your
config.yml either manually add the new entries or delete the file and restart/reload your server.
The full config.yml was updated on the plugin overview page in case you want to copy it from there.
If you do not update your config.yml defaults will apply.