Skip to main content

Wood Fletcher

Wood Fletcher is a disabled-by-default automation plugin registered as com.n3plugins.woodfletcher.WoodFletcherPlugin with config group n3woodfletcher.

It runs a compact tick-driven controller:

  • walks to the configured work-area center/radius
  • chops the nearest reachable configured tree with ObjectActions.interact(..., "Chop down")
  • opens fletching production with UseItemActions.widgetOnWidget(knife, log)
  • drives product and quantity selection through ProductionWorkflowBuilder
  • banks through BankWorkflowBuilder.reconcile(...) or drops only configured logs/products

The plugin uses active-only Break Handler tracking and requests PacketUtils account bootstrap only while enabled and running. Stop, disable, shutdown, break pause, and terminal error paths release input lock and bootstrap ownership.

Caution

Drop mode never drops the knife or axe, but it does drop the configured logs and unfinished fletching product. Test new recipes with small quantities before running unattended.

Live verification is still pending for the Make-X widget timing across all recipes on the current RuneLite revision.