Releases: Simplexity-Development/NerfFarms
Releases · Simplexity-Development/NerfFarms
v0.0.8-alpha
v0.0.9-alpha
v0.0.7-alpha
What's Changed
- Create LICENSE by @RhythmicSys in #4
New Contributors
- @RhythmicSys made their first contribution in #4
Full Changelog: v0.0.6-alpha...v0.0.7-alpha
v0.0.6-alpha
Reorganization and Debugging
- Reorganized code.
- Nerfing Checks now happens on all damage events towards an Entity, not just when an Entity attacks another Entity.
- Resolves issues (See Issue #1)
- Added functionality for more config options, including
require-targetting
.- Targetting / Pathfind Checks are still being developed and do not work all of the time as intended (See Issue #2).
Full Changelog: v0.0.5-alpha...v0.0.6-alpha
v0.0.5-alpha
Pathfind Nerfing
- Implemented a pathfinding / targeting nerf solution. Still under testing.
Warning
Latest testing demonstrates that there is a lot of inconsistencies with testing through issue #1.
Part of the fixes includes changing the event listener and more testing is being done to figure out the issue. This version does not have consistent drops for this reason and no version from v0.0.1-v0.0.5 should be used unless you are only checking for entity damaging entity nerfing.
Full Changelog: v0.0.4-alpha...v0.0.5-alpha
v0.0.4-alpha
Optimizations and Environmental Damage
- Environmental Damage can now be assigned in the configuration.
- Any damage taken by environmental damage is added to a sum total.
- If the total environmental damage exceeds the config setting's percentage of max health, the mob is nerfed.
- Debug messages are now more detailed.
Full Changelog: v0.0.3-alpha...v0.0.4
v0.0.3-alpha
Debugger
- A debug option can now be toggled to show debug messages.
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
Bug Fixes
- Resolved issues with
/nerffarms reload
. - Configuration options are now clarified better.
- Passive mobs are now being handled correctly.
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
Initial Release
- Known Issue: you need to do
/nerffarms reload
twice in order to reload the config.