1.0.0 • Published 28 days ago

ubot-mc v1.0.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
28 days ago

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