This plugin skips the growth process of plants by making them fully mature the moment they are planted, allowing you to harvest them immediately.
In the config, you can specify whether this instant growth applies to seeds planted in planter boxes or directly in the ground.
In the config, you can specify whether this instant growth applies to seeds planted in planter boxes or directly in the ground.
Permissions
instantcrops.use
- Allows players to plant seeds that bypass the growth stages and become fully ripe immediately.
Configuration
JSON:
{
"Version": "1.1.0",
"Seeds": [
{
"Item Short Name": "seed.pumpkin",
"Immediate Ripeness In Planters": false,
"Immediate Ripeness In Ground": true
},
{
"Item Short Name": "seed.hemp",
"Immediate Ripeness In Planters": false,
"Immediate Ripeness In Ground": true
},
{
"Item Short Name": "seed.potato",
"Immediate Ripeness In Planters": false,
"Immediate Ripeness In Ground": true
},
{
"Item Short Name": "seed.corn",
"Immediate Ripeness In Planters": false,
"Immediate Ripeness In Ground": true
}
]
}