pyCraft icon indicating copy to clipboard operation
pyCraft copied to clipboard

I cant seem to send a message please help

Open PatrickSmith-GitHub opened this issue 5 years ago • 5 comments

PatrickSmith-GitHub avatar May 05 '20 06:05 PatrickSmith-GitHub

Can someone close this please ? @ammaraskar @dkkline

uiytt avatar May 11 '20 13:05 uiytt

What code did you use?

MLG-fun avatar May 19 '20 23:05 MLG-fun

def send_chat_message(text, connection):
    packet = serverbound.play.ChatPacket()
    packet.message = text
    connection.write_packet(packet)

That should work

FoxNerdSaysMoo avatar Nov 08 '20 17:11 FoxNerdSaysMoo

I'm having the same problem, my acc get kicked for flying from npc and when he rejoin he cant write in chat anymore

Invy55 avatar Nov 21 '20 15:11 Invy55

I'm having the same problem, my acc get kicked for flying from npc and when he rejoin he cant write in chat anymore

pyCraft bots doesn't fall by default. The anticheat probably detected your account as bot.

MLG-fun avatar Nov 24 '20 18:11 MLG-fun