[{"data":1,"prerenderedAt":397},["ShallowReactive",2],{"header-games":3,"article-how-to-migrate-paper-world-to-vanilla-forge-en":61,"help-game-articles-minecraft-en":81,"game-info-article-minecraft":384,"i-heroicons:chevron-right-20-solid":387,"i-heroicons:user-circle-20-solid":391,"i-heroicons:clock-20-solid":393,"i-heroicons:calendar-days-20-solid":395},{"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":9,"published_at":71,"allSlugs":72,"author":77,"date":71,"lastUpdated":78,"game":79,"dateFormatted":80,"lastUpdatedFormatted":80},"3d36bce0-9869-4b21-94f3-f65fcf2eca55","how-to-migrate-paper-world-to-vanilla-forge","Administration","How to Migrate a Paper World to Vanilla, Forge, or Fabric","Paper 26.1 changed how worlds are stored. Migrate your Paper world to Vanilla, Forge, or Fabric without resetting your Nether or End, for new and old versions.","## How to Migrate a Paper World to Vanilla, Forge, or Fabric\n\nMoving a world off Paper to Vanilla, Forge, or Fabric used to mean hunting down split Nether and End folders. Paper 26.1 changed how worlds are stored, so the steps are different now depending on your version. This guide covers both modern (26.1+) and older Paper, without resetting your Nether or End. Back up before you touch anything.\n\n## Always Back Up First\n\nBefore moving any files, take a full backup of your server. See [backing up your Minecraft world](\u002Fhelp\u002Farticles\u002Fbacking-up-your-minecraft-world). The classic \"my Nether and End got reset\" panic almost always comes down to folders left in the wrong place, and a backup means a mistake costs you nothing.\n\n## What Changed in Paper 26.1\n\n- Older Paper (and Spigot) split the dimensions into separate top-level folders: `world` for the Overworld, `world_nether` for the Nether, and `world_the_end` for the End.\n- Vanilla, Forge, and Fabric keep all three dimensions inside one `world` folder: `world` for the Overworld, `world\u002FDIM-1` for the Nether, and `world\u002FDIM1` for the End.\n- As of Paper 26.1, Paper stores worlds in a layout close to vanilla's. Migrating out is now a small file move instead of shuffling whole dimension folders.\n\n## Before You Begin\n\n- Stop the server completely. Moving files while it runs risks corruption.\n- These steps assume your `level-name` in `server.properties` is `world`. If yours is different, use your `level-name` everywhere a step says `world`.\n- Check your Paper version. `26.1` and newer use the modern steps below. Anything older uses the legacy steps further down.\n\n## Migrating from Paper 26.1+ to Vanilla, Forge, or Fabric\n\nModern Paper already stores the world much like vanilla, so you only need to move a few level data files.\n\n1. Stop the server and confirm your backup.\n2. Move these files from `world\u002Fdimensions\u002Fminecraft\u002Foverworld\u002Fdata\u002Fminecraft\u002F` into `world\u002Fdata\u002Fminecraft\u002F`:\n\n```\ngame_rules.dat\nscheduled_events.dat\nwandering_trader.dat\nweather.dat\nworld_gen_settings.dat\n```\n\n3. Replace the Paper server JAR with a Vanilla, Forge, or Fabric server JAR.\n4. Start the server.\n\nForge and Fabric use the same world layout as vanilla, so the same steps apply. Keep in mind that Forge and Fabric will not load Paper plugins, and Paper will not load Forge or Fabric mods, so plan your replacements.\n\n## Migrating from Older Paper (before 26.1)\n\nOlder Paper splits the Nether and End into their own folders. If you switch to vanilla without merging them, your Nether and End will look reset. The data is not lost. Vanilla just does not know where to find it yet. Merge the folders to fix it:\n\n| Server software | Overworld | Nether | End |\n|---|---|---|---|\n| Vanilla \u002F Forge \u002F Fabric | `world` | `world\u002FDIM-1` | `world\u002FDIM1` |\n| Older Paper | `world` | `world_nether\u002FDIM-1` | `world_the_end\u002FDIM1` |\n\n1. Stop the Paper server.\n2. If you already booted the server once on vanilla, delete the empty `DIM-1` and `DIM1` folders inside `world` first. This step only applies if you already started vanilla.\n3. Copy the `world_nether\u002FDIM-1` folder into the `world` folder.\n4. Copy the `world_the_end\u002FDIM1` folder into the `world` folder.\n5. Delete the `world_nether` and `world_the_end` folders.\n6. Replace the Paper JAR with a Vanilla, Forge, or Fabric JAR.\n7. Start the server.\n\n## Migrating the Other Way (to Paper)\n\nGoing from Vanilla, Forge, or Fabric to Paper is automatic. Stop the server, back up, swap in the Paper JAR, and start it. Paper converts the world layout for you. Keep that backup, because going back to vanilla later needs the manual steps above.\n\n## Spigot and CraftBukkit (Important)\n\nAs of Paper 26.1, you cannot migrate a Spigot or CraftBukkit world directly to Paper. Migrate from Spigot or CraftBukkit to vanilla first, then follow the steps above to move to Paper. Going from Paper to Spigot or CraftBukkit is not supported and can lose data.\n\n## Common Issues and Solutions\n\n- **Nether and End look reset after switching to vanilla:** you are on the older Paper layout and have not merged `world_nether\u002FDIM-1` and `world_the_end\u002FDIM1` into `world`. No data is lost, just follow the legacy steps.\n- **Only the Overworld loads, or the world will not load at all:** confirm `level-name` in `server.properties` matches your world folder, and that the server was fully stopped before you moved files.\n- **Modded blocks or items vanish going to Paper:** Paper does not run Forge or Fabric mods, so modded content cannot load.\n- **Plugins or mods are gone after migrating:** Paper plugins and Forge\u002FFabric mods are not interchangeable. You need equivalents on the new platform.\n\n## Tips\n\n- Keep the pre-migration backup until you have confirmed every dimension loads correctly.\n- Migrate the world format separately from upgrading the Minecraft version, so you only change one thing at a time.\n- The official [PaperMC migration guide](https:\u002F\u002Fdocs.papermc.io\u002Fpaper\u002Fmigration\u002F) is the source of truth if Paper ever changes these steps again.\n\nNeed a hand moving between server types? Contact our support team and we will help.","migrate paper world, paper to forge world, paper to vanilla minecraft, paper 26.1 world format, nether end reset after switching, world_nether world_the_end, doomhosting","Magnus","Game Server Expert","2026-05-28T00:00:00+00:00",{"da":73,"de":74,"en":63,"pl":75,"sv":76},"saadan-migrerer-du-paper-verden-til-vanilla-forge","paper-welt-zu-vanilla-forge-migrieren","jak-przeniesc-swiat-paper-na-vanilla-forge","migrera-paper-varld-till-vanilla-forge",{"name":69,"role":70},"2026-05-28T20:00:24.339746+00:00",{"slug":13,"name":14},"May 28, 2026",[82,95,103,112,115,123,133,143,151,159,170,181,189,197,205,216,226,236,246,255,265,274,283,293,302,310,319,327,336,346,356,366,376],{"id":83,"game_slug":13,"slug":84,"category":85,"title":86,"description":87,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":90,"author":91,"date":90,"lastUpdated":92,"game":93,"dateFormatted":94},"1c7b86b2-cb6e-47e3-ade9-b609250a93ad","how-to-disable-locator-bar-minecraft-server","Configuration","How to Turn Off the Locator Bar on Your Minecraft Server","Minecraft 1.21.6 added the Locator Bar that shows nearby players above the hotbar. Run \u002Fgamerule locatorBar false to disable it, plus per-world setups and Bedrock.","Andreas","Founder & Hosting Engineer","2026-05-29T00:00:00+00:00",{"name":88,"role":89},"2026-06-04T07:03:30.506406+00:00",{"slug":13,"name":14},"May 29, 2026",{"id":96,"game_slug":13,"slug":97,"category":85,"title":98,"description":99,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":90,"author":100,"date":90,"lastUpdated":101,"game":102,"dateFormatted":94},"0136727a-bb22-44a0-813a-f4075f880615","how-to-toggle-pvp-minecraft-server","How to Turn PvP On or Off on Your Minecraft Server","Minecraft 1.21.2 moved PvP from server.properties to \u002Fgamerule pvp. Here is how to turn PvP on or off without restarting, plus per-world rules and older versions.",{"name":88,"role":89},"2026-06-04T07:03:29.024241+00:00",{"slug":13,"name":14},{"id":104,"game_slug":13,"slug":105,"category":106,"title":107,"description":108,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":71,"author":109,"date":71,"lastUpdated":110,"game":111,"dateFormatted":80},"eabf4941-3b30-425b-a452-b44ebe9ed0f8","how-to-upload-world-minecraft-server","Getting Started","How to Upload Your Own World to Your Minecraft Server","Upload your own Minecraft world to your server: move a singleplayer world or downloaded map via the panel file manager or FTP, then set level-name.",{"name":69,"role":70},"2026-05-28T17:31:48.836943+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":9,"published_at":71,"author":113,"date":71,"lastUpdated":78,"game":114,"dateFormatted":80},{"name":69,"role":70},{"slug":13,"name":14},{"id":116,"game_slug":13,"slug":117,"category":85,"title":118,"description":119,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":71,"author":120,"date":71,"lastUpdated":121,"game":122,"dateFormatted":80},"9be4b589-861a-4ac1-b5f9-77e4be9d9087","how-to-change-minecraft-server-difficulty","How to Change the Difficulty on Your Minecraft Server","Change your Minecraft server difficulty between Peaceful, Easy, Normal, and Hard. Covers the instant \u002Fdifficulty command and the permanent server.properties method.",{"name":69,"role":70},"2026-05-28T17:19:30.510981+00:00",{"slug":13,"name":14},{"id":124,"game_slug":13,"slug":125,"category":85,"title":126,"description":127,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":128,"author":129,"date":128,"lastUpdated":130,"game":131,"dateFormatted":132},"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":88,"role":89},"2026-05-19T10:14:34.603013+00:00",{"slug":13,"name":14},"Jan 25, 2025",{"id":134,"game_slug":13,"slug":135,"category":64,"title":136,"description":137,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":138,"author":139,"date":138,"lastUpdated":140,"game":141,"dateFormatted":142},"e8cc7d83-4216-4344-b52c-0e62e3ba90ae","setting-up-whitelist-on-minecraft-server","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":88,"role":89},"2026-05-19T10:14:35.005894+00:00",{"slug":13,"name":14},"Mar 19, 2024",{"id":144,"game_slug":13,"slug":145,"category":106,"title":146,"description":147,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":138,"author":148,"date":138,"lastUpdated":149,"game":150,"dateFormatted":142},"dca8c72f-93e1-4229-aff3-d1d2c146ecae","how-to-accept-minecraft-server-eula","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":88,"role":89},"2026-05-19T10:14:35.376765+00:00",{"slug":13,"name":14},{"id":152,"game_slug":13,"slug":153,"category":85,"title":154,"description":155,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":138,"author":156,"date":138,"lastUpdated":157,"game":158,"dateFormatted":142},"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":88,"role":89},"2026-05-19T10:14:35.794564+00:00",{"slug":13,"name":14},{"id":160,"game_slug":13,"slug":161,"category":162,"title":163,"description":164,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":165,"author":166,"date":165,"lastUpdated":167,"game":168,"dateFormatted":169},"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":88,"role":89},"2026-05-14T12:04:15.907564+00:00",{"slug":13,"name":14},"Jan 13, 2024",{"id":171,"game_slug":13,"slug":172,"category":173,"title":174,"description":175,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":176,"author":177,"date":176,"lastUpdated":178,"game":179,"dateFormatted":180},"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.","2024-01-08T00:00:00+00:00",{"name":88,"role":89},"2026-05-19T10:14:34.786527+00:00",{"slug":13,"name":14},"Jan 8, 2024",{"id":182,"game_slug":13,"slug":183,"category":64,"title":184,"description":185,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":176,"author":186,"date":176,"lastUpdated":187,"game":188,"dateFormatted":180},"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":88,"role":89},"2026-05-19T10:14:34.463918+00:00",{"slug":13,"name":14},{"id":190,"game_slug":13,"slug":191,"category":64,"title":192,"description":193,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":176,"author":194,"date":176,"lastUpdated":195,"game":196,"dateFormatted":180},"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.",{"name":88,"role":89},"2026-05-19T10:14:34.295693+00:00",{"slug":13,"name":14},{"id":198,"game_slug":13,"slug":199,"category":162,"title":200,"description":201,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":9,"published_at":176,"author":202,"date":176,"lastUpdated":203,"game":204,"dateFormatted":180},"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":88,"role":89},"2026-05-19T10:14:34.861604+00:00",{"slug":13,"name":14},{"id":206,"game_slug":13,"slug":207,"category":85,"title":208,"description":209,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":211,"author":212,"date":211,"lastUpdated":213,"game":214,"dateFormatted":215},"ac10f2c0-5353-4434-b551-829016920ec2","change-minecraft-server-motd","How to Change the MOTD on Your Minecraft Server","Learn how to change your Minecraft server MOTD, add color codes, format with section signs, insert line breaks, and fix common encoding issues. Java and Bedrock covered.",false,"2026-05-27T11:34:23.601+00:00",{"name":88,"role":89},"2026-05-27T11:36:59.661806+00:00",{"slug":13,"name":14},"May 27, 2026",{"id":217,"game_slug":13,"slug":218,"category":85,"title":219,"description":220,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":221,"author":222,"date":221,"lastUpdated":223,"game":224,"dateFormatted":225},"f868b4a2-0b06-43c3-9e8d-ca9cb017a11d","minecraft-one-player-sleep","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+.","2026-05-19T00:00:00+00:00",{"name":88,"role":89},"2026-05-19T11:53:27.493972+00:00",{"slug":13,"name":14},"May 19, 2026",{"id":227,"game_slug":13,"slug":228,"category":162,"title":229,"description":230,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":231,"author":232,"date":231,"lastUpdated":233,"game":234,"dateFormatted":235},"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.","2026-04-22T12:54:47.395+00:00",{"name":69,"role":70},"2026-05-14T13:33:09.520904+00:00",{"slug":13,"name":14},"Apr 22, 2026",{"id":237,"game_slug":13,"slug":238,"category":85,"title":239,"description":240,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":241,"author":242,"date":241,"lastUpdated":243,"game":244,"dateFormatted":245},"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":69,"role":70},"2026-05-19T10:14:35.261802+00:00",{"slug":13,"name":14},"Apr 19, 2026",{"id":247,"game_slug":13,"slug":248,"category":173,"title":249,"description":250,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":251,"author":252,"date":251,"lastUpdated":253,"game":254,"dateFormatted":245},"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":69,"role":70},"2026-05-19T10:14:35.843722+00:00",{"slug":13,"name":14},{"id":256,"game_slug":13,"slug":257,"category":85,"title":258,"description":259,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":260,"author":261,"date":260,"lastUpdated":262,"game":263,"dateFormatted":264},"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":69,"role":70},"2026-05-19T10:14:35.47626+00:00",{"slug":13,"name":14},"Apr 18, 2026",{"id":266,"game_slug":13,"slug":267,"category":64,"title":268,"description":269,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":270,"author":271,"date":270,"lastUpdated":272,"game":273,"dateFormatted":264},"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":69,"role":70},"2026-05-19T10:14:35.216162+00:00",{"slug":13,"name":14},{"id":275,"game_slug":13,"slug":276,"category":64,"title":277,"description":278,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":279,"author":280,"date":279,"lastUpdated":281,"game":282,"dateFormatted":264},"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":69,"role":70},"2026-06-04T07:03:31.50224+00:00",{"slug":13,"name":14},{"id":284,"game_slug":13,"slug":285,"category":162,"title":286,"description":287,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":210,"published_at":288,"author":289,"date":288,"lastUpdated":290,"game":291,"dateFormatted":292},"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":69,"role":70},"2026-05-14T12:04:15.57449+00:00",{"slug":13,"name":14},"Apr 1, 2026",{"id":294,"game_slug":13,"slug":295,"category":85,"title":296,"description":297,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":298,"author":299,"date":298,"lastUpdated":167,"game":300,"dateFormatted":301},"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":88,"role":89},{"slug":13,"name":14},"Mar 12, 2026",{"id":303,"game_slug":13,"slug":304,"category":85,"title":305,"description":306,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":307,"author":308,"date":307,"lastUpdated":167,"game":309,"dateFormatted":301},"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":88,"role":89},{"slug":13,"name":14},{"id":311,"game_slug":13,"slug":312,"category":85,"title":313,"description":314,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":315,"author":316,"date":315,"lastUpdated":167,"game":317,"dateFormatted":318},"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":88,"role":89},{"slug":13,"name":14},"Jan 11, 2026",{"id":320,"game_slug":13,"slug":321,"category":162,"title":322,"description":323,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":324,"author":325,"date":324,"lastUpdated":167,"game":326,"dateFormatted":318},"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":88,"role":89},{"slug":13,"name":14},{"id":328,"game_slug":13,"slug":329,"category":85,"title":330,"description":331,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":332,"author":333,"date":332,"lastUpdated":167,"game":334,"dateFormatted":335},"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":88,"role":89},{"slug":13,"name":14},"Jan 9, 2026",{"id":337,"game_slug":13,"slug":338,"category":106,"title":339,"description":340,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":341,"author":342,"date":341,"lastUpdated":343,"game":344,"dateFormatted":345},"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":88,"role":89},"2026-05-19T10:14:35.690387+00:00",{"slug":13,"name":14},"Jun 6, 2025",{"id":347,"game_slug":13,"slug":348,"category":85,"title":349,"description":350,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":351,"author":352,"date":351,"lastUpdated":353,"game":354,"dateFormatted":355},"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":88,"role":89},"2026-05-19T10:14:35.318074+00:00",{"slug":13,"name":14},"Feb 17, 2025",{"id":357,"game_slug":13,"slug":358,"category":85,"title":359,"description":360,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":361,"author":362,"date":361,"lastUpdated":363,"game":364,"dateFormatted":365},"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":88,"role":89},"2026-05-19T10:14:34.936776+00:00",{"slug":13,"name":14},"Nov 6, 2024",{"id":367,"game_slug":13,"slug":368,"category":85,"title":369,"description":370,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":371,"author":372,"date":371,"lastUpdated":373,"game":374,"dateFormatted":375},"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":88,"role":89},"2026-05-19T10:14:35.066515+00:00",{"slug":13,"name":14},"Sep 20, 2024",{"id":377,"game_slug":13,"slug":378,"category":106,"title":379,"description":380,"content":10,"keywords":10,"author_name":88,"author_role":89,"is_featured":210,"published_at":138,"author":381,"date":138,"lastUpdated":382,"game":383,"dateFormatted":142},"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":88,"role":89},"2026-05-19T10:14:35.635905+00:00",{"slug":13,"name":14},{"slug":13,"name":14,"icon":15,"cardImage":385,"description":386},"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":388,"top":388,"width":389,"height":389,"rotate":388,"vFlip":210,"hFlip":210,"body":390},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":388,"top":388,"width":389,"height":389,"rotate":388,"vFlip":210,"hFlip":210,"body":392},"\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":388,"top":388,"width":389,"height":389,"rotate":388,"vFlip":210,"hFlip":210,"body":394},"\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":388,"top":388,"width":389,"height":389,"rotate":388,"vFlip":210,"hFlip":210,"body":396},"\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>",1780563199606]