<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[help me pls]]></title><description><![CDATA[<p dir="auto">i need<br />
s02packetchat liquidbounce examples<br />
using scriptapi v2</p>
]]></description><link>https://forum.liquidbounce.net/topic/1582/help-me-pls</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 23:14:53 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1582.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Mar 2021 15:45:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to help me pls on Mon, 08 Mar 2021 16:27:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minhcrafters" aria-label="Profile: minhcrafters">@<bdi>minhcrafters</bdi></a> <a href="https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html</a> ???</p>
]]></description><link>https://forum.liquidbounce.net/post/12086</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12086</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Mon, 08 Mar 2021 16:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to help me pls on Mon, 08 Mar 2021 15:58:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minhcrafters" aria-label="Profile: minhcrafters">@<bdi>minhcrafters</bdi></a></p>
<pre><code>var S02PacketChat = Java.type('net.minecraft.network.play.server.S02PacketChat');

    module.on('packet', function(e) {
        packet = e.getPacket();
        if (packet instanceof S02PacketChat) {
            Chat.print('[S02PacketChat] ' + packet.getChatComponent().getUnformattedText());
        }
    });
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/12083</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12083</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Mon, 08 Mar 2021 15:58:39 GMT</pubDate></item></channel></rss>