This Rust plugin prevents plants in planter boxes from dying by keeping them in a ripe state all the time. It's useful for players who might forget to harvest their plants before they die. This works for any plant that can grow, including hemp, potatoes, and even berries, basically any plant that goes through different stages of growth.
Permissions
foreverripe.use
- Only plants planted by players with this permission stay ripe and don't die.
Configuration
JSON:
{
"Version": "1.2.0",
"Whitelisted Growables (leave empty to apply to all)": []
}
Whitelisted Growables
- List of short prefab names (e.g.corn.entity
). If empty, the plugin applies to all growables.