/mineflayer-automatic-chunk-dupe

Simple bot which can perform the minecraft chunk dupe automatically

Primary LanguageJavaScript

Chunk Duper

This bot automatically dupes items using the chunk dupe. Patched on most servers.

Installation

  npm install
  node .
  • once you've installed the packages modify the src/modules/dupe.js file
  • change lines 15 and 38 with your chest coordinates

Example

// Line 15 the chest position which contains the books
const chestPos = new Vec3(893, 4, 2094);

// Line 38 the coordinates of the repeaters that the bot will break allowing the items to leave the chunk
const blocks = [
  [891, 4, 2094],
  [890, 4, 2094],
];

Logo

🔗 Links