node-minecraft-protocol: Difference between revisions

From Kaboom Wiki
m Add categeories
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''node-minecraft-protocol''' is a [[JavaScript]] library that implements the [https://minecraft.wiki/w/Java_Edition_protocol Java Edition] and [https://github.com/Mojang/bedrock-protocol-docs Bedrock Edition] protocol.
'''node-minecraft-protocol''' is a [[JavaScript]] library that implements the [https://minecraft.wiki/w/Java_Edition_protocol Java Edition] protocol.


It has remained a popular library for [[Kaboom]] bot development throughout the server's history, but its popularity has waned in recent times due to their recent slowness to update<ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1469</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1480</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1481</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1496</ref> and bugs introduced by sloppy updates to modern protocol versions.
It has remained a popular library for [[Kaboom]] bot development throughout the server's history, but its popularity has waned in recent times due to their recent slowness to update<ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1469</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1480</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1481</ref><ref>https://github.com/PrismarineJS/node-minecraft-protocol/pull/1496</ref> and bugs introduced by sloppy updates to modern protocol versions.
Line 5: Line 5:
[[Mineflayer]] is a controversial library that provides a high-level wrapper around this library.
[[Mineflayer]] is a controversial library that provides a high-level wrapper around this library.


=References=
==References==


[[Category:Libraries]]
[[Category:Libraries]]
[[Category:Protocol libraries]]
[[Category:Protocol libraries]]

Latest revision as of 06:05, 12 August 2026

node-minecraft-protocol is a JavaScript library that implements the Java Edition protocol.

It has remained a popular library for Kaboom bot development throughout the server's history, but its popularity has waned in recent times due to their recent slowness to update[1][2][3][4] and bugs introduced by sloppy updates to modern protocol versions.

Mineflayer is a controversial library that provides a high-level wrapper around this library.

References[edit]