Client Chat Packet

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

xDERobinLPx

New Member
Jan 26, 2017
8
1
0
how can I get the chat message of a packet from a player?


on packet event play_client_chat:
.
.
.
 
What do you want to do exactly? If I'm not wrong, this packet is sent when a player send a message.
 
I do not know this packet '- but I use this
code_language.skript:
on packet event play_server_chat:
    set {_msg} to "% ""chatcomponent"" pjson 0 of event-packet%"
    if {_msg} contains "Hello this is an packet chat":
 
  • Like
Reactions: FUZIK
Status
Not open for further replies.