Skip to content

zardoy/mcraft-fun-mineflayer-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mcraft Fun Mineflayer Plugin

Viewer for Vanilla clients & mcraft.fun (repo) project.

Usage example:

import { createBot } from 'mineflayer'
import webConnector from 'mcraft-fun-mineflayer'

const bot = createBot({
    host: 'your-server',
    username: 'test',
})

// load plugin
bot.loadPlugin(webConnector())

Web view link will be printed to console.