mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 22:45:51 +00:00
Update bot.js
This commit is contained in:
@ -13,8 +13,8 @@ function getRandomMovement() {
|
|||||||
|
|
||||||
for (let i = startBotIndex; i < endBotIndex; i++) {
|
for (let i = startBotIndex; i < endBotIndex; i++) {
|
||||||
const bot = mineflayer.createBot({
|
const bot = mineflayer.createBot({
|
||||||
host: 'localhost',
|
host: 'mine.tribufu.com',
|
||||||
port: 25565,
|
port: 45565,
|
||||||
username: `Bot${i}`,
|
username: `Bot${i}`,
|
||||||
auth: 'offline'
|
auth: 'offline'
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user