OfflineGrowth is a plugin that allows crops to grow even if users are not online and chunks are not loaded. It seems like magic!
This is the Pro version of OfflineGrowth. You should try the free version before purchasing!
When a chunk that contains plants is loaded, the plugin know how much time has passed since it was last unloaded. That way, plants can artificially grow in an instant when the chunk is loaded (users will think plants are growing natural).
Let's see an example. Carrots takes 40 minutes on average to grow full:
- If the chunk has been uninhabited for more than or equal to 40 minutes, carrots will grow to its full stage.
- If the chunk has been uninhabited for 20 minutes, carrots will grow half of its full stage.
- If the chunk has been uninhabited for 20 minutes AND carrots where on half of its full stage when the chunk was last unloaded, carrots will grow to its full stage.
- Carrots
- Potatoes
- Wheat
- Beetroots
- Nether warts
- Cocoa
- Sweet berry
- All saplings (oak, birch, spruce, jungle, acacia, dark oak, cherry). Even mega trees! (placing 4 spruce/jungle/dark oak saplings).
- Cactus
- Sugar cane
- Melon (stem and melon)
- Pumpkin (stem and pumpkin )
- Kelp
- Weeping vines
- Twisting vines
- Bamboo
- Cave vines
- Mangrove propagules
- Torchflower
- Pitcher plant
(requires Minecraft 1.10 or greater)
- Chicken
- Pig
- Cow
- Sheep (including sheep's wool!)
- Mooshroom
- Rabbit
- Wolf
- Ocelot
- Horse
- Villager
- Polar bear
- Mule
- Donkey
- Llama
- Turtle
- Trader llama
- Fox
- Cat
- Bee
- Panda
- Strider
- Goat
- Axolotl
- Frog
- Tadpole
- Sniffer
- Camel
- Absolutely no lag. Excelent performance. It does not load chunks like other plugins.
- Plug and play. No need to configure anything.
- You can configure the time it takes each plant/mob to grow full (this is applied to offline growing, not when you are close to the plant/mob). Default values are minecraft defaults.
- You can blacklist worlds where the plugin shouldn't work.
- Plenty of database configurations: JSON, MYSQL, MARIADB, MONGODB, SQLITE and POSTGRESQL.
- Hooks with plugins (to make it even more optimized): BentoBox, SuperiorSkyBlock2. You can request more.
Do you use a plugin that plants crops in a non normal way? (Like CropClick, that plants crops right clicking with a tool, instead of right clicking with carrots, potatoes...). Tell the developer to take a look at this section in order to use OfflineGrowth API to make crops grow in unloaded chunks!
In order to add a location of a planted crop:
In order to remove a location of a removed plant:
Code:
OfflineGrowthAPI.addPlant(Location loc)
In order to remove a location of a removed plant:
Code:
OfflineGrowthAPI.removePlant(Location loc)
Important
- OfflineGrowth works with crops that have been planted after OfflineGrowth have been installed. This is because planted crops are saved into a database.
- Try the free version before purchasing! https://builtbybit.com/resources/offlinegrowth.31198/ (it is the same plugin but with less crops and no mob's feature).
- You are not allowed to distribute this plugin in any form to anyone who has not obtained the right to use the plugin themself.
- You cannot refund your purchase after already acquiring the resource. It should work as described (that's why you should try the OfflineGrowth free version first!) and if you have problems contact me.