Skip to content

lemiffe/mineflayer-radar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mineflayer-radar

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

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

YouTube Demo

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

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.6%