replant_crops
Automatically replants harvested crops at age 0 when the player breaks them.
Categories: world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
consume_seeds | Whether seeds should be taken from the player's inventory when replanting. | BOOLEAN |
only_fully_grown | Whether to only replant crops that are fully grown. | BOOLEAN |
Example
effects:
- id: replant_crops
args:
consume_seeds: <value>
only_fully_grown: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |