[{"data":1,"prerenderedAt":400},["ShallowReactive",2],{"header-games":3,"article-how-to-toggle-pvp-minecraft-server-en":61,"game-info-article-minecraft":82,"help-game-articles-minecraft-en":85,"i-heroicons:chevron-right-20-solid":388,"i-heroicons:user-circle-20-solid":392,"i-heroicons:clock-20-solid":394,"i-heroicons:pencil-square-20-solid":396,"i-heroicons:calendar-days-20-solid":398},{"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":81},"0136727a-bb22-44a0-813a-f4075f880615","how-to-toggle-pvp-minecraft-server","Configuration","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.","# How to Turn PvP On or Off on Your Minecraft Server\n\nIf you've updated your Minecraft server to 1.21.2 or later and noticed the old `pvp=true` line in `server.properties` no longer works, you're not alone. Mojang removed PvP from `server.properties` and turned it into an in-game gamerule. The upside: you can toggle PvP without restarting the server, and you can set different rules per world.\n\nThis guide covers the new gamerule, the older `server.properties` method for legacy versions, per-world setups, and a few common gotchas.\n\n## Quick Answer\n\nRun one of these commands in the server console or in-game as an operator:\n\n```\n\u002Fgamerule pvp true\n\u002Fgamerule pvp false\n```\n\nThe change takes effect immediately. No restart needed.\n\nTo check the current setting without changing it:\n\n```\n\u002Fgamerule pvp\n```\n\n## Why server.properties No Longer Works\n\nStarting in Minecraft 1.21.2 (Java Edition), the `pvp` key was removed from `server.properties`. Adding it back has no effect on a 1.21.2+ server. PvP now lives as a per-world gamerule, the same way `keepInventory` and `doDaylightCycle` do.\n\nThis was a deliberate move from Mojang to make per-world rules consistent and to let server owners change combat behavior on the fly without a restart.\n\n## Toggling PvP From the DoomHosting Panel\n\nIf you'd rather not type commands in-game, run the command from the console:\n\n1. Open your server in the panel.\n2. Click the **Console** tab.\n3. Type `\u002Fgamerule pvp false` (or `true`) and press Enter.\n4. The console will print a confirmation with the new value.\n\nPlayers will see PvP attacks blocked or enabled instantly, even mid-fight.\n\n## Per-World and Per-Dimension PvP\n\nBecause the rule lives on the world, you can use different PvP settings in each one. A few common setups:\n\n- **Survival world with PvP on, spawn world with PvP off.** Switch to each world and run the command separately.\n- **PvP arenas inside an otherwise peaceful world.** The base gamerule controls the whole world. To carve out arena zones, layer a region plugin like WorldGuard on Paper or Spigot on top.\n- **Different rules in the Nether or End.** PvP is set per dimension, so you can enable it in the Nether while keeping the Overworld safe.\n\nIf you're running a multi-world plugin like Multiverse, switch worlds first and then run the command:\n\n```\n\u002Fmv tp myworld\n\u002Fgamerule pvp false\n```\n\n## Still On Minecraft 1.21.1 or Earlier?\n\nIf you haven't updated yet, the old method still works. To change PvP via `server.properties`:\n\n1. Open your server in the panel and stop it.\n2. Click the **Files** tab and open `server.properties`.\n3. Find the line `pvp=true` and change it to `pvp=false` (or vice versa).\n4. Save the file and start the server.\n\nOnce you update to 1.21.2 or later, the gamerule takes over and the `server.properties` entry is ignored.\n\n## Common Questions\n\n### Does turning PvP off stop all damage?\nNo. With `\u002Fgamerule pvp false`, players can't hurt each other directly. They can still take fall damage, drown, burn in lava, and be hit by mobs. Only player-vs-player combat is affected.\n\n### What about arrows, splash potions, and TNT?\nIndirect damage between players follows the same rule. If PvP is off, a player can't hurt another with arrows, harmful potions, or TNT they placed. The damage simply doesn't apply.\n\n### Does this affect Bedrock Edition servers?\nNo. Bedrock servers still use the `pvp` setting in `server.properties`. This change is Java Edition only.\n\n### Can players override the gamerule client-side?\nNo. Gamerules are server-side and apply to every player on the world.\n\n## Need Help?\n\nIf `\u002Fgamerule pvp` doesn't return a confirmation, check that you're on Minecraft 1.21.2 or newer and that you have operator (OP) status. If you don't have OP yet, see our guide on [how to OP yourself on your Minecraft server](\u002Fhelp\u002Farticles\u002Fhow-to-op-yourself-minecraft-server).\n\nStill stuck? Our support team is available 24\u002F7 from your panel.\n","minecraft pvp, disable pvp minecraft server, how to turn off pvp minecraft, gamerule pvp, server.properties pvp not working, minecraft 1.21.2 pvp, minecraft pvp command, doomhosting","Andreas","Founder & Hosting Engineer","2026-05-29T00:00:00+00:00",{"da":73,"de":74,"en":63,"pl":75,"sv":76},"sadan-slar-du-pvp-til-eller-fra-minecraft-server","pvp-aktivieren-deaktivieren-minecraft-server","jak-wlaczyc-wylaczyc-pvp-minecraft-serwer","sa-slar-du-pa-eller-av-pvp-minecraft-server",{"name":69,"role":70},"2026-06-04T07:03:29.024241+00:00",{"slug":13,"name":14},"May 29, 2026","Jun 4, 2026",{"slug":13,"name":14,"icon":15,"cardImage":83,"description":84},"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.",[86,94,97,110,119,127,137,147,155,163,174,185,193,201,209,220,230,240,250,259,269,278,287,297,306,314,323,331,340,350,360,370,380],{"id":87,"game_slug":13,"slug":88,"category":64,"title":89,"description":90,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":71,"author":91,"date":71,"lastUpdated":92,"game":93,"dateFormatted":80},"1c7b86b2-cb6e-47e3-ade9-b609250a93ad","how-to-disable-locator-bar-minecraft-server","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.",{"name":69,"role":70},"2026-06-04T07:03:30.506406+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":95,"date":71,"lastUpdated":78,"game":96,"dateFormatted":80},{"name":69,"role":70},{"slug":13,"name":14},{"id":98,"game_slug":13,"slug":99,"category":100,"title":101,"description":102,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":9,"published_at":105,"author":106,"date":105,"lastUpdated":107,"game":108,"dateFormatted":109},"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.","Magnus","Game Server Expert","2026-05-28T00:00:00+00:00",{"name":103,"role":104},"2026-05-28T17:31:48.836943+00:00",{"slug":13,"name":14},"May 28, 2026",{"id":111,"game_slug":13,"slug":112,"category":113,"title":114,"description":115,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":9,"published_at":105,"author":116,"date":105,"lastUpdated":117,"game":118,"dateFormatted":109},"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.",{"name":103,"role":104},"2026-05-28T20:00:24.339746+00:00",{"slug":13,"name":14},{"id":120,"game_slug":13,"slug":121,"category":64,"title":122,"description":123,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":9,"published_at":105,"author":124,"date":105,"lastUpdated":125,"game":126,"dateFormatted":109},"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":103,"role":104},"2026-05-28T17:19:30.510981+00:00",{"slug":13,"name":14},{"id":128,"game_slug":13,"slug":129,"category":64,"title":130,"description":131,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":132,"author":133,"date":132,"lastUpdated":134,"game":135,"dateFormatted":136},"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":138,"game_slug":13,"slug":139,"category":113,"title":140,"description":141,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":142,"author":143,"date":142,"lastUpdated":144,"game":145,"dateFormatted":146},"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":69,"role":70},"2026-05-19T10:14:35.005894+00:00",{"slug":13,"name":14},"Mar 19, 2024",{"id":148,"game_slug":13,"slug":149,"category":100,"title":150,"description":151,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":142,"author":152,"date":142,"lastUpdated":153,"game":154,"dateFormatted":146},"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":69,"role":70},"2026-05-19T10:14:35.376765+00:00",{"slug":13,"name":14},{"id":156,"game_slug":13,"slug":157,"category":64,"title":158,"description":159,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":142,"author":160,"date":142,"lastUpdated":161,"game":162,"dateFormatted":146},"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":164,"game_slug":13,"slug":165,"category":166,"title":167,"description":168,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":169,"author":170,"date":169,"lastUpdated":171,"game":172,"dateFormatted":173},"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":175,"game_slug":13,"slug":176,"category":177,"title":178,"description":179,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":180,"author":181,"date":180,"lastUpdated":182,"game":183,"dateFormatted":184},"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":69,"role":70},"2026-05-19T10:14:34.786527+00:00",{"slug":13,"name":14},"Jan 8, 2024",{"id":186,"game_slug":13,"slug":187,"category":113,"title":188,"description":189,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":180,"author":190,"date":180,"lastUpdated":191,"game":192,"dateFormatted":184},"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":194,"game_slug":13,"slug":195,"category":113,"title":196,"description":197,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":180,"author":198,"date":180,"lastUpdated":199,"game":200,"dateFormatted":184},"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":69,"role":70},"2026-05-19T10:14:34.295693+00:00",{"slug":13,"name":14},{"id":202,"game_slug":13,"slug":203,"category":166,"title":204,"description":205,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":9,"published_at":180,"author":206,"date":180,"lastUpdated":207,"game":208,"dateFormatted":184},"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":210,"game_slug":13,"slug":211,"category":64,"title":212,"description":213,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":215,"author":216,"date":215,"lastUpdated":217,"game":218,"dateFormatted":219},"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":69,"role":70},"2026-05-27T11:36:59.661806+00:00",{"slug":13,"name":14},"May 27, 2026",{"id":221,"game_slug":13,"slug":222,"category":64,"title":223,"description":224,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":225,"author":226,"date":225,"lastUpdated":227,"game":228,"dateFormatted":229},"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":69,"role":70},"2026-05-19T11:53:27.493972+00:00",{"slug":13,"name":14},"May 19, 2026",{"id":231,"game_slug":13,"slug":232,"category":166,"title":233,"description":234,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":235,"author":236,"date":235,"lastUpdated":237,"game":238,"dateFormatted":239},"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":103,"role":104},"2026-05-14T13:33:09.520904+00:00",{"slug":13,"name":14},"Apr 22, 2026",{"id":241,"game_slug":13,"slug":242,"category":64,"title":243,"description":244,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":245,"author":246,"date":245,"lastUpdated":247,"game":248,"dateFormatted":249},"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":103,"role":104},"2026-05-19T10:14:35.261802+00:00",{"slug":13,"name":14},"Apr 19, 2026",{"id":251,"game_slug":13,"slug":252,"category":177,"title":253,"description":254,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":255,"author":256,"date":255,"lastUpdated":257,"game":258,"dateFormatted":249},"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":103,"role":104},"2026-05-19T10:14:35.843722+00:00",{"slug":13,"name":14},{"id":260,"game_slug":13,"slug":261,"category":64,"title":262,"description":263,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":264,"author":265,"date":264,"lastUpdated":266,"game":267,"dateFormatted":268},"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":103,"role":104},"2026-05-19T10:14:35.47626+00:00",{"slug":13,"name":14},"Apr 18, 2026",{"id":270,"game_slug":13,"slug":271,"category":113,"title":272,"description":273,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":274,"author":275,"date":274,"lastUpdated":276,"game":277,"dateFormatted":268},"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":103,"role":104},"2026-05-19T10:14:35.216162+00:00",{"slug":13,"name":14},{"id":279,"game_slug":13,"slug":280,"category":113,"title":281,"description":282,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":283,"author":284,"date":283,"lastUpdated":285,"game":286,"dateFormatted":268},"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":103,"role":104},"2026-06-04T07:03:31.50224+00:00",{"slug":13,"name":14},{"id":288,"game_slug":13,"slug":289,"category":166,"title":290,"description":291,"content":10,"keywords":10,"author_name":103,"author_role":104,"is_featured":214,"published_at":292,"author":293,"date":292,"lastUpdated":294,"game":295,"dateFormatted":296},"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":103,"role":104},"2026-05-14T12:04:15.57449+00:00",{"slug":13,"name":14},"Apr 1, 2026",{"id":298,"game_slug":13,"slug":299,"category":64,"title":300,"description":301,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":302,"author":303,"date":302,"lastUpdated":171,"game":304,"dateFormatted":305},"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":307,"game_slug":13,"slug":308,"category":64,"title":309,"description":310,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":311,"author":312,"date":311,"lastUpdated":171,"game":313,"dateFormatted":305},"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":315,"game_slug":13,"slug":316,"category":64,"title":317,"description":318,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":319,"author":320,"date":319,"lastUpdated":171,"game":321,"dateFormatted":322},"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":324,"game_slug":13,"slug":325,"category":166,"title":326,"description":327,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":328,"author":329,"date":328,"lastUpdated":171,"game":330,"dateFormatted":322},"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":332,"game_slug":13,"slug":333,"category":64,"title":334,"description":335,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":336,"author":337,"date":336,"lastUpdated":171,"game":338,"dateFormatted":339},"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":341,"game_slug":13,"slug":342,"category":100,"title":343,"description":344,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":345,"author":346,"date":345,"lastUpdated":347,"game":348,"dateFormatted":349},"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":351,"game_slug":13,"slug":352,"category":64,"title":353,"description":354,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":355,"author":356,"date":355,"lastUpdated":357,"game":358,"dateFormatted":359},"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":361,"game_slug":13,"slug":362,"category":64,"title":363,"description":364,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":365,"author":366,"date":365,"lastUpdated":367,"game":368,"dateFormatted":369},"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":371,"game_slug":13,"slug":372,"category":64,"title":373,"description":374,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":375,"author":376,"date":375,"lastUpdated":377,"game":378,"dateFormatted":379},"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":381,"game_slug":13,"slug":382,"category":100,"title":383,"description":384,"content":10,"keywords":10,"author_name":69,"author_role":70,"is_featured":214,"published_at":142,"author":385,"date":142,"lastUpdated":386,"game":387,"dateFormatted":146},"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},{"left":389,"top":389,"width":390,"height":390,"rotate":389,"vFlip":214,"hFlip":214,"body":391},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":389,"top":389,"width":390,"height":390,"rotate":389,"vFlip":214,"hFlip":214,"body":393},"\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":389,"top":389,"width":390,"height":390,"rotate":389,"vFlip":214,"hFlip":214,"body":395},"\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":389,"top":389,"width":390,"height":390,"rotate":389,"vFlip":214,"hFlip":214,"body":397},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":389,"top":389,"width":390,"height":390,"rotate":389,"vFlip":214,"hFlip":214,"body":399},"\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>",1780563197628]