MCProtocolLib: Difference between revisions

From Kaboom Wiki
>Chipmunk1
m Chipmunk1 moved page MCProtoLib to MCProtocolLib: cocaine
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
MCProtoLib is a botting library written for Java. It is what [[HBot]] uses, however it is definitely a learning curve especially if you don't understand Java.
'''MCProtocolLib''' is a [https://minecraft.wiki/w/Java_Edition_protocol Java Edition] protocol library. It is designed completely differently from [[node-minecraft-protocol]], so many [[Kaboom]] developers switching from node-minecraft-protocol to MCProtocolLib report a high learning curve, especially if they have had no prior experience writing Java code.
 
Programmers that only have experience writing [[JavaScript]] code may be better suited to using [[Wikipedia:Kotlin|Kotlin]], as Kotlin is backwards compatible with libraries developed for Java.
 
=History=
 
MCProtocolLib was originally developed by SteveIce10 (also known as '''Josh Moore''') until it was eventually abandoned sometime in 2021. Eventually, it would be transferred to [https://github.com/GeyserMC GeyserMC], the developers behind the [[Geyser]] plugin, on {{date|Sep 23 2021}}.
 
[[Category:Protocol libraries]]
[[Category:Libraries]]

Latest revision as of 11:31, 4 August 2026

MCProtocolLib is a Java Edition protocol library. It is designed completely differently from node-minecraft-protocol, so many Kaboom developers switching from node-minecraft-protocol to MCProtocolLib report a high learning curve, especially if they have had no prior experience writing Java code.

Programmers that only have experience writing JavaScript code may be better suited to using Kotlin, as Kotlin is backwards compatible with libraries developed for Java.

History[edit]

MCProtocolLib was originally developed by SteveIce10 (also known as Josh Moore) until it was eventually abandoned sometime in 2021. Eventually, it would be transferred to GeyserMC, the developers behind the Geyser plugin, on 23 September 2021.