MCProtocolLib: Difference between revisions
From Kaboom Wiki
>Arclicious Undo revision 267 by 173.213.90.72 (talk) |
mNo edit summary |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
'''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.