ubot-mc

1.0.0 • Public • Published

UBot

UBot, a Minecraft bot based on Mineflayer.

Open in Visual Studio Code Online Next Version Beta Version Downloads Total downloads

English | 简体中文

Features

  • Module
  • Auto Move
  • Follow Player(s)
  • Fast Search
  • Data Recorder
  • Auto Login
  • CLI Support

Installtion

    $ git clone https://gitee.com/xiaozhu2007/UBot
    $ cd UBot
    $ pnpm install

Set the environment

Copy .env.sample to .env(e.g. cp .env.sample .env)

Usage

Start

    $ npm start

Docker

Build

docker build -t <yourname>/UBot .

Run it!

docker run -d \
  --name UBot \
  <yourname>/UBot

LICENCE

WTFPL

Ref

  • TemzinBot
  • NTBot

Readme

Keywords

none

Package Sidebar

Install

npm i ubot-mc

Weekly Downloads

0

Version

1.0.0

License

WTFPL

Unpacked Size

23.7 kB

Total Files

21

Last publish

Collaborators

  • xiaozhu2007