1.0.0 • Published 3 years ago

thealtening-free v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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