-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Hi, I'm on 1.21.4 on a LAN server, but I only can see my own player from there, blocks are not visible
import { createBot } from 'mineflayer';
import { mineflayer as mineflayerViewer } from 'prismarine-viewer';
const bot = createBot({
username: 'ZottiBot',
host: 'localhost',
port: 5000
})
bot.once('spawn', () => {
mineflayerViewer(bot, { port: 3000, firstPerson: true })
})
bot.on('kicked', console.log)
bot.on('error', console.log)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels