
CustomArcheology 2.1.2
Add new custom archeology blocks, tools in your server - Custom animation, action and so on!
2.1.0
Feb 15, 2025
2.1.0
- 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.
2.0.0
Feb 14, 2025
2.0.0
- 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]
1.6.0
Feb 9, 2025
1.6.0
- 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.
1.5.4
Jan 25, 2025
1.5.4
- Item Format update: Fixed the issue where enchanted glow was parsed as a hide tool tip in some cases.
1.5.1
Dec 1, 2024
1.5.1
- Item Format update:
- Added support for set material tag in tool rules.
- Added support for set multi same attribute modifier.
- Added new Item Foramt arg: damage resistance, equippable.
1.5.0
Nov 8, 2024
1.5.0
- Replaced to packet send plugin from ProtolcolLib to packetevents, please install packetevents to use this version.
1.4.8
Oct 26, 2024
1.4.8
- Recoded item hook manager to modern one used in UltimateShop v3.
- CustomArcheology won't receive action and condition recode update, so you won't need regenerate your loot table configs.
1.4.6
Sep 8, 2024
1.4.6
- 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.