This update brings a new option: block-material. You can use this option to set the original block on which the archaeological block is based, with a default value of STONE. This fixes the problem of sometimes transparent edges of archaeological blocks
If you are users version from 1.x version, you need add this option at config.yml, otherwise your archeology block will all BROKEN!
[code=YAML]settings:
# Support value: UUID or RANDOM
block-save: UUID
# Recommend you set a block material here
# For users use 1.x version, please type 'BLUE_DYE' here
block-material: BLUE_DYE # MUST SET THIS VALUE HERE[/code]
Added protection plugins hook for place and break archeology block. If player are in protected areas or in other player's lands, plugin can prevent player place or break archeology blocks.
Added custom nbt support in ItemFormat if you have installed NBTAPI in your server.
Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.