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.
- Keep Servers Online: Automatically moves in-game to prevent your server from going idle.
- Multi-Service Support: While designed for Aternos, it can be modified for other gaming services.
- Lightweight: Minimal resource usage, allowing you to run it alongside other applications.
- Easy Setup: Simple installation process with clear instructions.
To get started, you need to download the latest release of the Minecraft AFK Bot. You can find it here. Download the appropriate file for your system and follow the instructions below.
- Download the Release: Visit the Releases section to get the latest version.
- Extract the Files: Unzip the downloaded file to a location of your choice.
- Install Dependencies: Make sure you have all necessary dependencies installed. Refer to the
requirements.txt
file included in the package.
After installation, you can start using the bot. Follow these steps:
- Open the Terminal: Navigate to the directory where you extracted the bot.
- Run the Bot: Execute the bot with the command:
python afk_bot.py
- Monitor the Bot: Keep an eye on the terminal for any messages or errors.
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:
- Server Name: Specify the name of your Aternos server.
- Movement Settings: Configure how often the bot should move to prevent idling.
- Notification Settings: Set up notifications for when the bot starts or encounters an error.
{
"server_name": "MyMinecraftServer",
"movement_interval": 60,
"notifications": true
}
We welcome contributions to the Minecraft AFK Bot! If you would like to help improve this project, please follow these steps:
- Fork the Repository: Click on the "Fork" button at the top right of this page.
- Create a New Branch: Use the command:
git checkout -b feature/YourFeature
- Make Your Changes: Implement your feature or fix.
- Commit Your Changes: Use a clear commit message.
- Push to Your Branch: Push your changes to GitHub.
- Open a Pull Request: Go to the original repository and click on "New Pull Request".
This project is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues or have questions, please check the Releases section for updates or open an issue in the repository.
Thank you for checking out the Minecraft AFK Bot! We hope this tool enhances your gaming experience by keeping your servers online while you focus on other activities. Happy gaming! ๐ฎ