MCPcopy Index your code
hub / github.com/PrismarineJS/mineflayer-radar

github.com/PrismarineJS/mineflayer-radar @0.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.0.2 ↗ · + Follow
11 symbols 14 edges 3 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

mineflayer-radar

A plugin to give you a web-based radar interface to your mineflayer bot.

See https://github.com/superjoe30/mineflayer/

Features

  • Real-time updating radar of your bot and the entities around it
  • Remote control the bot with the keyboard and mouse

Roadmap

  • Help you find precious ores
  • Display dangerous mobs in red
  • Ability to change zoom

Screenshot

YouTube Demo

Usage

var mineflayer = require('mineflayer');
var radarPlugin = require('mineflayer-radar')(mineflayer);
var bot = mineflayer.createBot({ username: 'Player' });
var options = {
  host: '0.0.0.0', // optional
  port: 0,         // optional
}
// install the plugin
radarPlugin(bot, options);

This will print "Listening at [URL]" to the console. Use a web browser with that URL to see the radar.

Core symbols most depended-on inside this repo

Shape

Function 11

Languages

TypeScript100%

Modules by API surface

public/app.js8 symbols
index.js2 symbols
examples/test.js1 symbols

For agents

$ claude mcp add mineflayer-radar \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page