<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: myonX</title>
    <description>The latest articles on DEV Community by myonX (@myonx).</description>
    <link>https://dev.to/myonx</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3755685%2F93572ee0-76a5-498f-9e28-6eaab91a4210.png</url>
      <title>DEV Community: myonX</title>
      <link>https://dev.to/myonx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/myonx"/>
    <language>en</language>
    <item>
      <title>How to Freeze and Speed Up Time in Minecraft Bedrock (/tick)</title>
      <dc:creator>myonX</dc:creator>
      <pubDate>Fri, 06 Feb 2026 02:17:17 +0000</pubDate>
      <link>https://dev.to/myonx/how-to-use-tick-on-minecraft-bedrock-g0l</link>
      <guid>https://dev.to/myonx/how-to-use-tick-on-minecraft-bedrock-g0l</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I rewrited this article for latest version.&lt;br&gt;
&lt;a href="https://zenn.dev/myon_x/articles/new-how-to-accelerate-minecraft-bedrock?locale=en" rel="noopener noreferrer"&gt;the article&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;_Actually, by using a specific hack, you can use the /tick command on Bedrock Edition. _ This is achieved by setting up a server with plugins and joining it. We will be installing a plugin called trapdoor-ll onto BDS (Bedrock Dedicated Server, the official server software released by Mojang).&lt;/p&gt;

&lt;h2&gt;
  
  
  See it in Action (Acceleration)
&lt;/h2&gt;

&lt;p&gt;

&lt;iframe class="tweet-embed" id="tweet-1879509198696001611-328" src="https://platform.twitter.com/embed/Tweet.html?id=1879509198696001611"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1879509198696001611-328');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1879509198696001611&amp;amp;theme=dark"
  }





&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the tick command?
&lt;/h2&gt;

&lt;p&gt;The /tick command allows you to accelerate, slow down, or freeze time in Minecraft. It is an essential tool for players who need to test mechanics that usually take a long time to run. However, this command is a Java Edition exclusive and does not exist in Bedrock Edition. While you can slow down time using something called "Canopy," you cannot speed it up. This article addresses that specific problem: "How can we make this work?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Limitations
&lt;/h2&gt;

&lt;p&gt;It cannot be done on the latest version. You must prepare a specific older version of both the server and the client.&lt;/p&gt;

&lt;p&gt;Acceleration beyond 100x is not possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps to use the tick command on Bedrock
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Requirements
&lt;/h3&gt;

&lt;p&gt;You will need the trapdoor-ll plugin, LiteLoaderBDS, an older version of BDS, and an older version of Minecraft. I will not explain how to downgrade Minecraft; you can find guides by searching for "How to downgrade Minecraft Bedrock Edition." Also, Linux users should download the Windows version of BDS. It works perfectly using Wine.&lt;/p&gt;

&lt;h4&gt;
  
  
  Download BDS
&lt;/h4&gt;

&lt;p&gt;The last version supported by the necessary plugins is 1.20.30.02, so we will use that. You can easily download older versions of BDS from the official site by modifying the URL.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.minecraft.net/bedrockdedicatedserver/bin-win/bedrock-server-1.20.30.02.zip" rel="noopener noreferrer"&gt;BDS 1.20.30.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Download LiteLoaderBDS
&lt;/h4&gt;

&lt;p&gt;LiteLoaderBDS is essentially a mod loader for the server. Download the LiteLoaderBDS.zip file from the latest release (v2.16.2) on GitHub. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LiteLDev/LiteLoaderBDS/releases" rel="noopener noreferrer"&gt;LiteLoaderBDS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Download trapdoor-ll
&lt;/h4&gt;

&lt;p&gt;Download trapdoor-0.42.1-1.20.30.02-5293ed6.zip from the latest GitHub release. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bedrock-dev/trapdoor-ll" rel="noopener noreferrer"&gt;trapdoor-ll&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Installing the Plugins
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Installing LiteLoaderBDS
&lt;/h4&gt;

&lt;p&gt;Extract LiteLoaderBDS.zip.&lt;/p&gt;

&lt;p&gt;Move all files into the directory where your BDS files are located.&lt;/p&gt;

&lt;p&gt;Run PeEditor.exe&lt;/p&gt;

&lt;p&gt;Press any key when prompted to complete the process.&lt;/p&gt;

&lt;h4&gt;
  
  
  Installing trapdoor-ll
&lt;/h4&gt;

&lt;p&gt;Extract the trapdoor-ll zip.&lt;/p&gt;

&lt;p&gt;Inside, you will find a plugins directory. Move the three directories/files found directly inside it into the plugins directory of your BDS folder.&lt;/p&gt;

&lt;h2&gt;
  
  
  Testing the Acceleration
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Starting the Server
&lt;/h3&gt;

&lt;p&gt;Run bedrock_server_mod.exe to start the server. After joining the server, you must first give yourself OP status to run commands. Type &lt;code&gt;/op &amp;lt;your_player_name&amp;gt;&lt;/code&gt; into the server console.&lt;/p&gt;

&lt;h3&gt;
  
  
  Accelerating Time
&lt;/h3&gt;

&lt;p&gt;Use the command &lt;code&gt;/tick acc &amp;lt;multiplier&amp;gt;&lt;/code&gt; to accelerate time.&lt;/p&gt;

&lt;h3&gt;
  
  
  Shutting Down
&lt;/h3&gt;

&lt;p&gt;Type stop into the server console to safely shut down the server.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Note
&lt;/h2&gt;

&lt;p&gt;Please let me know if there are any broken links or errors!&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>tooling</category>
      <category>tutorial</category>
      <category>minecraft</category>
    </item>
  </channel>
</rss>
