Skip to content

This project uses Mineflayer to create a simple bot that keeps your Aternos server running 24/7. The bot automatically joins with your configured IP, port, and cracked server password. Once inside, it registers/logs in and simulates player activity to prevent AFK kicks. It automatically rejoins when kicked and even leaves/joins at random intervals.

License

Notifications You must be signed in to change notification settings

TejasLamba2006/Aternos-24-7-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aternos 24/7 Bot

GitHub stars GitHub forks GitHub issues Node.js License Discord

Advanced automation bot for Aternos cracked Minecraft servers.

GitHub Repository: https://github.com/TejasLamba2006/Aternos-24-7-Bot

Setup

  1. Install dependencies:

    npm install
  2. Copy .env.example to .env and set your server password:

    cp .env.example .env
  3. Edit config.json with your Aternos server details:

    {
      "server": {
        "host": "your-server.aternos.me",
        "port": 25565
      }
    }
  4. Build and run:

    npm run build
    npm start

Features

  • Automatic login with /register and /login commands
  • Simulates realistic player activity
  • Auto-reconnection on disconnect
  • Random leave/rejoin patterns
  • AFK prevention through movement simulation

License

This project is licensed under a custom license. See the LICENSE file for full details.

Key License Terms

  • Allowed: Personal use and modification
  • Allowed: Educational and non-commercial distribution with attribution
  • Prohibited: Commercial sale without permission
  • Prohibited: YouTube videos/tutorials without permission
  • 📝 Required: Credit to Tejas Lamba and visa2code YouTube channel

Contact: visa2code@gmail.com for commercial or content creation permissions.

Support

Join our Discord server for support and updates: https://discord.gg/msEkYDWpXM

About

This project uses Mineflayer to create a simple bot that keeps your Aternos server running 24/7. The bot automatically joins with your configured IP, port, and cracked server password. Once inside, it registers/logs in and simulates player activity to prevent AFK kicks. It automatically rejoins when kicked and even leaves/joins at random intervals.

Topics

Resources

License

Stars

Watchers

Forks