- fixed a bug where cancelled break events caused stale animations
- fixed a bug where respawning would not refresh the multibreak pattern
- fixed API methods
- significant performance optimizations
- block break animations now run asynchronously
- particles now run asynchronously
- new ping based prediction to predict breaking stages for high ping players
- added a play sound ping treshold to config.yml, to prevent high ping players from getting double audio.
- added multibreak support for out-of-range jump breaking (e.g. jumping to destroy the last log of a tree)
- removed max range setting, now uses block_interaction_range attribute
- fixed a bug where placing or eating your multi tool, if possible, would not refresh the pattern
- fixed a bug that could cause stale animations
- Minimum version number is now 1.21.3
- Fair mode now slows you down to the slowest block, instead of ignoring slower blocks
- Moved particles to the correct blockface on the multiblocks while breaking blocks
- Fixed a bug with powdered snow
- Updated API for more efficient and less frequent calls.
Since prerelease:
- Improved performance while having fair_mode turned on
- Fixed bugs where patterns or break speed would not update at certain occasions
- Fixed an animation bug with block breaks that take 2 ticks
- Fixed a bug where other players can not see breaking progress
- Fixed an error if the player were to disconnect while breaking
- Minimum version number is now 1.21.3
- Fair mode now slows you down to the slowest block, instead of ignoring slower blocks
- Moved particles to the correct blockface on the multiblocks while breaking blocks
- Fixed a bug with powdered snow
- Updated API for more efficient and less frequent calls.
Changes
- Added new API functions
- Added new "/multibreak remove" to get rid of pattern from current tool
- Removed legacy mode
- Fair mode is now enabled by default
Added new config options:
- fair_mode_leeway
- included_materials (strictly include, if empty everything is included)
To avoid confusion:
- Renamed "/multiconfig" to "/multipreset"
- Renamed "/multiconfig reload" to "/multireload"
Bug Fixes
- Fixed a bug where switching blocks while mining wouldnt update the block
- Fixed a bug where breaking stages weren't consistent with changing breaking speeds (e.g. jumping)
- Fixed a bug where switching blockface while mining wouldnt update the blocks
- Fixed a console errors for gamemode creative
- Fixed a bug where block that can not be broken showed particles (water, lava)
- Fixed a bug where multibreaking did not work with insta-mining
- Fixed a bug where there was a 1 tick delay between the source and other blocks
- Fixed a bug where animations were not shown in many cases such as underwater
- Added a new setting for max range in case you have players with a further block interact range
- Added descriptions for config
- No longer requires ProtocolLib to work
- Minimum version is now 1.20 instead of 1.18
- Fixed a bug where durability wasn't being deducted
- Fixed double sounds
- Fixed interactions with other plugins like WorldGuard
- New config option;
- ignored_materials, add materials that you do not want multibroken, by default this list contains bedrock.
- Improved performance
- Added config options
New config options
- fair_mode: if turned on, blocks that are broken slower than the block you are breaking will be ignored.
- legacy_mode: might be required in some cases when implementing the API into a plugin.
- Rotations added
- New triangular option
- Efficiency improvements
- Several bug fixes
- Efficiency improvements
- Consistency improvements
- Fixed an issue with breaking blocks behind slabs/non occluding blocks
- Create new configurations using commands or the config file
- Apply configurations onto items you're holding. (LOCAL)
- Apply configurations onto itemtypes: for example a torch. (GLOBAL)
Create a multi config for 3x3 mining
/multiconfig create 3x3 LINEAR 3 3 1
Apply it onto the item you're holding
/multiconfig apply 3x3 holding
Apply it to all wooden pickaxes
/multiconfig apply 3x3 itemtype WOODEN_PICKAXE
Delete the config
/multiconfig delete 3x3
Reload the config.yml file
/multiconfig reload
- Added a new Circular option to the /multibreak command
- You can now choose between CIRCULAR and LINEAR
- Improved efficiency
Initial release



