1.0.13 • Published 2 years ago

liteflayer v1.0.13

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

liteflayer is mineflayer but has different features and better!

Difference between liteflayer and mineflayer

  1. mineflayer has physics - liteflayer has no physics
  2. mineflayer dosen't need a chat parser - liteflayer needs a chat parser to respond to messages
  3. mineflayer has a control state - liteflayer dosen't have a control state

Get started by installing liteflayer: npm install liteflayer and also install the following modules that the package wants: npm install minecraft-protocol, npm install randomstring, npm install prismarine-chat!

Example code:

const liteflayer = require('liteflayer');

const bot = liteflayer.createBot({
	host: process.env.HOST,
	port: process.env.PORT,
	username: '', // If you don't enter a username, The blank username will be replaced into "Liteflayer***".
	version: false
})

bot.on('login', () => {
	bot.chat('Liteflayer test!')
})
1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago