- Added 1.21.4 version support.
- Mainly added 1.21.4 resource pack format support, for plugin itself, it already support 1.21.4 before this update.
- 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!
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
- 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.
- Item Format update: Fixed the issue where enchanted glow was parsed as a hide tool tip in some cases.
