We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c99c4 commit 7c1fcdaCopy full SHA for 7c1fcda
1 file changed
bot.js
@@ -10,7 +10,7 @@ process.on('uncaughtException', (err) => {
10
const mineflayer = require('mineflayer')
11
12
const options = {
13
- host: process.env.BOT_HOST || 'yourserver.aternos.host',
+ host: process.env.BOT_HOST || 'play.blockhorizon.fun',
14
port: parseInt(process.env.BOT_PORT) || 64345,
15
username: process.env.BOT_USERNAME || 'PixelForgeStudio',
16
auth: process.env.BOT_AUTH || 'offline',
@@ -97,4 +97,4 @@ function humanBehavior(bot) {
97
}, 300000)
98
}
99
100
-createBot()
+createBot()
0 commit comments