Skip to content

Releases: ArcanePlugins/LevelledMobs

v3.8.2 b721

27 Oct 13:00
Compare
Choose a tag to compare

Fixes

  • preserve vanilla death message behavior for better 3rd party plugin compatibility (Thanks EvModder for PR #419)
  • fix an issue affecting 1.16.5 servers when using player levelling
  • fix slime using spawn reason SLIME_SPLIT instead of SPAWNER when the grand parent was from a spawner

v3.8.1 b718

23 Oct 06:38
Compare
Choose a tag to compare

Additions

  • nil

Improvements

  • nil

Fixes

  • fixed issue with missing multipliers when using the default rules.yml (PenalBuffalo / @stumper66)
  • fix mob multiplier merge behavior (PenalBuffalo / @stumper66)

v3.8.0 b716

21 Oct 01:01
bda4615
Compare
Choose a tag to compare

Thank you to @stumper66 and @UltimaOath for working on this update!

Additions

  • added new rule condition: within-coordinates which can be used to make a line, square or cube region for applying rules
  • added new command: /lm debug mylocation
  • added a rule to the default rules.yml to exclude all vanilla bonus multipliers except baby speed boost
  • added new rule under apply-settings --> multipliers: vanilla-bonus. this will allow you to define which vanilla mob bonuses are removed or kept
  • added new debug type: MULTIPLIER_REMOVED
  • added new debug type: DENIED_RULE_WITH_COORDINATES
  • added more vanilla bonuses to the available list

Improvements

  • slightly updated the error message shown when a config file is invalid
  • updated the debug message for MULTIPLIER_REMOVED

Fixes

  • fix condition mob-tamed-status detecting non tamable mobs as tamed
  • fixed condition mob-customname-status not working in rules
  • if customdrops.yml contains errors and a rule references a drop-table, no longer will the console record a callstack with every mob spawn or death
  • fixed custom death messages not working

v3.7.4 b708

29 Sep 13:35
bda4615
Compare
Choose a tag to compare

Additions

  • added more vanilla attributes modifiers to ignore (PenalBuffalo)
  • added compatibility to minecraft 1.19.0 versions (PenalBuffalo)
  • changed item-drop and xp-drop multipliers to use double values instead of integer (PenalBuffalo)

Improvements

  • updated item-drop and xp-drop defaults in rules.yml to reflect their double support (PenalBuffalo)

Fixes

  • fixed player death messages when the mob is using a weapon (PenalBuffalo)
  • unlevelling an entity won't remove it's vanilla multipliers (PenalBuffalo)
  • fixed the rule condition apply-plugins not working (PenalBuffalo)

v3.7.3 b701

25 Sep 04:09
Compare
Choose a tag to compare

Additions

  • added new option to player levelling: preserve-entity with default of 10s (PenalBuffalo)
  • added new option to player levelling: recheck-players with default of false (PenalBuffalo)
  • added softdepend for SCore, only used with LM_Items (PenalBuffalo)

Fixes

  • fixed compatibility with MythicMobs being partially broken. dropped support for legacy versions of MythicMobs (PenalBuffalo)
  • fix /lm debug nbt_dump command not working on 1.16 and 1.17 servers (PenalBuffalo)
  • fix /lm debug nbt_dump showing error if no nearby entities were found (PenalBuffalo)

Improvements

  • parsing custom drops will run after Running delayed init tasks section of server startup for better LM_Items compatibility. if LM_Items is not installed then it runs immediately on LevelledMobs startup (PenalBuffalo)

v3.7.2 b695

15 Sep 03:36
cf7af45
Compare
Choose a tag to compare
  • fixed player death messages on Paper servers being out of order

v3.7.1 b694

14 Sep 06:11
Compare
Choose a tag to compare

Additions

  • N/A

Fixes

  • Fixed nametag display for SpigotMC (non-PaperMC-based) servers
  • Fixed missing placeholder when using command /lm summon ... atLocation (lokka30)

Improvements

  • Use 'UltimaOath' instead of 'Oathkeeper' in authors list (lokka30)

v3.4.1

11 Apr 07:21
f8bc791
Compare
Choose a tag to compare

Changelog available on SpigotMC.org

3.3.3 b604

25 Jan 23:35
5b1a3a7
Compare
Choose a tag to compare
  • added compatibility with EliteMobs 7.3.12 and newer
  • allow ranged-attack-damage multiplier to apply to ender dragon
  • updated debug messages for RANGED_DAMAGE_MODIFICATION
  • setting xp-drop or item-drop multipliers to -1 will now cause experience or items to never drop
  • fixed running on the console lm summon... atPlayer always shows error Player is offline or invalid
  • fix for rare ConcurrentModificationException error when checking entity spawn reason
  • fixed inconsistency on custom drop condition only-drop-if-equipped
  • fixed custom drops permissions counting empty strings as permissions
  • added new rule condition skylight-level
  • fixed mobs from spawners not having spawner as their spawn reason
  • added compatibility with Blood Night. Note you need to configure the mob-process-delay for it to work properly
  • added missing SpawnReason SPELL

3.3.2 b596

28 Dec 14:39
c07ced6
Compare
Choose a tag to compare
  • added compatibility with EliteBosses
  • prevent zombie-spawn-reinforcements from applying to zombified piglins
  • fix mob tamed or untamed rule behavior
  • added new rule condition scoreboard-tags, uses a string modallist
  • added delay option to customCommand in customdrops.yml
  • added player_caused as an option for cause-of-death in custom drops
  • fixed exception when a player is killed by a projectile source that is not a living entity, such as a dispenser
  • fix rare occurrence of the player death message not showing the player's name on Paper servers
  • fixed custom drops not being multiplied
  • overhauled debug messages when used with SET_LEVELLED_ITEM_DROPS