Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

thealtening-free

corman159ISC1.0.0

An API wrapper for thealtening.com's free alts with its authenticator.

minecraft, alts, minecraft alts, altening, the altening, altening api, altening alts, the altening api, the altening alts

readme

thealtening-free

An API wrapper for thealtening.com's free alts with its authenticator.

NPM version

A package that allows you to use thealtening.com's API to generate free alts with its authenticator (not its payed alts), and even login to them. It supports mineflayer ande minecraft-protocol, with builtin functionality to create clients and bots with them.

Features

  • Generating alts with the The Altening API
  • Logging into servers
  • Creating minecraft-protocol clients
  • Creating mineflayer bots

Usage

npm install thealtening-free

Examples

Creating a mineflayer bot to log the chat

const bot = await altening.bot();
bot.on('chat', (player, message) => {
    console.log(`${player}: ${message}`);
});

Licence

ISC