node-minecraft-protocol/examples
William Gaylord 1d9a38253a
1.20.3 / 1.20.4 support (#1275)
* Inital 1.20.3 update, bring in minecraft-data with 1.20.3 support and add it to the versions

* Add data for packetTest for explosion packet.

* Add 1.20.4 to version list.

* Add fix for 1.20.3+ NBT isntead of strings for chat. Not happy with this but it does work.

* Fix linting

* Update version.js

Remove 1.20.3 since its the same as 1.20.4. (As suggested)

* Comment how handleNBTStrings works.

* Removed debug console.log

* Update README.md

* chat packet nbt handling fix, use feature

* big endian UUID, add back `text` wrapper

* use prismarine-chat in client test

* expose _handleNbtComponent

* use prismarine-chat exposed processNbtMessage

* fix pre-1.20.4

* Update package.json

* Update server.js

* Update server.js

add missing import

* update server hello world

---------

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
2024-02-26 01:14:49 +01:00
..
client_auto run standard 1.12 --fix 2018-09-24 22:08:11 +02:00
client_channel Fix plugin channels support (#1096) 2023-05-20 14:44:03 +02:00
client_chat Update chat example for 1.19 (#1059) 2023-01-16 20:35:26 +01:00
client_custom_auth run standard 2022-11-11 22:24:15 +00:00
client_custom_channel Fix plugin channels support (#1096) 2023-05-20 14:44:03 +02:00
client_custom_packets run standard 2022-11-11 22:24:15 +00:00
client_echo fix client echo argv check 2020-12-06 18:53:04 +01:00
client_electron update electron in example 2021-12-02 23:26:46 +00:00
client_http_proxy Pass through http agent option to yggdrasil for proxy support (#676) 2020-02-11 12:31:24 +01:00
client_microsoft_auth run standard 2022-11-11 22:24:15 +00:00
client_realms Realm Joining (#1056) 2023-01-15 18:30:33 +01:00
client_socks_proxy Added README and more error Handling to client_socks_proxy example (#846) 2021-04-11 23:15:15 +02:00
compiler_parse_buffer Add compiler example (#841) 2021-04-06 22:44:17 +02:00
ipc Add ipc connection option for servers (#1113) 2023-05-20 15:03:55 +02:00
proxy run standard 2022-11-11 22:24:15 +00:00
server 1.20.3 / 1.20.4 support (#1275) 2024-02-26 01:14:49 +01:00
server_channel Pc1.20.2 (#1265) 2023-12-28 00:48:10 +01:00
server_custom_channel Pc1.20.2 (#1265) 2023-12-28 00:48:10 +01:00
server_helloworld 1.20.3 / 1.20.4 support (#1275) 2024-02-26 01:14:49 +01:00
server_ping run standard 2022-11-11 22:24:15 +00:00
server_world Pc1.20.2 (#1265) 2023-12-28 00:48:10 +01:00