PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.96k stars 904 forks source link

Support 1.19.1/1.19.2 #2797

Closed JIBSIL closed 1 year ago

JIBSIL commented 2 years ago

Is your feature request related to a problem? Please describe.

Would it be possible to upgrade Mineflayer from Protocol Version 759 to Protocol Version 760? (1.19 to 1.19.1/1.19.2)

Describe the solution you'd like

Probably the main change would be secure chat here as 1.19 changes are already implemented

Additional context

n/a

will2022 commented 2 years ago

https://github.com/PrismarineJS/node-minecraft-protocol/issues/1037

rom1504 commented 2 years ago

Yeah need the protocol in mcdata and then this can be done Probably not a big change but your contribution would be appreciated

IssueHuntBot commented 1 year ago

@jtsiskin has funded $30.00 to this issue.


rom1504 commented 1 year ago

Issue hunt does not give fund to people. It's a scam. I advise using rysolv instead. Thanks btw!

On Tue, Oct 25, 2022, 01:02 IssueHunt Bot @.***> wrote:

@jtsiskin https://issuehunt.io/u/jtsiskin has funded $30.00 to this issue.

— Reply to this email directly, view it on GitHub https://github.com/PrismarineJS/mineflayer/issues/2797#issuecomment-1289742143, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437Q5QNL4ERHYYKJKM3DWE4ISDANCNFSM6AAAAAAREPHUS4 . You are receiving this because you commented.Message ID: @.***>

Fruce commented 1 year ago

mineflayer not working for 1.19.1 or 1.19.2

AnyBananaGAME commented 1 year ago

Those versions are not supported yet

IssueHuntBot commented 1 year ago

@jtsiskin has cancelled funding for this issue.(Cancelled amount: $30.00) See it on IssueHunt

iska69 commented 1 year ago

When does the big hacker people that read this say that they think this is going to be done?

Killjoyer commented 1 year ago

temporary fix (kinda) if you don't need chat at all and just frustrate from constat crushes - you can edit library locally - node_modules/mineflayer/lib/loader.js -> comment line 12 (chat: require...)

rom1504 commented 1 year ago

https://github.com/PrismarineJS/node-minecraft-protocol/issues/1046

Le0X8 commented 1 year ago

How long will it take to fix this?

Need 1.19.2 for a project

AnyBananaGAME commented 1 year ago

How long will it take to fix this?

Need 1.19.2 for a project

Well, the community is trying to update it so there is no ETA.

rom1504 commented 1 year ago

now nmp has 1.19.2

so need to make a PR for mineflayer here

see changes to do at https://github.com/PrismarineJS/node-minecraft-protocol/pull/1050#issue-1513384723

rom1504 commented 1 year ago

https://github.com/PrismarineJS/mineflayer/blob/master/lib/plugins/chat.js mostly need to change this

extremeheat commented 1 year ago

@AnyBananaGAME @Le0X8

2894 adds 1.19.2 with chat support, if anyone wants to test that it's working (specifically non-vanilla servers would be notable)

(install PR with npm install https://github.com/frej4189/mineflayer#new-chat)

wullie111 commented 1 year ago

@AnyBananaGAME @Le0X8

2894 adds 1.19.2 with chat support, if anyone wants to test that it's working (specifically non-vanilla servers would be notable) (install PR with npm install https://github.com/frej4189/mineflayer#new-chat)

I am testing it across the py bridge and i am receiving this error when the bot say anything in chat version 1.19.2 modded fabric (no chat report ) image

rom1504 commented 1 year ago

done