Fixed:
/item lore add
command./kits cooldown
command.- Listening for data packets received from the client.
- Creating event
ModExplosionEvent
. - Small localization fix.
New:
- Added the ability to convert player data to
Json
, as well as load it fromJson
. - Added to the configuration the ability to customize for which packets data reading events will be generated. By default it is configured to work only with WorldEditCUI mod.
- The
BlockDestroyProgressEvent
event has been added to the API. With its help you can track the current progress of block destruction. It is called every time the player breaks a block and will be called until the player stops or the block is broken. This event can be canceled.