Skip to content

Releases: Pwn9/PwnPlantGrowth

v2.6.1-beta for Minecraft / Spigot 1.18.x - untested

01 May 17:13
Compare
Choose a tag to compare

This is a pre-release for PwnPlantGrowth compiled against the 1.18.x spigot API - it has not been production tested and is for testing purposes only.

PwnPlantGrowth v2.6.0

30 Aug 17:28
Compare
Choose a tag to compare

Compatible with new nether update:

  • Completely revamped default config to handle new biomes.
  • Can set growth rate on new nether plants (with bonemeal)
  • Player growth reporting messages modified for more detail. (left click a block with seed or item in hand to see if it will grow in the biome)

PwnPlantGrowth v2.5.7

21 May 06:03
Compare
Choose a tag to compare

This update resolves some outstanding issues with a few growth related bug as well as cleans up the new growth report feature to be more useful.

Fixes:

  • New grow report feature checks biome, biomegroup, darkness, and special blocks
  • Bonemeal on grass - again.
  • Invalid bad biome error

Features:

  • add msg_format: to the config.yml for any player messages

PwnPlantGrowth v2.5.6

15 May 04:18
Compare
Choose a tag to compare
  • Resolve a bug where melon and pumpkin "blocks" would not grow on grass due to a race condition with checking grass growth.
  • Add new feature to display biome growth rates for particular items by clicking on the growable block for that item.
  • New feature config setting: report_growth: true/false - add this to your config.yml to toggle this feature.

Feature explanation:
If holding a carrot, left click a growable block like dirt, farmland, or grass to find out the growth rate of carrots.
If holding cocoa beans, left click a jungle log to find the growth rate of cocoa.

This is a beta feature and not all items may report, if any were missed let us know.

PwnPlantGrowth v2.5.5

23 Mar 04:28
Compare
Choose a tag to compare
  • Resolve a bug in which in some cases config settings were not being applied.
  • Migrated chunks of re-used code into a new class for efficiency.
  • Reformatted logging into something a little more useful.

PwnPlantGrowth v2.5.4

01 Jan 04:22
Compare
Choose a tag to compare
  • Bonemeal on grass error spam fix - add GRASS item to config.yml
    ** Note - the blockGrowEvent fires dozens of times when bonemeal is used on grass - therefor if you want to limit this behavior you'll need to set the grow rate very very low.
  • BAMBOO item for config.yml
  • BAMBOO_SAPLING item for config.yml - yes add them both!
  • Replaced grass with DEAD_BUSH when things die.

PwnPlantGrowth v2.5.3

31 Dec 01:13
Compare
Choose a tag to compare

Resolve NPEs in several locations plus update for MC 1.15.1

NPE when event with poorly configured biomegroups in config.yml, fixed with a null check in:

  • BlockGrow
  • BlockSpread
  • Structure Grow

PwnPlantGrowth v2.5.2

23 Nov 04:06
Compare
Choose a tag to compare

Minor patch to a config error.

PwnPlantGrowth v2.5.1

28 Oct 01:11
Compare
Choose a tag to compare
  • Bugfix for missing config value.
  • Added some additional information in logs to show what is or is not growing.

PwnPlantGrowth v2.5.0

13 Jul 21:21
Compare
Choose a tag to compare
  • Update for Minecraft / Spigot version 1.14.x on API 1.13
  • New Plant: Sweet Berry Bush
  • Update bStats class for metrics.