Commit graph

59 commits

Author SHA1 Message Date
extremeheat
830a58144a
Update mc-data links 2023-04-05 18:28:15 -04:00
extremeheat
7a365aa764
1.19.70 support (#357)
* Update options.js

* Update README.md
2023-03-15 00:54:13 -04:00
Stephen O'Connor
3fd70f97c9
Support 1.19.63 (#352)
* README - bump version

* Update index.d.ts

* Update options.js

---------

Co-authored-by: extremeheat <extreme@protonmail.ch>
2023-02-24 18:07:04 -05:00
extremeheat
ff658b2234
Update doc 2023-02-18 01:23:48 -05:00
Tamas Papp
2c78372933
1.19.62 support (#345) 2023-02-17 16:44:27 -05:00
extremeheat
fada3aa12a
1.19.60 support (#340) 2023-02-08 22:05:27 -05:00
William
74f2efa7a4
1.19.50 support (#324) 2022-12-02 14:34:28 -05:00
Black Hat
d66094a4fd
Add 1.19.41 support to readme (#322)
Co-authored-by: extremeheat <extreme@protonmail.ch>
2022-11-29 12:19:30 -05:00
extremeheat
b930840bec
Update README discord badge
Update README discord badge to match mineflayer
2022-11-01 17:38:41 -04:00
extremeheat
e7f8357a36
Support 1.19.40 (#314) 2022-10-29 02:25:31 -04:00
extremeheat
3295c0ddd9
Update doc (#288)
* Update API.md

* Update README.md

* Update API.md
2022-09-24 16:55:12 -04:00
extremeheat
7c716b9232
1.19.30 support (#286) 2022-09-24 16:47:03 -04:00
extremeheat
7264cbe312
1.19.21 support (#266)
* Update options.js

* Update README.md
2022-08-25 12:06:57 -04:00
extremeheat
0c77d8e252
1.19.20 support (#251)
* Update options.js

* Update README.md
2022-08-11 21:16:32 -04:00
extremeheat
1542ab63d1
Release 3.15.0 (#236)
* Update options.js

* Update package.json

* Update README.md

* Update index.d.ts

* Update HISTORY.md
2022-07-18 22:03:01 -04:00
Jonathan Nagy
7263714562
Fix chat echo sample (#233)
* Fix chat echo sample

The `client.options.username` reference is optional for online connections.  Referencing it here when it is null will not filter out the echo text, causing an infinite loop.

* Update client.js
2022-06-27 21:49:54 -04:00
extremeheat
c7b825820e
Release 3.14.0 (#225) 2022-06-09 16:06:38 -04:00
extremeheat
20c53c49d7
Release 3.12.0 (#199) 2022-04-21 14:04:10 -04:00
LucienHH
cde600d51e
Implement Realm joining (#193)
* Pass client options to ping

* Implement RealmAPI to auth

* Add Realm join example

* Update package.json

* Update README.md

* Update index.d.ts

* Show one option, remove listener

* Fix wording

* Explain options

* Optional fields

* Fix typo

* Moved retry ad host/port extraction to prealms

* Add docs

* Fix lint

* Depend on prealms release

Co-authored-by: LucienHH <Lucien.holloway@aprox.co.uk>
2022-04-09 13:11:12 -04:00
extremeheat
330c819e7f
Release 3.10.0 (#180)
* Update HISTORY.md

* Update package.json

* Update README.md
2022-02-09 19:07:50 +01:00
extremeheat
1a1fa618e4
1.18 update (#157) 2021-12-04 01:10:47 -05:00
extremeheat
1b422ac4ce
Update prismarine-auth usage (#153) 2021-11-12 22:14:15 +01:00
extremeheat
75bf22d619
1.17.40 update (#150)
* 1.17.40

* Update mcdata to 2.96.0

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-11-07 12:47:45 +01:00
extremeheat
10feeea4ca
Release 3.6.0 (#141) 2021-10-04 13:27:38 -04:00
Romain Beaumont
2056b7e001
add protocol doc link 2021-08-24 05:28:55 +02:00
u9g
2d42caafb9
Fix Typo in readme example (#129)
* Fix Typo in readme example

* ServerAdvertisement: Fix motd name doc/code inconsistency

* Update advertisement.js

* Update advertisement.js

Co-authored-by: extremeheat <extreme@protonmail.ch>
2021-08-10 21:17:41 -04:00
u9g
3b96765f45
Update link to proxy / mitm doc (#118) 2021-08-01 05:21:34 -04:00
extremeheat
987bf43987
1.17.10 protocol support (#109)
* 1.17.10 support

* add protocol.json

* add extra particle IDs
2021-07-14 17:30:10 -04:00
extremeheat
3f5c4ad12e Relay proxy fixes, handle disconnect 2021-06-23 00:10:58 -04:00
extremeheat
5f0adfab76
1.17 support (#99) 2021-06-09 17:26:44 -04:00
extremeheat
f0fbf4f859
Send skin data, protocol updates (#88)
* Add skin data

* Serialization updates
* Dynamic shield item id
* NBT reading/writing on void type uses 0 length, fix some third party servers

* Fix proxy empty chunk issue

* Fix scoreboards
compiler needs ../

* fix indentation

* Fix set_score packet

* Fix readme title auth doc

* Implement new compiler vars
2021-05-24 10:17:09 -04:00
extremeheat
76febb29f1
Support xbox title + live.com auth (#86)
* preliminary support for xbox title + live.com auth

* cleanup

* export title list

* add to api docs

* Verify that minecraft token has titleId if did titleAuth

* Minor changes
2021-05-19 09:53:55 -04:00
Nihat
bb88115e5e
Update readme (#81) 2021-05-06 13:23:45 -04:00
extremeheat
a8188c07ef Release 3.1.0 2021-05-05 12:20:27 +02:00
extremeheat
cf006ab12d
Fix readme install command 2021-04-25 09:28:15 -04:00
u9g
39659cf48b
rename hostname to host (#74) 2021-04-23 03:23:43 -04:00
extremeheat
b60fd53ad5
Add relay proxy to tests, docs, fix offline (#71)
* Add relay proxy to tests, docs

* Add proxy example, type defs

* update docs

* proxy: forward login packet, fix offline
2021-04-21 06:22:51 -04:00
extremeheat
1538c3fc03 Add server MOTD options 2021-04-20 09:55:57 -04:00
extremeheat
999bfd3569
Enforce server auth, ping on createClient, update docs (#68)
* Add createServer, ping on createClient, update README

* fix createClient keepalive

* resort readme, fix node 14

* Enforce auth on server connections, fix close/connect issues

* add type definitions, update readme, docs

* Wait some time before closing connection, update docs

* wait for server close in tests, fix race bug

* export a ping api

* Rename api.md to API.md

* add ping example
2021-04-18 09:19:59 -04:00
Romain Beaumont
37f7d3de99 fix badges 2021-03-20 23:15:35 +00:00
Romain Beaumont
9c36b71bf6 finish renaming to bedrock-protocol 2021-03-20 23:13:14 +00:00
Romain Beaumont
3ffcf841ea
Update README.md 2021-03-11 13:30:44 +01:00
extremeheat
b2a8d6fa2d rebasing 2021-02-13 21:04:22 -05:00
Filiph Sandström
894f2c949e Updated link to convertor. 2017-07-01 02:12:50 +02:00
Filiph Sandström
ae22c37c20 Changed order of "Contributors".
Let's face it, they've done a lot more than I'll eve be able to do for this project. Also, most likely they're a lot better looking than me too; so there's that.
2017-01-17 23:10:42 +01:00
Filiph Sandström
1dae81fcb2 Retracted the ABRMS license.
I still don't like you RMS though.
2016-12-29 16:19:41 +01:00
Filiph Sandström
151be30ca5 Update README.md 2016-12-29 16:06:03 +01:00
Filiph Sandström
d478b66324 Update README.md 2016-12-14 18:22:24 +01:00
Filiph Sandström
5f42967845 Update README.md 2016-10-26 14:34:46 +02:00
mhsjlw
39bf3d6aba update protocol to 0.15 and start jwt decryption 2016-06-14 07:51:41 -04:00