Skip to content

Releases: LaBoulangerie/LaBoulangerieMmo

v2.3.1

24 Nov 23:23
1d5404f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

v2.3.0

07 Sep 07:11
d2348c1
Compare
Choose a tag to compare

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

05 Mar 12:54
Compare
Choose a tag to compare
  • 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

23 Jan 14:18
Compare
Choose a tag to compare
  • 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

02 Oct 15:28
Compare
Choose a tag to compare
  • Fix autocompletion for /stats
  • Fix leaderboard
  • /!\ Experience duplication bug fix

v2.2.0

23 Sep 07:40
Compare
Choose a tag to compare
  • 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

15 Jul 10:47
Compare
Choose a tag to compare
  • 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

02 Jul 12:17
Compare
Choose a tag to compare

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

22 Jun 11:50
28156b1
Compare
Choose a tag to compare

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

02 Jun 18:36
Compare
Choose a tag to compare
  • Made AbilityExecutor#triggerAbility() public
  • Added a getter to MmoPlayerUseAbilityEvent to retriev Player instance easily