<?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 get onUpdate: &quot;mc.timer.timerSpeed&quot; value]]></title><description><![CDATA[<p dir="auto">Hey everyone!</p>
<p dir="auto">My script needs to get "mc.timer.timerSpeed" value which takes from active timer from every modules (I mean every modules in all, not specific ones)</p>
<pre><code>////
onUpdate: function() {
    chat.print(/*  Something like "mc.timer.timerSpeed.get()"  */)
}
//[...]//
</code></pre>
<p dir="auto">Thanks for any answers in this topic if it's should be possible &lt;З</p>
]]></description><link>https://forum.liquidbounce.net/topic/1321/how-to-get-onupdate-mc-timer-timerspeed-value</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 15:26:46 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1321.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Feb 2021 13:22:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to get onUpdate: &quot;mc.timer.timerSpeed&quot; value on Wed, 03 Feb 2021 13:29:02 GMT]]></title><description><![CDATA[<p dir="auto">@dont_doubt chat.print(mc.timer.timerSpeed)</p>
]]></description><link>https://forum.liquidbounce.net/post/10275</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10275</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Wed, 03 Feb 2021 13:29:02 GMT</pubDate></item><item><title><![CDATA[Reply to how to get onUpdate: &quot;mc.timer.timerSpeed&quot; value on Wed, 03 Feb 2021 13:26:37 GMT]]></title><description><![CDATA[<p dir="auto">@dont_doubt I am aware of this topic being in ScriptAPI category but this is how you do it on modules. Might be helpful.</p>
<p dir="auto"><code>ClientUtils.displayChatMessage("Timer: ${mc.timer.timerSpeed}")</code></p>
]]></description><link>https://forum.liquidbounce.net/post/10274</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/10274</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 03 Feb 2021 13:26:37 GMT</pubDate></item></channel></rss>