Skip to content

Update 2.1.5 - Update to Minecraft 1.18.2 and more!

Compare
Choose a tag to compare
@ZockerAxel ZockerAxel released this 06 Mar 09:40
· 65 commits to master since this release

General Changes:

  • Update to Minecraft 1.18.2
  • Added Custom Item Definitions under <Server Directory>/plugins/CrazyAdvancementsAPI/custom_items/. Custom Item Definitions contain the Item Type and the Custom Model Data. These Custom Items may then be used in JSON Advancements or the /showtoast Command
  • Added Support for Custom Player Heads in the /showtoast Command and JSON Advancements. For example: /showtoast @s player_head:@s Player Head will show the executing Player's player head. When implementing this it worked for both offline and online Players but somehow 1.18.2 broke it and i will try to re-add offline Player Heads soon
  • Added Support for supplying the /showtoast Command and JSON Advancements with Damage Data. For example you may show a broken Elytra using /showtoast @s elytra:431 broken elytra

API Changes:

  • ToastNotification does no longer create a CrazyAdvancements Advancement but NMS ones directly to send the Packet which increases performance