generated from PrismarineJS/prismarine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
const swarm = mineflayerSwarm.createSwarm([
{ // I reccomend you put this in a json file and add it to your gitignore. Suggested name: auth.json
username: '[email protected]',
password: 'P@ssword1!',
auth: 'mojang'
}, {
username: '[email protected]',
password: 'P@ssword2!',
auth: 'microsoft'
}
], {
host: 'localhost',
port: 25565
})
This code leads to this error:

If anyone knows how to fix please let me know.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working