<?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[Adding delay between jumps]]></title><description><![CDATA[<p dir="auto">Hey guys, I need to make a delay between jumps but I didn't found the class which does provides it</p>
<pre><code>
onEnable: function () {
   // jump delay = 10
}
onDisable: function() {
   // jump delay = default
}
[...]
</code></pre>
<p dir="auto">I'll be grateful for any help for solving this problem</p>
]]></description><link>https://forum.liquidbounce.net/topic/1306/adding-delay-between-jumps</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 16:27:22 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1306.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Feb 2021 13:51:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adding delay between jumps on Mon, 01 Feb 2021 16:03:41 GMT]]></title><description><![CDATA[<p dir="auto">if(mc.thePlayer.ticksExisted % 20 == 0) {<br />
mc.thePlayer.jump();<br />
}<br />
for every second that passes, you will jump<br />
40 ticks = 2 seconds<br />
20 ticks = 1 second<br />
10 ticks = 0.5 seconds<br />
5 ticks = 0.25 seconds<br />
and so on</p>
]]></description><link>https://forum.liquidbounce.net/post/10205</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10205</guid><dc:creator><![CDATA[icewormy3]]></dc:creator><pubDate>Mon, 01 Feb 2021 16:03:41 GMT</pubDate></item><item><title><![CDATA[Reply to Adding delay between jumps on Mon, 01 Feb 2021 15:17:44 GMT]]></title><description><![CDATA[<p dir="auto">@dont_doubt said in <a href="/post/10201">Adding delay between jumps</a>:</p>
<blockquote>
<p dir="auto">Hey guys, I need to make a delay between jumps but I didn't found the class which does provides it</p>
<pre><code>
onEnable: function () {
   // jump delay = 10
}
onDisable: function() {
   // jump delay = default
}
[...]
</code></pre>
<p dir="auto">I'll be grateful for any help for solving this problem</p>
</blockquote>
<p dir="auto">mixinentityplayersp</p>
]]></description><link>https://forum.liquidbounce.net/post/10203</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10203</guid><dc:creator><![CDATA[ohno]]></dc:creator><pubDate>Mon, 01 Feb 2021 15:17:44 GMT</pubDate></item></channel></rss>