Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app = "choose-a-unique-bot-name"
primary_region = "iad"

[processes]
app = "python bot.py" # CHANGE THIS to your start command (e.g. "node index.js")

12 changes: 5 additions & 7 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "AFK Bot",
"bot-account": {
"username": "Slobot00",
"username": "24/7 bot",
"password": "",
"type": "offline"
},
"server": {
"ip": "slobtest1.aternos.me",
"port": 27586,
"ip": "Void0SMP.aternos.me",
"port": 25196,
"version": "",
"try-creative": false
},
Expand All @@ -20,7 +20,7 @@
"utils": {
"auto-auth": {
"enabled": true,
"password": "chalol78"
"password": ""
},
"anti-afk": {
"enabled": true,
Expand All @@ -31,9 +31,7 @@
"repeat": true,
"repeat-delay": 120,
"messages": [
"I'm a regular player",
"Subscribe to Slobos!",
"I like to play Minecraft!"

]
},
"chat-log": true,
Expand Down