<?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[[SUPPORT] How to make a jump fly?]]></title><description><![CDATA[<p dir="auto">How do i make a fly that jumps every 10 ticks, and spoofs being on ground?</p>
]]></description><link>https://forum.liquidbounce.net/topic/1609/support-how-to-make-a-jump-fly</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 15:46:02 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1609.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Mar 2021 16:53:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SUPPORT] How to make a jump fly? on Fri, 12 Mar 2021 12:45:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabriel">@<bdi>gabriel</bdi></a> go make some cococcococooa's helper configs and get out of here</p>
]]></description><link>https://forum.liquidbounce.net/post/12330</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12330</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Fri, 12 Mar 2021 12:45:12 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] How to make a jump fly? on Fri, 12 Mar 2021 12:23:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabriel">@<bdi>gabriel</bdi></a> its called writing code then executing it</p>
]]></description><link>https://forum.liquidbounce.net/post/12329</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12329</guid><dc:creator><![CDATA[Aftery]]></dc:creator><pubDate>Fri, 12 Mar 2021 12:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to [SUPPORT] How to make a jump fly? on Thu, 11 Mar 2021 17:54:45 GMT]]></title><description><![CDATA[<pre><code>if(mc.thePlayer.ticksExisted % 10 == 0) {
       mc.thePlayer.jump();
       mc.thePlayer.sendQueue.addToSendQueue(new CO3PacketPlayer(true));
}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/12298</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/12298</guid><dc:creator><![CDATA[icewormy3]]></dc:creator><pubDate>Thu, 11 Mar 2021 17:54:45 GMT</pubDate></item></channel></rss>