HarvestFlow v1.5 - The Rewards & Riches Update
Hello everyone! This is an exciting feature update that introduces a major new gameplay mechanic to make farming more rewarding, alongside a key configuration improvement that makes setup more intuitive.
New Features
Introducing the Harvest Bonus System! Make farming more exciting than ever before! You can now configure a rare "jackpot" chance for every single crop. When a player gets lucky, they can receive special items, bonus money, server-wide broadcasts, and more. This system is fully customizable to fit your server's economy.
- A new optional bonus: section has been added to each entry in the item-drops section of your config.yml.
- Set a Custom Chance: Configure the exact probability for a bonus drop (e.g., chance: 0.05 for 5%).
- Define Unique Rewards: The bonus can be a completely different custom item with its own name, lore, and material.
- Execute Bonus Commands: Run specific commands only when a bonus is found, perfect for giving money or announcing the lucky player!
Configuration Fix & Improvement We've fixed a common point of confusion in the configuration to make setup easier and more logical.
- You no longer need to use the block names CARROTS or POTATOES in your item-drops config.
- You can now use the intuitive item names: CARROT and POTATO. The plugin will automatically handle the conversion. This works for all affected crops.
Configuration Changes
Your config.yml file will be
automatically updated to support these new features. No manual reset is required. After updating, you will find a commented-out bonus: section in your item-drops for you to review and customize.
Here is a small example of the new section:
Code (Text):
CARROT:
min: 2
max: 4
# ... other settings
bonus:
chance: 0.05
item:
material: GOLDEN_CARROT
display-name: "&6Super Carrot"
commands:
- "broadcast &e%player% &afound a Super Carrot!"
⚠️ IMPORTANT: How to Update
Because of the auto-updating system introduced in v1.4, updating is incredibly simple.
- Stop your server.
- Replace the old HarvestFlow.jar file with the new v1.5 file.
- Start your server.
The plugin will handle the rest! We always recommend making a quick backup of your config.yml before updating, just in case.
Thank you for your support! If you have any suggestions or encounter a bug, please don't hesitate to report it. Happy farming!