Releases: LaBoulangerie/LaBoulangerieMmo
Releases · LaBoulangerie/LaBoulangerieMmo
v2.3.1
What's Changed
- Replace old BlockusDataHolder by a new system using redis by @GroobleDierne in #24
- Build on Jitpack by @PainOchoco in #25
Full Changelog: 2.3.0...2.3.1
v2.3.0
New Features
- Abilities visualizer with /talent
- Add Stun ability to woodcutter
- Add instructions on how to trigger abilities
- Send a message when a new ability is unlocked when leveling up
- Add configuration option for maximum level
- Suuport breeding mobs as new way to gain xp
- Add an xpboost command
- Add support for MythicMobs
Changes
- Change combo display
- Update to 1.19.4
- Re-balance some talents
- Add a way to differentiate spawner mobs and naturally spawned mobs
Bug Fixes
- Avoid overwritting blockus save file when it is corrupted
- Fix some NPEs
v2.2.3
- Update the default configuration file
- Fix a bug when using spectral arrows with the FireBow ability
- Fix a bug allowing to stack arrows with the FireBow ability
- Fix a bug preventing certain plants to give xp.
v2.2.2
- Update the default configuration file
- Add a new placeholder for paliers using a gradient
- Fix a rare bug with the FireBow ability
- Fix a bug with the ExpInBottle ability & bump the quantity of xp
- Fix some bugs & improve blockus erasure prevention
- Improve performance
v2.2.1
- Fix autocompletion for /stats
- Fix leaderboard
- /!\ Experience duplication bug fix
v2.2.0
- Change hiding duration
- Magnetic field shows budding amethyst
- Fix colorization bug in Magnetic field
- Bugs fixes for TastyBread
- Add WorldGuard support to prevent usage of abilities in certain regions
- Add xp rewards and ability tiers
- Fix for blockus
- Possibility to give a percentage of the level's xp as a money reward when leveling up
- Fix ExpInBottle
- Change particles for NatureTouch
Full Changelog: 2.1.1...2.2.0
v2.1.1
- Changed FastMine's combo to Left - Right - Left
- Nerfed BetterBonemeal ability
- Hiding wasn't properly updated to 1.19
- Implemented different tiers in Dodging
- Strip and Timber now don't care if the block is a wood or log variant
- Strip preserve log rotation and set the trigger to sneak + left click with axe in hand
- Players data is saved every two minutes rather than only on plugin disabling
- Fixed blockuses removal when a world is deleted
- Lot of small fixes
Full Changelog: 2.1.0...2.1.1
v2.1.0
v2.1.0
- Support for minecraft 1.19
- Prevent players from going backward when dodging
- Fix Fire Bow to prevent stacking fire arrows
- Fix Fire Bow to prevent shooting a fire arrow without a flame bow
- Added xp table for lumberjack and hunter
Full Changelog: 2.0.0...2.1.0
v2.0.0
What's Changed
- Fixed ability Thick Three
- Tweaked ability Dodging to lift the player a bit more when looking straight forward
- Big code refactorization and API changes
- Talents and abilities con now be registered on the fly by other plugins
- Talents and their abilities can be configured from the config
- The held item restriction of the combo system is now correctly working
- Added configurable money rewards depending on talent and level when leveling up
Full Changelog: 1.3.2...2.0.0
v1.3.2
- Made AbilityExecutor#triggerAbility() public
- Added a getter to MmoPlayerUseAbilityEvent to retriev Player instance easily