Hi
This update fixes a bug, adds some QOL and introduces 2 new custom events to the API, which makes your life easier if you wish to extend Shulkers with your own plugin!
-
Bug Fix:
Resolved an issue where the inventory title of placed Shulker Boxes would reset instead of using the custom display name from the Shulker Box item.
QOL:
Players can see each other's arm swing animation now when opening Shulker Boxes, or placing them.
This makes it easier to notice player's interacting with them.
API Custom Events:
ShulkerBoxPlaceEvent
ShulkerBoxBreakEvent
These events are useful for managing placing and breaking Shulker Boxes, allowing developers to intercept and respond to these actions for custom behavior such as logging, cancellation, or integration with other systems.
To find out more about the API, visit:
https://stakdek12.github.io/Shulkers documentation webpage.