mineflayer-bot/index.js

9 lines
149 B
JavaScript
Raw Normal View History

2024-08-08 03:19:28 -04:00
const mf = require('mineflayer')
2024-08-05 17:56:30 -04:00
const bot = mf.createBot({
2024-08-08 03:19:28 -04:00
host: 'localhost',
port: 25568,
username: 'Mineflayer Bot',
version: '1.9.4'
2024-08-05 17:56:30 -04:00
})