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.5
- Item Format update: Fixed some item format value do not correctly parsed.
1.5.4
- Item Format update: Fixed the issue where enchanted glow was parsed as a hide tool tip in some cases.
1.5.2
- Added Nexo item support.
- Fixed Item Format error on 1.20.6 version.
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
- Replaced to packet send plugin from ProtolcolLib to packetevents, please install packetevents to use this version.
1.4.9
- Added 1.21.2/3 version support.
1.4.9
- Added 1.21.2/3 version support.
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.7
- Fixed skull can not display in latest 1.21.1 server core.
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.
1.4.5
- Removed MythicDungeons hook.
1.4.4
- Added chance support in action, for more info, please view Wiki.
1.4.3
- Fixed eco parsed item ID in reward configs.
1.21.1 support
- Added 1.21.1 support in Item Format.
1.4.1 - Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
1.4.0
- From this version, CustomArcheology won't use packet to display custom archeology blocks, we will use real block (barrier and the replaced block) with display entity to display it.
- This will fix 1.20.5+ client players see the custom archeology turns to black in sometimes.
- Adventure and spectator gamemoed players no longer can interact with archeology blocks, this includes place, break and use brush.
- Fixed default language files have wrong key format.
1.3.4
- Added Standard Localized Item Name Translate feature.
- Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
- You have to setup this feature first to enable this feature.
- Improved reload command.
1.3.3
- Added ExecutableItems item hook support.
1.3.2
- Improved pre-1.21 version support.