replant_crops

Automatically replants harvested crops at age 0 when the player breaks them.

Categories: world

Required arguments

Key(s)DescriptionType
consume_seedsWhether seeds should be taken from the player's inventory when replanting.BOOLEAN
only_fully_grownWhether to only replant crops that are fully grown.BOOLEAN

Example

effects:
  - id: replant_crops
    args:
      consume_seeds: <value>
      only_fully_grown: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue