<?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[Getting the text of Playerlist Tab]]></title><description><![CDATA[<p dir="auto">Heyo ppl &lt;З</p>
<p dir="auto">I have cool script but it works only on one of the minigames. The only possible method to check it is getting the text from Players tab</p>
<p dir="auto">For example, I screened the blocksmc' one<br />
<img src="/assets/uploads/files/1622394740844-2021-05-31_01.06.30.png" alt="2021-05-31_01.06.30.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Then, I need to get the text of the first line<br />
<img src="/assets/uploads/files/1622394792553-2021-05-31_01.06.30.png" alt="2021-05-31_01.06.30.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But so, I tried different methods and nothing works. I will be grateful for any sorts of your help &lt;З</p>
]]></description><link>https://forum.liquidbounce.net/topic/2342/getting-the-text-of-playerlist-tab</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 07:15:21 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2342.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 May 2021 17:16:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Tue, 01 Jun 2021 09:47:51 GMT]]></title><description><![CDATA[<pre><code class="language-javascript">if (event.getPacket() instanceof S47PacketPlayerListHeaderFooter) {
    footer = event.getPacket().getFooter().getUnformattedText() 
    header = event.getPacket().getHeader().getUnformattedText()
    // getFormattedText() if you want to include formatting codes, not recommended
}
</code></pre>
<p dir="auto">getters &gt; reflection</p>
]]></description><link>https://forum.liquidbounce.net/post/18283</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18283</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 01 Jun 2021 09:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Tue, 01 Jun 2021 07:04:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: czechhek">@<bdi>czechhek</bdi></a> How are you so smart<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a>  put it to solved</p>
]]></description><link>https://forum.liquidbounce.net/post/18280</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18280</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Tue, 01 Jun 2021 07:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Tue, 01 Jun 2021 05:14:16 GMT]]></title><description><![CDATA[<p dir="auto">Finally, Thank you everyone! &lt;З</p>
]]></description><link>https://forum.liquidbounce.net/post/18277</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18277</guid><dc:creator><![CDATA[dntdbt]]></dc:creator><pubDate>Tue, 01 Jun 2021 05:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 21:35:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: czechhek">@<bdi>czechhek</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/senk-ju" aria-label="Profile: Senk-Ju">@<bdi>Senk-Ju</bdi></a> Thanks i didn't know that.</p>
]]></description><link>https://forum.liquidbounce.net/post/18262</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18262</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 31 May 2021 21:35:51 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 21:18:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a></p>
<pre><code>if (e.getPacket() instanceof S47PacketPlayerListHeaderFooter) {
    footer = e.getPacket().getFooter()
    header = e.getPacket().getHeader()
}
</code></pre>
<p dir="auto">@britishbiscuit said in <a href="/post/18253">Getting the text of Playerlist Tab</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> its private you can't access it</p>
</blockquote>
<p dir="auto">getters</p>
]]></description><link>https://forum.liquidbounce.net/post/18261</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18261</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Mon, 31 May 2021 21:18:45 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 20:53:34 GMT]]></title><description><![CDATA[<p dir="auto">@britishbiscuit You should be able to access it through <a href="https://www.baeldung.com/java-reflection-read-private-field-value" target="_blank" rel="noopener noreferrer nofollow ugc">reflection</a>.</p>
]]></description><link>https://forum.liquidbounce.net/post/18260</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18260</guid><dc:creator><![CDATA[Senk Ju]]></dc:creator><pubDate>Mon, 31 May 2021 20:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 16:59:55 GMT]]></title><description><![CDATA[<p dir="auto">@britishbiscuit <a href="https://scriptapi.liquidbounce.net/net/minecraft/network/Packet.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://scriptapi.liquidbounce.net/net/minecraft/network/Packet.html</a> anything else that could be used</p>
]]></description><link>https://forum.liquidbounce.net/post/18254</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18254</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 31 May 2021 16:59:55 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 16:46:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> its private you can't access it</p>
]]></description><link>https://forum.liquidbounce.net/post/18253</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18253</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 31 May 2021 16:46:25 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 16:30:40 GMT]]></title><description><![CDATA[<p dir="auto">@britishbiscuit ?</p>
]]></description><link>https://forum.liquidbounce.net/post/18252</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18252</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 31 May 2021 16:30:40 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 16:11:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> the <img src="/assets/uploads/files/1622477457477-db40ac6c-54b0-46ea-b366-b4234af509ee-image.png" alt="db40ac6c-54b0-46ea-b366-b4234af509ee-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.liquidbounce.net/post/18251</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18251</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 31 May 2021 16:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 16:01:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a> play.server.S47PacketPlayerListHeaderFooter</p>
]]></description><link>https://forum.liquidbounce.net/post/18250</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18250</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 31 May 2021 16:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 15:55:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a> is there nothing in core to find the header?</p>
]]></description><link>https://forum.liquidbounce.net/post/18249</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18249</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 31 May 2021 15:55:41 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 15:15:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a>  I asked about the only upper line, now you asking about "why I can't just check the line below" and you even don't distribe how to do it, especially I just taked the screenshot of BlocksMC for an example</p>
<p dir="auto">Just don't ask "<code>Can't u..</code>", if you don't tell somebody how to do that :c</p>
<p dir="auto">I still can't get this line.</p>
]]></description><link>https://forum.liquidbounce.net/post/18248</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18248</guid><dc:creator><![CDATA[dntdbt]]></dc:creator><pubDate>Mon, 31 May 2021 15:15:47 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 11:03:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a> <img src="/assets/uploads/files/1622458986953-24935f90-b8a8-4874-8caf-4bfd63067323-image.png" alt="24935f90-b8a8-4874-8caf-4bfd63067323-image.png" class=" img-fluid img-markdown" />  cant u just add the text if there is the link below?</p>
]]></description><link>https://forum.liquidbounce.net/post/18235</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18235</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Mon, 31 May 2021 11:03:31 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 05:43:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/co%E4%B8%B6dynamic" aria-label="Profile: co丶dynamic">@<bdi>co丶dynamic</bdi></a><br />
Nothing writes to chat. Only possible by checking tab-list</p>
]]></description><link>https://forum.liquidbounce.net/post/18221</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18221</guid><dc:creator><![CDATA[dntdbt]]></dc:creator><pubDate>Mon, 31 May 2021 05:43:04 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the text of Playerlist Tab on Mon, 31 May 2021 02:04:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dntdbt" aria-label="Profile: dntdbt">@<bdi>dntdbt</bdi></a> I think it's better to check the chat bar by packet</p>
]]></description><link>https://forum.liquidbounce.net/post/18218</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/18218</guid><dc:creator><![CDATA[Co丶Dynamic]]></dc:creator><pubDate>Mon, 31 May 2021 02:04:36 GMT</pubDate></item></channel></rss>