[{"data":1,"prerenderedAt":343},["ShallowReactive",2],{"header-games":3,"article-minecraft-one-player-sleep-en":61,"help-game-articles-minecraft-en":82,"game-info-article-minecraft":330,"i-heroicons:chevron-right-20-solid":333,"i-heroicons:user-circle-20-solid":337,"i-heroicons:clock-20-solid":339,"i-heroicons:calendar-days-20-solid":341},{"total":4,"featuredSlot":5,"featured":11},25,{"slug":6,"name":7,"icon":8,"hasIcon":9,"kind":10},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png",true,null,[12,19,26,31,33,39,44,49,56],{"slug":13,"name":14,"icon":15,"hasIcon":9,"badge":16,"basePrice":17,"link":18},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png","Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":9,"badge":23,"basePrice":24,"link":25},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":27,"name":28,"icon":29,"hasIcon":9,"badge":10,"basePrice":24,"link":30},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":6,"name":7,"icon":8,"hasIcon":9,"badge":10,"basePrice":24,"link":32},"\u002Frust-server-hosting",{"slug":34,"name":35,"icon":36,"hasIcon":9,"badge":10,"basePrice":37,"link":38},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":40,"name":41,"icon":42,"hasIcon":9,"badge":10,"basePrice":24,"link":43},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":45,"name":46,"icon":47,"hasIcon":9,"badge":10,"basePrice":24,"link":48},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":50,"name":51,"icon":52,"hasIcon":9,"badge":53,"basePrice":54,"link":55},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":57,"name":58,"icon":59,"hasIcon":9,"badge":10,"basePrice":54,"link":60},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","\u002Fproject-zomboid-server-hosting",{"id":62,"game_slug":13,"slug":63,"category":64,"title":65,"description":66,"content":67,"keywords":68,"author_name":69,"author_role":70,"is_featured":71,"published_at":72,"allSlugs":73,"author":78,"date":72,"lastUpdated":79,"game":80,"dateFormatted":81,"lastUpdatedFormatted":81},"f868b4a2-0b06-43c3-9e8d-ca9cb017a11d","minecraft-one-player-sleep","Configuration","How to Make Only One Player Sleep to Skip Night on Your Minecraft Server","Learn how to use the playersSleepingPercentage gamerule so only one player needs to sleep to skip night on your Minecraft server. Works on Java 1.17+.","## How to Make Only One Player Sleep to Skip Night on Your Minecraft Server\n\nBy default, every player on your Minecraft server has to be in a bed before night skips. Since Minecraft 1.17, the `playersSleepingPercentage` game rule lets you change that, so one sleeper is enough to roll over to morning.\n\n## The Command\n\nJoin your server as an operator and run:\n\n```\n\u002Fgamerule playersSleepingPercentage 1\n```\n\nMinecraft will confirm with a message like `Game rule playersSleepingPercentage is now set to: 1`. The change is saved into the world data, so you do not need to redo it after a restart.\n\nYou can also run it from the Pterodactyl console without joining the game. Open your server in the panel, click the Console tab, and type the same command without the leading slash:\n\n```\ngamerule playersSleepingPercentage 1\n```\n\n## What the Values Mean\n\n| Value | Behavior |\n|---|---|\n| 0 | Any single sleeping player skips the night immediately |\n| 1 | One player must enter a bed, then night skips |\n| 50 | Half of online players must be asleep |\n| 100 | Default, every online player must sleep |\n\nFor most servers, `1` is the right choice. The bed animation and respawn-point behavior stay intact, and you only need one volunteer instead of the whole crew.\n\nSetting the value to `0` skips the night the instant a player enters a bed, with no animation wait. Convenient, but it can clash with sleep-related plugins.\n\n## Verify the Current Setting\n\nRun the command with no value to print what is currently active:\n\n```\n\u002Fgamerule playersSleepingPercentage\n```\n\n## Bedrock and Older Java Versions\n\nThe gamerule only exists on Java Edition 1.17 and newer. For anything older, or for Bedrock, use a plugin or datapack:\n\n- **Paper or Spigot (any version)**: install a one-player-sleep plugin such as EasySleep or MorePaperLib SleepMost\n- **Vanilla Java 1.16 and earlier**: drop a one-player-sleep datapack into your world's `datapacks` folder, then run `\u002Freload`\n- **Bedrock Edition**: install a behavior pack that overrides the sleep tick check, since Bedrock has no equivalent gamerule\n\n## Common Issues\n\n- **`Unknown game rule`**: you are on Bedrock or on Java below 1.17. Check your version in the bottom-left of the Minecraft title screen.\n- **Setting reverts after a restart**: a plugin or startup script is overwriting it. Check your plugin configs for a sleep manager that controls the rule itself.\n- **Night still does not skip**: a player is in the Nether or End. Since 1.19, only Overworld players count toward the percentage, so make sure no one is stuck in another dimension on older versions.\n- **Phantoms still spawn**: phantoms track each player's personal time since their last sleep, not the server's night skip. Players who never personally sleep still get them. Disable phantoms entirely with `\u002Fgamerule doInsomnia false`.\n\n## Related Game Rules\n\nWhile you are tuning sleep behavior, a few other game rules pair well:\n\n- `doInsomnia false`: stops phantom spawns for players who avoid beds\n- `doWeatherCycle false`: locks the weather\n- `doDaylightCycle false`: freezes time of day entirely\n\nFor the full list and what each one does, see our [Minecraft game rules guide](\u002Fhelp\u002Farticles\u002Fminecraft-game-rules-guide).\n","minecraft one player sleep, playersSleepingPercentage, skip night minecraft server, minecraft sleep gamerule, one bed skip, sleep alone minecraft, doomhosting","Andreas","Founder & Hosting Engineer",false,"2026-05-19T00:00:00+00:00",{"da":74,"de":75,"en":63,"pl":76,"sv":77},"minecraft-en-spiller-sover","minecraft-ein-spieler-schlaeft","minecraft-jeden-gracz-spi","minecraft-en-spelare-sover",{"name":69,"role":70},"2026-05-19T11:53:27.493972+00:00",{"slug":13,"name":14},"May 19, 2026",[83,93,104,112,121,132,142,150,159,167,170,182,192,201,211,220,229,239,248,256,265,273,282,292,302,312,322],{"id":84,"game_slug":13,"slug":85,"category":64,"title":86,"description":87,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":88,"author":89,"date":88,"lastUpdated":90,"game":91,"dateFormatted":92},"03d39bf3-7d8b-417f-a225-ebe5a264b29c","configuring-spawn-protection-minecraft-server","Configuring Spawn Protection on Your Minecraft Server","Learn how to set up and customize spawn protection on your Minecraft server to prevent griefing and protect your spawn area from unauthorized modifications.","2025-01-25T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:34.603013+00:00",{"slug":13,"name":14},"Jan 25, 2025",{"id":94,"game_slug":13,"slug":95,"category":96,"title":97,"description":98,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":99,"author":100,"date":99,"lastUpdated":101,"game":102,"dateFormatted":103},"e8cc7d83-4216-4344-b52c-0e62e3ba90ae","setting-up-whitelist-on-minecraft-server","Administration","Setting Up a Whitelist on Your Minecraft Server","Learn how to enable and manage whitelisting on your Minecraft server to control who can join and play on your server.","2024-03-19T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:35.005894+00:00",{"slug":13,"name":14},"Mar 19, 2024",{"id":105,"game_slug":13,"slug":106,"category":64,"title":107,"description":108,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":99,"author":109,"date":99,"lastUpdated":110,"game":111,"dateFormatted":103},"774c48ba-b569-483c-85c3-b97be4de0b71","how-to-enable-keep-inventory-minecraft","How to Enable Keep Inventory in Minecraft (Never Lose Items Again)","Learn how to enable keep inventory in Minecraft to prevent losing items on death. Simple guide for Overworld, Nether, and The End dimensions.",{"name":69,"role":70},"2026-05-19T10:14:35.794564+00:00",{"slug":13,"name":14},{"id":113,"game_slug":13,"slug":114,"category":115,"title":116,"description":117,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":99,"author":118,"date":99,"lastUpdated":119,"game":120,"dateFormatted":103},"dca8c72f-93e1-4229-aff3-d1d2c146ecae","how-to-accept-minecraft-server-eula","Getting Started","How to Accept the Minecraft Server EULA (End User License Agreement)","Learn how to properly accept the Minecraft EULA for your server, understand what it means, and get your server running quickly and legally.",{"name":69,"role":70},"2026-05-19T10:14:35.376765+00:00",{"slug":13,"name":14},{"id":122,"game_slug":13,"slug":123,"category":124,"title":125,"description":126,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":127,"author":128,"date":127,"lastUpdated":129,"game":130,"dateFormatted":131},"56ff059c-f31b-46f9-92fc-a1cefd2274c6","change-minecraft-server-icon","Mods & Customization","How to Change Your Minecraft Server Icon","Step-by-step guide on customizing your Minecraft server icon, including image requirements, file preparation, and upload instructions for the perfect server list appearance","2024-01-13T00:00:00+00:00",{"name":69,"role":70},"2026-05-14T12:04:15.907564+00:00",{"slug":13,"name":14},"Jan 13, 2024",{"id":133,"game_slug":13,"slug":134,"category":96,"title":135,"description":136,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":137,"author":138,"date":137,"lastUpdated":139,"game":140,"dateFormatted":141},"9f81644e-62bf-41f1-8cc0-18ef59f005bb","how-to-op-yourself-minecraft-server","How to OP Yourself on Your Minecraft Server (Complete Guide)","Learn how to make yourself or others an operator (OP) on your Minecraft server, manage permission levels, and best practices for server administration.","2024-01-08T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:34.295693+00:00",{"slug":13,"name":14},"Jan 8, 2024",{"id":143,"game_slug":13,"slug":144,"category":124,"title":145,"description":146,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":137,"author":147,"date":137,"lastUpdated":148,"game":149,"dateFormatted":141},"8e2c2487-1356-46f0-b718-6e8abf13b091","installing-plugins-on-your-minecraft-server","Installing Plugins on Your Minecraft Server","Adding plugins to your Minecraft server can enhance gameplay and add new features. This guide will show you how to install plugins properly.",{"name":69,"role":70},"2026-05-19T10:14:34.861604+00:00",{"slug":13,"name":14},{"id":151,"game_slug":13,"slug":152,"category":153,"title":154,"description":155,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":137,"author":156,"date":137,"lastUpdated":157,"game":158,"dateFormatted":141},"7a9bac5b-c85e-425c-a83f-a982ffd723d5","find-and-share-your-minecraft-server-logs","Troubleshooting","Find and Share Your Minecraft Server Logs","Learn how to locate and share your Minecraft server logs to help with troubleshooting.",{"name":69,"role":70},"2026-05-19T10:14:34.786527+00:00",{"slug":13,"name":14},{"id":160,"game_slug":13,"slug":161,"category":96,"title":162,"description":163,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":137,"author":164,"date":137,"lastUpdated":165,"game":166,"dateFormatted":141},"b27694a7-d64a-4b17-b3b9-ae0a28ec8cc3","backing-up-your-minecraft-world","Backing Up Your Minecraft World","Learn how to backup your Minecraft world to protect against data loss and accidents.",{"name":69,"role":70},"2026-05-19T10:14:34.463918+00:00",{"slug":13,"name":14},{"id":62,"game_slug":13,"slug":63,"category":64,"title":65,"description":66,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":72,"author":168,"date":72,"lastUpdated":79,"game":169,"dateFormatted":81},{"name":69,"role":70},{"slug":13,"name":14},{"id":171,"game_slug":13,"slug":172,"category":124,"title":173,"description":174,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":177,"author":178,"date":177,"lastUpdated":179,"game":180,"dateFormatted":181},"d0dbe651-46f9-4b4c-8770-ec900bd8191e","how-to-set-up-simple-voice-chat-on-your-minecraft-server","How to Set Up Simple Voice Chat on Your Minecraft Server","Fix Simple Voice Chat by allocating a dedicated port in the DoomHosting panel and updating voicechat-server.properties — step-by-step guide.","Magnus","Game Server Expert","2026-04-22T12:54:47.395+00:00",{"name":175,"role":176},"2026-05-14T13:33:09.520904+00:00",{"slug":13,"name":14},"Apr 22, 2026",{"id":183,"game_slug":13,"slug":184,"category":64,"title":185,"description":186,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":187,"author":188,"date":187,"lastUpdated":189,"game":190,"dateFormatted":191},"7a0998f2-5a98-44f5-af5e-74e6d4318173","how-to-change-world-type-flat-minecraft","How to Change Your Minecraft World Type to Flat (Superflat)","Learn how to change your Minecraft server world type to flat or superflat. Simple steps to generate a flat world for your server.","2026-04-19T19:54:09.264302+00:00",{"name":175,"role":176},"2026-05-19T10:14:35.261802+00:00",{"slug":13,"name":14},"Apr 19, 2026",{"id":193,"game_slug":13,"slug":194,"category":153,"title":195,"description":196,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":197,"author":198,"date":197,"lastUpdated":199,"game":200,"dateFormatted":191},"56e6a09f-7568-471b-bc13-eaa0ae75aec1","minecraft-bedrock-error-u-000-fix","Minecraft Bedrock Error U-000: What It Means and How to Fix It","Getting error U-000 on Minecraft Bedrock? Learn what causes it and how to fix it. Usually means the server is already added to your list.","2026-04-19T10:17:14.968336+00:00",{"name":175,"role":176},"2026-05-19T10:14:35.843722+00:00",{"slug":13,"name":14},{"id":202,"game_slug":13,"slug":203,"category":64,"title":204,"description":205,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":206,"author":207,"date":206,"lastUpdated":208,"game":209,"dateFormatted":210},"5e9a49d5-4d0a-4355-9e80-49aba502317e","how-to-find-minecraft-server-seed","How to Find Your Minecraft Server Seed","Learn how to find your Minecraft server's world seed using the console or in-game with OP permissions.","2026-04-18T16:46:30.457222+00:00",{"name":175,"role":176},"2026-05-19T10:14:35.47626+00:00",{"slug":13,"name":14},"Apr 18, 2026",{"id":212,"game_slug":13,"slug":213,"category":96,"title":214,"description":215,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":216,"author":217,"date":216,"lastUpdated":218,"game":219,"dateFormatted":210},"60b2b321-055a-45a0-86e0-119242324e08","how-to-start-fresh-minecraft-server","How to Start Fresh on Your Minecraft Server (Reset World)","Learn how to reset your Minecraft server and start fresh. Delete your world, choose a new version, and set up a clean server in minutes.","2026-04-18T16:40:26.197706+00:00",{"name":175,"role":176},"2026-05-19T10:14:35.216162+00:00",{"slug":13,"name":14},{"id":221,"game_slug":13,"slug":222,"category":96,"title":223,"description":224,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":225,"author":226,"date":225,"lastUpdated":227,"game":228,"dateFormatted":210},"7bb22eed-58c0-45be-87ad-ebad68479a3d","how-to-teleport-minecraft-server","How to Teleport on Your Minecraft Server","Learn how to use the teleport command on your Minecraft server. Teleport players, yourself, or move to specific coordinates.","2026-04-18T09:48:06.501155+00:00",{"name":175,"role":176},"2026-05-19T10:14:35.524988+00:00",{"slug":13,"name":14},{"id":230,"game_slug":13,"slug":231,"category":124,"title":232,"description":233,"content":10,"keywords":10,"author_name":175,"author_role":176,"is_featured":71,"published_at":234,"author":235,"date":234,"lastUpdated":236,"game":237,"dateFormatted":238},"8461808a-947b-425c-9a06-09ac3c090952","how-to-add-resource-pack-minecraft-server","How to Add a Resource Pack to Your Minecraft Server","Complete guide to adding custom resource packs to your Minecraft server, including hosting requirements, server.properties configuration, and making resource packs mandatory for players.","2026-04-01T09:50:11.51217+00:00",{"name":175,"role":176},"2026-05-14T12:04:15.57449+00:00",{"slug":13,"name":14},"Apr 1, 2026",{"id":240,"game_slug":13,"slug":241,"category":64,"title":242,"description":243,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":244,"author":245,"date":244,"lastUpdated":129,"game":246,"dateFormatted":247},"7beae2ca-456b-4a1a-8f19-12c84451859d","how-to-enable-hardcore-mode-for-your-minecraft-server","How to Enable Hardcore Mode for your Minecraft Server","Learn how to enable Hardcore mode on your Minecraft server, where death is permanent and difficulty is set to Hard.","2026-03-12T13:23:40.341+00:00",{"name":69,"role":70},{"slug":13,"name":14},"Mar 12, 2026",{"id":249,"game_slug":13,"slug":250,"category":64,"title":251,"description":252,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":253,"author":254,"date":253,"lastUpdated":129,"game":255,"dateFormatted":247},"eac354c2-46d8-4600-9e17-ae419552bf40","how-to-enable-minecraft-crossplay-with-geysermc","How to Enable Minecraft Crossplay with GeyserMC","Learn how to set up GeyserMC for crossplay between Java and Bedrock players on your Minecraft server","2026-03-12T13:19:40.118+00:00",{"name":69,"role":70},{"slug":13,"name":14},{"id":257,"game_slug":13,"slug":258,"category":64,"title":259,"description":260,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":261,"author":262,"date":261,"lastUpdated":129,"game":263,"dateFormatted":264},"716aaf43-c46c-4aa3-af4c-72c972da056f","how-to-allow-cracked-versions-on-your-minecraft-server","How to Allow Cracked Versions on Your Minecraft Server","Enable cracked player support on your Minecraft server with these steps","2026-01-11T16:18:18.439+00:00",{"name":69,"role":70},{"slug":13,"name":14},"Jan 11, 2026",{"id":266,"game_slug":13,"slug":267,"category":124,"title":268,"description":269,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":270,"author":271,"date":270,"lastUpdated":129,"game":272,"dateFormatted":264},"1ea9a5f4-b137-4629-b9bb-efab5fb9ef74","how-to-use-custom-world-seeds-in-minecraft","How to Use Custom World Seeds in Minecraft","Learn how to use custom world seeds for your Minecraft server's world generation","2026-01-11T15:00:33.662+00:00",{"name":69,"role":70},{"slug":13,"name":14},{"id":274,"game_slug":13,"slug":275,"category":64,"title":276,"description":277,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":278,"author":279,"date":278,"lastUpdated":129,"game":280,"dateFormatted":281},"8b96c9f3-994b-4574-a28a-803c8ff194c1","minecraft-eula-agreement","Minecraft EULA Agreement","Learn how to agree to your Minecraft server's EULA and resolve related errors","2026-01-09T12:02:39.328+00:00",{"name":69,"role":70},{"slug":13,"name":14},"Jan 9, 2026",{"id":283,"game_slug":13,"slug":284,"category":115,"title":285,"description":286,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":287,"author":288,"date":287,"lastUpdated":289,"game":290,"dateFormatted":291},"2531c68d-4b10-4f2f-85e5-1d12966017b0","how-to-change-player-count-minecraft-server","How to Change Player Count for Minecraft Servers","Learn how to modify the maximum player count on your Minecraft server using server.properties. Step-by-step guide to increase or decrease player limits on your server.","2025-06-06T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:35.690387+00:00",{"slug":13,"name":14},"Jun 6, 2025",{"id":293,"game_slug":13,"slug":294,"category":64,"title":295,"description":296,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":297,"author":298,"date":297,"lastUpdated":299,"game":300,"dateFormatted":301},"b70df4f1-c8e8-4744-ad78-05b17ec346e2","minecraft-server-types-guide","Understanding Minecraft Server Types: A Complete Guide","Learn about different Minecraft server types, from Vanilla to modded servers. Compare PaperMC, Forge, Fabric, and proxy servers to choose the best option for your needs.","2025-02-17T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:35.318074+00:00",{"slug":13,"name":14},"Feb 17, 2025",{"id":303,"game_slug":13,"slug":304,"category":64,"title":305,"description":306,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":307,"author":308,"date":307,"lastUpdated":309,"game":310,"dateFormatted":311},"d1c970d6-1d82-4538-9521-19c47866f40c","how-to-increase-build-limit","How To Increase Build Limit on Your Minecraft Server","Learn how to increase the build height limit on your Minecraft server for both newer versions (1.18+) using datapacks and older versions through server properties.","2024-11-06T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:34.936776+00:00",{"slug":13,"name":14},"Nov 6, 2024",{"id":313,"game_slug":13,"slug":314,"category":64,"title":315,"description":316,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":317,"author":318,"date":317,"lastUpdated":319,"game":320,"dateFormatted":321},"39f1991d-f05c-47e9-8014-ca96dad32c80","minecraft-game-rules-guide","How to Use Game Rules in Minecraft: Complete Command Guide","Learn how to customize your Minecraft server using game rules. Discover essential commands to control mob spawning, weather, inventory, PvP, and more without mods or plugins.","2024-09-20T00:00:00+00:00",{"name":69,"role":70},"2026-05-19T10:14:35.066515+00:00",{"slug":13,"name":14},"Sep 20, 2024",{"id":323,"game_slug":13,"slug":324,"category":115,"title":325,"description":326,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":71,"published_at":99,"author":327,"date":99,"lastUpdated":328,"game":329,"dateFormatted":103},"0f768e08-0096-4a9a-8a30-80cac994509f","subdomain-vs-dedicated-ip-minecraft-servers","What is a Subdomain and Dedicated IP for Minecraft Servers","Learn the differences between subdomains and dedicated IP addresses for Minecraft servers. Understand which option is best for your server performance, security, and accessibility.",{"name":69,"role":70},"2026-05-19T10:14:35.635905+00:00",{"slug":13,"name":14},{"slug":13,"name":14,"icon":15,"cardImage":331,"description":332},"https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fminecraft.jpg","Minecraft is the legendary sandbox block-building game where entire worlds are made of voxels you can mine, craft, and reshape into anything from a humble cottage to a working CPU. Survive solo or run a community of hundreds with mods, plugins, and modpacks galore. Rent a dedicated Minecraft server from DoomHosting for instant setup, one-click Forge\u002FFabric\u002FPaper\u002FSpigot installs, full FTP access, DDoS protection, and 24\u002F7 expert support.",{"left":334,"top":334,"width":335,"height":335,"rotate":334,"vFlip":71,"hFlip":71,"body":336},0,20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":334,"top":334,"width":335,"height":335,"rotate":334,"vFlip":71,"hFlip":71,"body":338},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":334,"top":334,"width":335,"height":335,"rotate":334,"vFlip":71,"hFlip":71,"body":340},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":334,"top":334,"width":335,"height":335,"rotate":334,"vFlip":71,"hFlip":71,"body":342},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",1779194862955]