Releases: Pwn9/PwnPlantGrowth
v2.6.1-beta for Minecraft / Spigot 1.18.x - untested
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
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
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
- 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
- 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
- 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
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
Minor patch to a config error.
PwnPlantGrowth v2.5.1
- Bugfix for missing config value.
- Added some additional information in logs to show what is or is not growing.
PwnPlantGrowth v2.5.0
- Update for Minecraft / Spigot version 1.14.x on API 1.13
- New Plant: Sweet Berry Bush
- Update bStats class for metrics.