Skip to content

Releases: Simplexity-Development/NerfFarms

v0.4.0-beta Code Rewrite

17 Jan 10:06
acbed87
Compare
Choose a tag to compare
Pre-release

What's Changed

whitelist-mobs-with-weakness: true

whitelist-mobs-in-vehicles: false

whitelist-named-mobs: false

whitelist-leashed-mobs: true

max-height-difference: 10

blacklisted-pickups-mob:
#- ZOMBIE

The whitelist options will allow those mobs to drop items in those conditions, regardless of if they'd been previously marked for nerfing or not. The difference between these and the other whitelist options is these are checked on death, rather than damage event.

Height difference checks the difference in height between the damaged entity and damager

Blacklisted pickups mobs are mobs that should not pick up any items from the world, this is to prevent them from picking up items from players, then those items being deleted if the mob is marked to be nerfed. This should be less of an issue now with the new whitelist options, but it's still there if people want it.

There is also a new permission available: nerffarms.bypass - this will allow a player to kill a mob and receive drops, regardless of whether it had been marked for nerfing or not NOTE this is set to OP by default, so when you're testing the plugin now, please be sure not to be OP'd, as this will affect your tests, thanks.

You will need to delete your config to generate a new one

Full Changelog: v0.3.0-beta...v0.4.0-beta

Temporary solution for mobs dying with player items

07 Jan 22:15
717d081
Compare
Choose a tag to compare

Temporary solution to mobs dying with player items- Mobs can now be added to a blacklisted-pickups-mob: list, any mobs in this list will not pick up any items.
Working on a more permanant solution that will allow the mobs to pick up items but drop them on death.

As usual you will need to regenerate your config for the new option to show up

Full Changelog: v0.3.0-beta...v0.3.1-beta

v0.3.0 beta

09 Nov 05:03
Compare
Choose a tag to compare
v0.3.0 beta Pre-release
Pre-release

Please be sure to delete your config (while your server is off) and generate a new one with the new version

New config options for:

  • Frog attacking slime
  • Frog attacking magma cube
  • Iron golem attacking entity

API updated to 1.19- 1.18 is no longer supported

Full Changelog: v0.2.1-beta...v0.3.0-beta

v0.2.1 Fix console spam

27 Oct 03:48
Compare
Choose a tag to compare
Pre-release

Fixes issue #16 from a missed check in v0.2.0

Full Changelog: v0.2.0-beta...v0.2.1-beta

v0.2.0 Path fix, blacklists

25 Oct 19:39
Compare
Choose a tag to compare
Pre-release

Please be sure to delete your config (while your server is off) and generate a new one with the new version

  • Path now checks to make sure that the way is passable, not just calculated.
  • Removed 'require open surroundings' as that was a far clunkier way to accomplish the same thing
  • Added mob and spawn reason blacklists, anything put into these lists will be nerfed always- these lists are empty by default
  • Changed the permission required for reloading the plugin to nerffarms.reload instead of nerffarms.commands as I'm hoping to add some other commands in the future
  • Added wiki and discord onto the config so people can find support more easily if needed

Full Changelog: v0.1.3-beta...v0.2.0-beta

Temporary fix for issue #9

19 Oct 06:29
Compare
Choose a tag to compare
Pre-release
  • Temporary fix for issue #9
  • Config has been adjusted to default to more 'plug-and-play' defaults.
  • Debug now has levels 0, 1, 2, 3, and 4, instead of true or false
  • Javadocs added (only internally, no links to them currently)

Full Changelog: v0.1.2-beta...v0.1.3-beta

v0.1.2-beta

09 Oct 03:46
Compare
Choose a tag to compare
v0.1.2-beta Pre-release
Pre-release

Changes

  • Resolved issue with v0.1.1-beta where the line-of-sight being false in the configuration forced the remaining mob checks to be skipped.

Full Changelog: v0.1.1-beta...v0.1.2-beta

v0.1.1-beta

08 Oct 19:20
Compare
Choose a tag to compare
v0.1.1-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-beta...v0.1.1-beta

v0.1.0-beta

26 Sep 20:55
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Added bstats, adjusted config layout and naming
Now is based on 1.18.2
There is a known issue that needs adjusting, will be added to issue tracker here shortly

What's Changed

  • I forgot to remove my local rewrite branch 👍🏻 by @RhythmicSys in #8

Full Changelog: v0.0.10-alpha...v0.1.0-beta

v0.0.10-alpha

25 Sep 18:56
5270f94
Compare
Choose a tag to compare
v0.0.10-alpha Pre-release
Pre-release

Hoping this is the last alpha release

What's Changed

Full Changelog: v0.0.7-alpha...v0.0.10-alpha