{"id":2961,"date":"2023-04-04T02:37:07","date_gmt":"2023-04-04T02:37:07","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=2961"},"modified":"2026-06-15T19:21:13","modified_gmt":"2026-06-15T19:21:13","slug":"how-to-stop-the-day-cycle-in-your-minecraft-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/","title":{"rendered":"How to disable the day cycle in your Minecraft server"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Freezing time is one of the most common requests server owners have, and for good reason. A locked daytime makes building, terraforming, and screenshot sessions painless because hostile mobs stop spawning in the light and you never lose your view to nightfall. A locked nighttime is great for a horror map, a PvP arena, or a perpetual mob-farming environment. Whatever the goal, the mechanic behind it is a single vanilla game rule: <code>doDaylightCycle<\/code>. This guide walks through exactly how to stop the day\/night cycle on a Minecraft server, how to pin the world to a specific time of day, how the related weather rule works, what changed in recent Minecraft versions, and how to put everything back the way it was.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Everything here is for Java Edition unless a section says otherwise, and there is a dedicated Bedrock section near the end because the two editions handle this slightly differently. All commands assume you have operator access. If you do not yet have op on your own box, set that up first with our walkthrough on <a href=\"https:\/\/xgamingserver.com\/blog\/adding-an-op-admin-to-minecraft-server-using-ops-json-and-op-username\/\">adding an op admin via ops.json and \/op<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The short answer: <code>doDaylightCycle false<\/code><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The day\/night cycle is governed by a boolean game rule. When it is <code>true<\/code> (the default), time advances normally \u2014 the sun rises and sets, the moon goes through its phases, and a full day lasts 20 real-world minutes. When you set it to <code>false<\/code>, the clock simply freezes at whatever value it currently holds. Run this command from in-game chat as an operator, or from the server console (in the console you drop the leading slash):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule doDaylightCycle false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">That is the whole trick. But freezing time &#8220;wherever it happens to be&#8221; is rarely what people want \u2014 you usually want it locked to a clean midday or a clean midnight. That is where the <code>\/time set<\/code> command comes in, and the standard workflow is to set the time first, then freeze the cycle.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Lock the server to permanent day<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To pin a world to eternal daytime, set the time to <code>day<\/code> (or to the exact tick value <code>1000<\/code>, which is bright morning sun) and then stop the cycle:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/time set day\n\/gamerule doDaylightCycle false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The order matters in practice. If you freeze the cycle <em>before<\/em> setting the time, you simply lock whatever moment you happened to be in. Setting the time first guarantees you land on the visual you want, and freezing it second nails it in place. With permanent day and full light, hostile mobs that require darkness will no longer spawn on the surface, which is exactly why creative-build servers reach for this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Useful <code>\/time set<\/code> values<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can use named keywords or raw tick numbers. A full day is 24,000 ticks long, starting at tick 0 (sunrise). The keywords map to specific ticks:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Command<\/th><th>Tick value<\/th><th>What you get<\/th><\/tr><\/thead><tbody><tr><td><code>\/time set day<\/code><\/td><td>1000<\/td><td>Bright morning, sun well up<\/td><\/tr><tr><td><code>\/time set noon<\/code><\/td><td>6000<\/td><td>Sun at its absolute peak (brightest)<\/td><\/tr><tr><td><code>\/time set night<\/code><\/td><td>13000<\/td><td>Just after sunset, dark<\/td><\/tr><tr><td><code>\/time set midnight<\/code><\/td><td>18000<\/td><td>Moon at its peak (darkest)<\/td><\/tr><tr><td><code>\/time set sunrise<\/code><\/td><td>23000<\/td><td>Sun on the eastern horizon<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For the brightest possible permanent day with zero shadows on the horizon, <code>\/time set noon<\/code> (tick 6000) is the cleanest choice. For a normal &#8220;morning forever&#8221; feel, <code>day<\/code> (tick 1000) is what most people expect.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Lock the server to permanent night<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Permanent night uses the exact same two-step pattern, just with a night-time value:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/time set midnight\n\/gamerule doDaylightCycle false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Use <code>night<\/code> (tick 13000) for the moment the sky goes dark, or <code>midnight<\/code> (tick 18000) for the darkest point with the moon high. There is one important consequence to keep in mind for permanent night: hostile mobs spawn continuously in the dark, and players who go too long without sleeping become eligible for phantom attacks. If you want eternal night but <em>without<\/em> the phantom nuisance, disable the insomnia rule alongside it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule doInsomnia false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">On Minecraft Java 1.21.11 and newer this rule was renamed to <code>spawn_phantoms<\/code> (more on the rename below). And because a frozen night means players can never sleep through to morning, sleeping simply will not skip time while the cycle is locked \u2014 beds still set your respawn point, but the clock will not move.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Freezing the weather too: <code>doWeatherCycle<\/code><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Stopping time does not stop the weather. Rain and thunderstorms run on their own independent game rule, <code>doWeatherCycle<\/code>, which is also <code>true<\/code> by default. If you want a server that is permanently sunny and clear in addition to permanently daytime, you need to handle both. Set the weather to clear, then freeze the weather cycle:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/weather clear\n\/gamerule doWeatherCycle false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is the single most common follow-up question after locking time, because a frozen midday world that still randomly clouds over and rains looks broken. Freezing the weather cycle keeps it whatever you last set it to. You can force a storm and freeze that too (handy for an atmospheric horror map) by running <code>\/weather thunder<\/code> before freezing the cycle. Note that <code>doWeatherCycle<\/code> kept its name through the recent rename era; under the newer snake_case scheme it becomes <code>advance_weather<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Version differences you need to know in 2026<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Minecraft Java changed how game rules are named, and this directly affects the daylight commands. If you are running a very recent server, the classic <code>doDaylightCycle<\/code> you have seen in every old tutorial may not be the name your server expects.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Java 1.21.10 and earlier<\/strong> \u2014 game rules use camelCase. The daylight rule is <code>doDaylightCycle<\/code> and the weather rule is <code>doWeatherCycle<\/code>. This is the era almost every existing server and guide uses.<\/li><li><strong>Java 1.21.11 (released December 9, 2025) and newer<\/strong> \u2014 game rules were renamed to snake_case. <code>doDaylightCycle<\/code> became <code>advance_time<\/code>, <code>doWeatherCycle<\/code> became <code>advance_weather<\/code>, <code>doInsomnia<\/code> became <code>spawn_phantoms<\/code>, and <code>mobGriefing<\/code> became <code>mob_griefing<\/code>, among many others. The defaults did not change \u2014 only the names.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So on a brand-new server the daylight command is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule advance_time false<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you are unsure which scheme your server uses, the safest approach is to start typing <code>\/gamerule <\/code> in chat and let the in-game tab-completion show you the valid rule names for your exact version. The old camelCase names continue to work on 1.21.10 and earlier; the new snake_case names are required on 1.21.11 and up. Mojang also moved to calendar-style version numbers in 2026 (for example &#8220;26.30 Chaos Cubed&#8221;), so the 1.21.x line is the last of the old &#8220;1.x&#8221; numbering \u2014 anything in the new numbering scheme uses snake_case rules.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Old name (\u22641.21.10)<\/th><th>New name (1.21.11+)<\/th><th>Default<\/th><th>Controls<\/th><\/tr><\/thead><tbody><tr><td><code>doDaylightCycle<\/code><\/td><td><code>advance_time<\/code><\/td><td>true<\/td><td>Whether day\/night and moon phases progress<\/td><\/tr><tr><td><code>doWeatherCycle<\/code><\/td><td><code>advance_weather<\/code><\/td><td>true<\/td><td>Whether weather changes naturally<\/td><\/tr><tr><td><code>doInsomnia<\/code><\/td><td><code>spawn_phantoms<\/code><\/td><td>true<\/td><td>Whether phantoms spawn for sleep-deprived players<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Where to run these commands<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are three places the daylight game rule can be applied, and they all reach the same world:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>In-game chat<\/strong> \u2014 type <code>\/gamerule doDaylightCycle false<\/code> as an operator. This is the fastest method for a quick change and is what most owners use.<\/li><li><strong>The server console<\/strong> \u2014 the live terminal or your host&#8217;s web console runs at the equivalent of full operator level, so type the command <em>without<\/em> the leading slash: <code>gamerule doDaylightCycle false<\/code>. This is ideal when you want to make the change without logging into the game at all.<\/li><li><strong>Per-world, persisted in level data<\/strong> \u2014 game rules are stored in each world&#8217;s <code>level.dat<\/code>, so once you set the rule it survives restarts automatically. You do not need to re-run it after every reboot. The rule is also per-dimension-set as part of the world, not a server.properties line, so there is no config file to hand-edit for this one.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If your host gives you a console but you are not sure how to reach it, our <a href=\"https:\/\/xgamingserver.com\/docs\/minecraft\">Minecraft server documentation<\/a> walks through the panel, the console, and where world files live. Owners running a managed box with us can apply any of these from <a href=\"https:\/\/xgamingserver.com\/minecraft-server-hosting\">our one-click Minecraft hosting panel<\/a> without touching SSH.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to check the current value<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Game rules can be queried by running the command with no value. This is the quickest way to confirm whether the cycle is currently frozen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule doDaylightCycle<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The server replies with the current value (<code>true<\/code> or <code>false<\/code>). You can also check the in-game clock value with <code>\/time query daytime<\/code>, which returns the current tick within the day \u2014 handy for confirming you are actually locked at noon (6000) or midnight (18000) and not somewhere in between.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Restoring the normal day\/night cycle<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Turning the cycle back on is the exact inverse \u2014 set the rule back to <code>true<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule doDaylightCycle true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The moment you do this, time resumes from wherever it was frozen and continues advancing normally. If you also froze the weather, remember to restore that rule as well, or your server will stay clear forever:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/gamerule doWeatherCycle true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">And if you turned off <code>doInsomnia<\/code> for a permanent-night setup, set it back to <code>true<\/code> to bring phantoms back. On 1.21.11+ servers, use the snake_case equivalents (<code>advance_time true<\/code>, <code>advance_weather true<\/code>, <code>spawn_phantoms true<\/code>) instead. Because these rules persist in the world data, you only need to flip them once and they stay put across restarts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Stopping the day\/night cycle on Bedrock servers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bedrock Dedicated Server (BDS) also exposes a <code>\/gamerule<\/code> command, and the day\/night logic works the same conceptually \u2014 but the two editions do not share an identical rule set, so never assume a Java rule name exists on Bedrock or vice versa. The daylight concept is present on Bedrock, and you stop time with the same idea: set the time, then disable the daylight cycle via gamerule. Bedrock does not load Java plugins or use <code>server.jar<\/code> \u2014 it runs Mojang&#8217;s BDS and uses behavior packs\/add-ons for extended functionality. A few other Bedrock-specific facts worth knowing while you are in there: Bedrock servers run on <strong>UDP<\/strong> with default port <strong>19132<\/strong> (IPv4) and <strong>19133<\/strong> (IPv6), whereas Java uses <strong>TCP on port 25565<\/strong>. If a Java gamerule tutorial does not work on your Bedrock box, that edition difference \u2014 not a typo on your part \u2014 is almost always why.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related rules people freeze at the same time<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Locking time is often part of a broader &#8220;tame the world&#8221; setup. A few sibling game rules commonly get toggled in the same session:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong><code>keepInventory<\/code><\/strong> (default <code>false<\/code>) \u2014 players keep items and experience on death. Great for build servers where dying mid-project should not cost your gear.<\/li><li><strong><code>doMobSpawning<\/code><\/strong> (default <code>true<\/code>) \u2014 set to <code>false<\/code> to stop all natural mob spawning, which pairs well with a permanent-day creative world.<\/li><li><strong><code>mobGriefing<\/code><\/strong> (default <code>true<\/code>) \u2014 controls whether mobs modify blocks, including creeper terrain damage. If you are locking time to protect a build, you may also want to stop explosions tearing it up. See our guide on <a href=\"https:\/\/xgamingserver.com\/blog\/disabling-creeper-explosions-tnt-in-your-minecraft-server\/\">disabling creeper explosions and TNT damage<\/a> for the precise way to do that while keeping functional TNT.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How do I stop the day cycle on a Minecraft server permanently?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Run <code>\/gamerule doDaylightCycle false<\/code> (or <code>advance_time false<\/code> on 1.21.11+). This setting is stored in the world&#8217;s <code>level.dat<\/code> file, so it is already permanent \u2014 it survives server restarts automatically and you never need to re-enter it. To control which time of day it locks to, run <code>\/time set day<\/code> or <code>\/time set midnight<\/code> first, then freeze the cycle.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Does stopping the daylight cycle also stop rain and thunderstorms?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No. Weather runs on a completely separate game rule called <code>doWeatherCycle<\/code> (renamed <code>advance_weather<\/code> in 1.21.11+). A world with frozen time can still cloud over and rain. To get a permanently clear, sunny day, run <code>\/weather clear<\/code> and then <code>\/gamerule doWeatherCycle false<\/code> in addition to freezing the daylight cycle.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why isn&#8217;t <code>doDaylightCycle<\/code> working on my server?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The most likely cause in 2026 is the game-rule rename. On Java 1.21.11 and later, <code>doDaylightCycle<\/code> no longer exists under that name \u2014 it is now <code>advance_time<\/code>. Start typing <code>\/gamerule <\/code> in chat and use tab-completion to see the exact rule names your version recognizes. The other common cause is permissions: you must be a server operator (or use the console) to set game rules at all.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I lock the time to noon for the brightest possible day?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Run <code>\/time set noon<\/code> (tick 6000, the sun&#8217;s absolute peak) and then <code>\/gamerule doDaylightCycle false<\/code>. Using <code>noon<\/code> rather than <code>day<\/code> puts the sun directly overhead with no horizon shadows, which is ideal for screenshots and building. To confirm, run <code>\/time query daytime<\/code> and you should see <code>6000<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Will players still spawn mobs or get attacked by phantoms during a frozen night?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Freezing time at night keeps the world dark, so hostile mobs spawn continuously, and because players can never sleep through to morning, they remain eligible for phantom attacks once the insomnia counter is reached. Disable phantoms with <code>\/gamerule doInsomnia false<\/code> (or <code>spawn_phantoms false<\/code> on 1.21.11+), and use <code>\/gamerule doMobSpawning false<\/code> if you want to stop natural mob spawning entirely.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I turn the day\/night cycle back on?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Set the rule back to true: <code>\/gamerule doDaylightCycle true<\/code> (or <code>advance_time true<\/code> on newer versions). Time immediately resumes from where it was frozen. If you also froze the weather, restore it with <code>\/gamerule doWeatherCycle true<\/code>, and re-enable phantoms with <code>\/gamerule doInsomnia true<\/code> if you had turned them off.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Stopping the day\/night cycle comes down to one game rule and one habit: set the time you want with <code>\/time set<\/code> first, then lock it with <code>\/gamerule doDaylightCycle false<\/code>. Add <code>\/gamerule doWeatherCycle false<\/code> if you want clear skies too, watch out for the 1.21.11 snake_case rename (<code>advance_time<\/code> \/ <code>advance_weather<\/code>), and flip the rules back to <code>true<\/code> whenever you want normal time and weather to return. Every one of these settings is stored per-world and persists across restarts, so you configure it once and forget it. While you are tuning world rules, you might also want to read up on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-disable-fall-damage-on-your-minecraft-server\/\">disabling fall damage<\/a> or <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-stop-warden-spawning-in-your-minecraft-server\/\">stopping warden spawning<\/a> \u2014 both follow the same gamerule pattern you just learned here.<\/p>\n\n\n<!-- xg-tools-mesh -->\n\n<div class=\"wp-block-group xg-tools-box is-layout-flow wp-block-group-is-layout-flow\" style=\"border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:18px 22px;margin-top:8px;background:rgba(76,175,80,.04);\">\n<h3 class=\"wp-block-heading\">Free Minecraft Tools<\/h3>\n<p class=\"wp-block-paragraph\">Speed up your server with our free Minecraft tools:<\/p>\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/give-command\">Give Command Generator<\/a><\/li><li><a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/ore-distribution\">Ore Distribution Chart<\/a><\/li><li><a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/enchantment-calculator\">Enchantment Calculator<\/a><\/li><li><a href=\"https:\/\/xgamingserver.com\/tools\/minecraft\/achievement-generator\">Achievement Generator<\/a><\/li><\/ul>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Freezing time is one of the most common requests server owners have, and for good reason. A locked daytime makes building, terraforming, and screenshot sessions painless because hostile mobs stop spawning in the light and you never lose your view to nightfall. A locked nighttime is great for a horror map, a PvP arena, or [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2971,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[67,19],"tags":[],"class_list":["post-2961","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manage-minecraft-server","category-minecraft-server-docs"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to disable the day cycle in your Minecraft server - XGamingServer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to disable the day cycle in your Minecraft server\" \/>\n<meta property=\"og:description\" content=\"Freezing time is one of the most common requests server owners have, and for good reason. A locked daytime makes building, terraforming, and screenshot sessions painless because hostile mobs stop spawning in the light and you never lose your view to nightfall. A locked nighttime is great for a horror map, a PvP arena, or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-04T02:37:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T19:21:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"433\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Youssef Ayman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Youssef Ayman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\"},\"author\":{\"name\":\"Youssef Ayman\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e\"},\"headline\":\"How to disable the day cycle in your Minecraft server\",\"datePublished\":\"2023-04-04T02:37:07+00:00\",\"dateModified\":\"2026-06-15T19:21:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\"},\"wordCount\":2117,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png\",\"articleSection\":[\"Manage Minecraft server\",\"Minecraft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\",\"name\":\"How to disable the day cycle in your Minecraft server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png\",\"datePublished\":\"2023-04-04T02:37:07+00:00\",\"dateModified\":\"2026-06-15T19:21:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Manage Minecraft server\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/manage-minecraft-server\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to disable the day cycle in your Minecraft server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e\",\"name\":\"Youssef Ayman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"caption\":\"Youssef Ayman\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to disable the day cycle in your Minecraft server - XGamingServer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/","og_locale":"en_US","og_type":"article","og_title":"How to disable the day cycle in your Minecraft server","og_description":"Freezing time is one of the most common requests server owners have, and for good reason. A locked daytime makes building, terraforming, and screenshot sessions painless because hostile mobs stop spawning in the light and you never lose your view to nightfall. A locked nighttime is great for a horror map, a PvP arena, or [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2023-04-04T02:37:07+00:00","article_modified_time":"2026-06-15T19:21:13+00:00","og_image":[{"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","width":770,"height":433,"type":"image\/png"}],"author":"Youssef Ayman","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Youssef Ayman","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/"},"author":{"name":"Youssef Ayman","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e"},"headline":"How to disable the day cycle in your Minecraft server","datePublished":"2023-04-04T02:37:07+00:00","dateModified":"2026-06-15T19:21:13+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/"},"wordCount":2117,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","articleSection":["Manage Minecraft server","Minecraft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/","name":"How to disable the day cycle in your Minecraft server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","datePublished":"2023-04-04T02:37:07+00:00","dateModified":"2026-06-15T19:21:13+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-stop-the-day-cycle-in-your-minecraft-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Minecraft","item":"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/"},{"@type":"ListItem","position":3,"name":"Manage Minecraft server","item":"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/manage-minecraft-server\/"},{"@type":"ListItem","position":4,"name":"How to disable the day cycle in your Minecraft server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e","name":"Youssef Ayman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","caption":"Youssef Ayman"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/04\/blog-background-2.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=2961"}],"version-history":[{"count":4,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2961\/revisions"}],"predecessor-version":[{"id":22452,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2961\/revisions\/22452"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/2971"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=2961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=2961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=2961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}