<?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[How to use pathutils in a script?]]></title><description><![CDATA[<p dir="auto">this code in teleport for example:</p>
<pre><code>PathUtils.findBlinkPath(endX, endY, endZ).forEach(vector3d -&gt; {
                            mc.getNetHandler().addToSendQueue(classProvider.createCPacketPlayerPosition(vector3d.x, vector3d.y, vector3d.z, true));
                            thePlayer.setPosition(endX, endY, endZ);
                        });
</code></pre>
<p dir="auto">i wanna use this to make a new teleport-hit that doesnt require you to be falling in order to use it</p>
]]></description><link>https://forum.liquidbounce.net/topic/1403/how-to-use-pathutils-in-a-script</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 07:05:55 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1403.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Feb 2021 01:25:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use pathutils in a script? on Sat, 13 Feb 2021 15:46:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/soulplexis" aria-label="Profile: soulplexis">@<bdi>soulplexis</bdi></a> do you mean importing it? if so:</p>
<pre><code class="language-javascript">var PathUtils = Java.type("blah.blah.blah.PathUtils"); //where the class file is placed in</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/10795</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10795</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Sat, 13 Feb 2021 15:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to use pathutils in a script? on Sat, 13 Feb 2021 03:34:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> bruh</p>
]]></description><link>https://forum.liquidbounce.net/post/10768</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10768</guid><dc:creator><![CDATA[Soulplexis]]></dc:creator><pubDate>Sat, 13 Feb 2021 03:34:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to use pathutils in a script? on Sat, 13 Feb 2021 02:21:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/soulplexis" aria-label="Profile: soulplexis">@<bdi>soulplexis</bdi></a> said in <a href="/post/10761">How to use pathutils in a script?</a>:</p>
<blockquote>
<p dir="auto">this code in teleport for example:</p>
<pre><code>PathUtils.findBlinkPath(endX, endY, endZ).forEach(vector3d -&gt; {
                            mc.getNetHandler().addToSendQueue(classProvider.createCPacketPlayerPosition(vector3d.x, vector3d.y, vector3d.z, true));
                            thePlayer.setPosition(endX, endY, endZ);
                        });
</code></pre>
<p dir="auto">i wanna use this to make a new teleport-hit that doesnt require you to be falling in order to use it</p>
</blockquote>
<p dir="auto">PathUtils likes to go thru walls for no reasons afaik, it behaves like that<br />
<img src="/assets/uploads/files/1613182884191-77aefe72-1ed4-4b97-a0d1-fa5676414957-image.png" alt="77aefe72-1ed4-4b97-a0d1-fa5676414957-image.png" class=" img-fluid img-markdown" /><br />
Which flags vanilla antiphase (bruh!)</p>
]]></description><link>https://forum.liquidbounce.net/post/10764</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10764</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Sat, 13 Feb 2021 02:21:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to use pathutils in a script? on Sat, 13 Feb 2021 02:12:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/soulplexis" aria-label="Profile: soulplexis">@<bdi>soulplexis</bdi></a> lol wtf<br />
edit: just use it dno why you needed to ask</p>
]]></description><link>https://forum.liquidbounce.net/post/10762</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10762</guid><dc:creator><![CDATA[Aftery]]></dc:creator><pubDate>Sat, 13 Feb 2021 02:12:38 GMT</pubDate></item></channel></rss>