mineflayer-bot/index.js

9 lines
158 B
JavaScript
Raw Normal View History

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