HarvesterPlus - Auto Replanting Crops (1.7-1.12)

Status
This thread has been locked.

Benzimmer

Java Developer
Banned
Feedback score
20
Posts
76
Reactions
179
Resources
0
HarvesterPlus
HarvesterPlus is an advanced way to harvest your crops. It allows you to collect crops and have them automatically transferred into your inventory as well as automatically replanting them after a set period of time. This allows for quick, easy and no mess harvesting!


23ee2c1c3c66464d5434775fa45ca497.png




6145c274b925413d4397384874d31f3c.png

  • Has a auto replant feature so crops automatically replant after harvest.
  • Crops will automatically be gathered into your inventory once they have been harvested.
  • Option to enable this for all diamond hoes if needed.
  • Can allow players to buy the harvester.
  • Can edit the name and lore of the harvester.
  • Very useful and easy to setup.
  • Works with Potatoes, Carrots, Sugarcane, Netherwart and Wheat.
  • Great perk for donators.
  • Vault support.
  • Constant support.
  • Very configurable.
  • Customise all messages within the plugin.
  • And much, much more!
30d7a8f2771c71b92b7ecd98b520fe92.png

"/" Command
"<>" Required
"[ ]" Optional

  • /harvest help <page> (View the current help pages).
  • /harvest buy (Buy the harvester).
  • /harvest give [name] (Give the harvester to you or another player online).
29cc97fe3c4e1b524beedc456db83851.png

  • HARVEST.* (Access to all the commands/features within the plugin).
  • HARVEST.BUY (Buy the harvesting tool).
  • HARVEST.GIVE (Give a player or yourself the harvesting tool).
  • HARVEST.USE (Use the harvesting tool on the server).
This plugin now supports Vault and can be used to buy the harvester...
https://www.spigotmc.org/resources/vault.41918/

1) You do not have permission to resell or give this plugin to other person.
2) This plugin can only be used on your own server.
3) You cannot decompile or modify the source of the plugin without my permission.
4) There are absolutely no refunds.
Total Downloads:
- 5 downloads ✖
- 10 downloads ✖
- 25 downloads ✖
- 50 downloads ✖
- 100 downloads ✖
- 150 downloads ✖
- 300 downloads ✖
- 500 downloads ✖
- Add support for netherwart.
- Add support to harvest crops in rows.
- Ask me to request a feature.
I may be willing to sell the source code but this does not mean you have permission to resell. Send me a message if you are interested.
304fae645ddaa19a98e8f2049986d6d3.png
 
Last edited:

Louwtjie

MCM Veteran
Supreme
Feedback score
43
Posts
2,180
Reactions
2,354
Resources
7
Seems amazing, would love to try this, where do we buy it?
 
Last edited:

Benzimmer

Java Developer
Banned
Feedback score
20
Posts
76
Reactions
179
Resources
0
Please check the spigot link would love to test a copy.
Hasn't been approved on Spigot or MC-Market yet, waiting approval. :)

So anyone who would like a copy, can just send me a private message. I will send them my Paypal and then give them a download link.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/benzimmer-v-billybilly-transaction-dispute.703817/)

Louwtjie

MCM Veteran
Supreme
Feedback score
43
Posts
2,180
Reactions
2,354
Resources
7
Hasn't been approved on Spigot or MC-Market yet, waiting approval. :)

So anyone who would like a copy, can just send me a private message. I will send them my Paypal and then give them a download link.
selling price?
 

Truhst

Premium
Feedback score
4
Posts
374
Reactions
139
Resources
0
No hate but i have a question, Why would i buy this when i could download a free one?
 

Benzimmer

Java Developer
Banned
Feedback score
20
Posts
76
Reactions
179
Resources
0
No hate but i have a question, Why would i buy this when i could download a free one?
Didn’t realise there was a free one already out there that auto replants because a user requested me to make this? If so then you are paying for the support and if you have any requests then I will add it for you. As well I do intend to implement automatic selling feature soon.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/benzimmer-v-billybilly-transaction-dispute.703817/)

Truhst

Premium
Feedback score
4
Posts
374
Reactions
139
Resources
0
Didn’t realise there was a free one already out there that auto replants because a user requested me to make this? If so then you are paying for the support and if you have any requests then I will add it for you. As well I do intend to implement automatic selling feature soon.
Okay, Sounds fair enough.
 

Cloth

Developer
Supreme
Feedback score
20
Posts
214
Reactions
239
Resources
1
I'm guessing you're using a Scheduler/Runnable for every block broken with that... That would cause major lag, wouldn't it? Schedulers cause a lot of lag if you have that many of them.

1. Store the broken sugarcane in a HashMap w/ CurrentTimeMillis.
2. Have a global runnable looping through the HashMap every minute or so.
3. Check the CurrentTimeMillis of the current looped sugarcane.
4. If enough time has passed, regrow the sugarcane.

Does not cause lag if you do it correctly.
 

Cloth

Developer
Supreme
Feedback score
20
Posts
214
Reactions
239
Resources
1
I like keeping my memory usage to a minimum because that's just me and that's what we learn in University, so I wouldn't be doing that I'd probably store all the information in a Future then placing the block with my Concurrent block placement API and have the timer run on another thread.

Fair enough. You should message me, I'm currently majoring in Computer Science. Maybe we could collaborate on something. ;)
 
Last edited:

Benzimmer

Java Developer
Banned
Feedback score
20
Posts
76
Reactions
179
Resources
0
Updated -
  • Added support for Netherwart.
  • Massive improvements to efficiency.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/benzimmer-v-billybilly-transaction-dispute.703817/)
Status
This thread has been locked.
Top