diff --git a/JS/bot.js b/JS/bot.js index 35c53c5..5e31a87 100644 --- a/JS/bot.js +++ b/JS/bot.js @@ -5,8 +5,8 @@ console.log('Starting...') function createBot () { const bot = mineflayer.createBot({ host: "localhost", - port: "25565", - username: "Test", + port: "58012", + username: "tot", version: false }) bot.on('login', function() { @@ -37,4 +37,4 @@ function createBot () { bot.on('error', err => console.log(err)) bot.on('end', createBot) } -createBot() \ No newline at end of file +createBot()