0.5.7 • Published 2 years ago

@nxg-org/mineflayer-mitm-proxy v0.5.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

mineflayer-mitm-proxy

Basic Usage

const { ServerBuilder } = require('@nxg-org/mineflayer-mitm-proxy');

// load your plugin implementation
const { GotoPlacePlugin } = require('./plugins/basicGoto'); 


// use the bot's normal settings here.
const botOpts = {
  username: "generelSchwerz",
  auth: "microsoft",
  host: "localhost",
  version: "1.12.2",
};

// configure the local server options here.
const serverOpts = {
  version: "1.12.2",
  port: 25566,
};

// use a ServerBuilder to strongly build a server!
const server = new ServerBuilder(serverOpts, botOpts)
  .addPlugin(new GotoPlacePlugin())
  .setSettings({})
  .build();


// start the server whenever.
server.start();

I will include full documentation at a later date.

0.5.7

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago