{"id":20902,"date":"2026-01-08T12:03:22","date_gmt":"2026-01-08T12:03:22","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/"},"modified":"2026-01-08T17:11:00","modified_gmt":"2026-01-08T17:11:00","slug":"starrupture-dssettings-txt-configuration-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/","title":{"rendered":"StarRupture DSSettings.txt Configuration Guide"},"content":{"rendered":"<div style=\"background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(80,20,30,0.9) 100%), url('https:\/\/xgamingserver.com\/img\/starrupture-server-hosting.avif'); background-size: cover; background-position: center; padding: 30px; border-radius: 12px; margin-bottom: 30px; border: 2px solid #e94560; box-shadow: 0 4px 20px rgba(233,69,96,0.3);\">\n<h3 style=\"color: #e94560; margin-top: 0;\">Need a StarRupture Server?<\/h3>\n<p style=\"color: #fff;\">Get a fully managed StarRupture dedicated server with one-click setup, automatic updates, and 24\/7 support.<\/p>\n<p><a href=\"https:\/\/xgamingserver.com\/starrupture-server-hosting\" style=\"background: #e94560; color: #fff; padding: 12px 24px; border-radius: 5px; text-decoration: none; display: inline-block; font-weight: bold;\">Rent a StarRupture Server \u2192<\/a><\/p>\n<\/div>\n<p>The DSSettings.txt file is the primary configuration file for StarRupture dedicated servers. This guide covers all available options and how to use them effectively.<\/p>\n<h2>File Location<\/h2>\n<p>Place DSSettings.txt in the same directory as your server executable:<\/p>\n<p><strong>Standard Windows Server:<\/strong><\/p>\n<pre><code>C:\\servers\\StarRupture\\DSSettings.txt<\/code><\/pre>\n<p><strong>Pterodactyl Panel:<\/strong><\/p>\n<pre><code>\/home\/container\/DSSettings.txt<\/code><\/pre>\n<h2>Default Configuration<\/h2>\n<pre><code>{\n  \"SessionName\": \"MySaveGame\",\n  \"SaveGameInterval\": \"300\",\n  \"StartNewGame\": \"false\",\n  \"LoadSavedGame\": \"true\",\n  \"SaveGameName\": \"AutoSave0.sav\"\n}<\/code><\/pre>\n<h2>Configuration Options Explained<\/h2>\n<h3>SessionName<\/h3>\n<p>The display name of your server that players see in the server browser.<\/p>\n<ul>\n<li><strong>Type:<\/strong> String<\/li>\n<li><strong>Example:<\/strong> &#8220;SessionName&#8221;: &#8220;My Awesome Server&#8221;<\/li>\n<li><strong>Tips:<\/strong> Keep it short and memorable<\/li>\n<\/ul>\n<h3>SaveGameInterval<\/h3>\n<p>How often the server automatically saves the world, in seconds.<\/p>\n<ul>\n<li><strong>Type:<\/strong> String (number as text)<\/li>\n<li><strong>Default:<\/strong> &#8220;300&#8221; (5 minutes)<\/li>\n<li><strong>Recommended:<\/strong> 300-600 for most servers<\/li>\n<li><strong>Warning:<\/strong> Lower values increase disk I\/O and may cause lag spikes<\/li>\n<\/ul>\n<h3>StartNewGame<\/h3>\n<p>Whether to create a new world when the server starts.<\/p>\n<ul>\n<li><strong>Type:<\/strong> String (&#8220;true&#8221; or &#8220;false&#8221;)<\/li>\n<li><strong>Use &#8220;true&#8221;:<\/strong> When creating a fresh world<\/li>\n<li><strong>Use &#8220;false&#8221;:<\/strong> When loading an existing save<\/li>\n<li><strong>Important:<\/strong> Set to &#8220;false&#8221; after world creation to prevent data loss<\/li>\n<\/ul>\n<h3>LoadSavedGame<\/h3>\n<p>Whether to load an existing save file on startup.<\/p>\n<ul>\n<li><strong>Type:<\/strong> String (&#8220;true&#8221; or &#8220;false&#8221;)<\/li>\n<li><strong>Use &#8220;true&#8221;:<\/strong> When continuing an existing world<\/li>\n<li><strong>Use &#8220;false&#8221;:<\/strong> When starting fresh<\/li>\n<\/ul>\n<h3>SaveGameName<\/h3>\n<p>The filename of the save to load.<\/p>\n<ul>\n<li><strong>Type:<\/strong> String<\/li>\n<li><strong>Example:<\/strong> &#8220;SaveGameName&#8221;: &#8220;AutoSave0.sav&#8221;<\/li>\n<li><strong>Note:<\/strong> Case-sensitive, must include .sav extension<\/li>\n<\/ul>\n<h2>Common Configurations<\/h2>\n<h3>New World Setup<\/h3>\n<pre><code>{\n  \"SessionName\": \"Fresh Start\",\n  \"SaveGameInterval\": \"300\",\n  \"StartNewGame\": \"true\",\n  \"LoadSavedGame\": \"false\",\n  \"SaveGameName\": \"\"\n}<\/code><\/pre>\n<h3>Loading Existing World<\/h3>\n<pre><code>{\n  \"SessionName\": \"Our Factory\",\n  \"SaveGameInterval\": \"300\",\n  \"StartNewGame\": \"false\",\n  \"LoadSavedGame\": \"true\",\n  \"SaveGameName\": \"AutoSave0.sav\"\n}<\/code><\/pre>\n<h2>Troubleshooting<\/h2>\n<h3>Server Ignoring DSSettings.txt<\/h3>\n<ul>\n<li>Ensure the file is in the correct directory<\/li>\n<li>Verify JSON syntax is valid (use a JSON validator)<\/li>\n<li>Check file encoding is UTF-8<\/li>\n<\/ul>\n<h3>Invalid JSON Errors<\/h3>\n<ul>\n<li>All values must be in quotes<\/li>\n<li>Use double quotes, not single quotes<\/li>\n<li>No trailing commas after the last property<\/li>\n<\/ul>\n<div style=\"background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(80,20,30,0.9) 100%), url('https:\/\/xgamingserver.com\/img\/starrupture-server-hosting.avif'); background-size: cover; background-position: center; padding: 30px; border-radius: 12px; margin-top: 30px; border: 2px solid #e94560; box-shadow: 0 4px 20px rgba(233,69,96,0.3);\">\n<h3 style=\"color: #e94560; margin-top: 0;\">Skip the Configuration<\/h3>\n<p style=\"color: #fff;\">Our game panel handles all server configuration for you with an easy-to-use interface.<\/p>\n<p><a href=\"https:\/\/xgamingserver.com\/starrupture-server-hosting\" style=\"background: #e94560; color: #fff; padding: 12px 24px; border-radius: 5px; text-decoration: none; display: inline-block; font-weight: bold;\">Get Your Server Now \u2192<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Need a StarRupture Server? Get a fully managed StarRupture dedicated server with one-click setup, automatic updates, and 24\/7 support. Rent a StarRupture Server \u2192 The DSSettings.txt file is the primary configuration file for StarRupture dedicated servers. This guide covers all available options and how to use them effectively. File Location Place DSSettings.txt in the same [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":20950,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[114],"tags":[],"class_list":["post-20902","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-starrupture"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>StarRupture DSSettings.txt Configuration Guide - XGamingServer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"StarRupture DSSettings.txt Configuration Guide\" \/>\n<meta property=\"og:description\" content=\"Need a StarRupture Server? Get a fully managed StarRupture dedicated server with one-click setup, automatic updates, and 24\/7 support. Rent a StarRupture Server \u2192 The DSSettings.txt file is the primary configuration file for StarRupture dedicated servers. This guide covers all available options and how to use them effectively. File Location Place DSSettings.txt in the same [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T12:03:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T17:11:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"StarRupture DSSettings.txt Configuration Guide\",\"datePublished\":\"2026-01-08T12:03:22+00:00\",\"dateModified\":\"2026-01-08T17:11:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\"},\"wordCount\":302,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif\",\"articleSection\":[\"StarRupture\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\",\"name\":\"StarRupture DSSettings.txt Configuration Guide - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif\",\"datePublished\":\"2026-01-08T12:03:22+00:00\",\"dateModified\":\"2026-01-08T17:11:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"StarRupture\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/starrupture\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"StarRupture DSSettings.txt Configuration Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"StarRupture DSSettings.txt Configuration Guide - XGamingServer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/","og_locale":"en_US","og_type":"article","og_title":"StarRupture DSSettings.txt Configuration Guide","og_description":"Need a StarRupture Server? Get a fully managed StarRupture dedicated server with one-click setup, automatic updates, and 24\/7 support. Rent a StarRupture Server \u2192 The DSSettings.txt file is the primary configuration file for StarRupture dedicated servers. This guide covers all available options and how to use them effectively. File Location Place DSSettings.txt in the same [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-01-08T12:03:22+00:00","article_modified_time":"2026-01-08T17:11:00+00:00","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/"},"author":{"name":"","@id":""},"headline":"StarRupture DSSettings.txt Configuration Guide","datePublished":"2026-01-08T12:03:22+00:00","dateModified":"2026-01-08T17:11:00+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/"},"wordCount":302,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif","articleSection":["StarRupture"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/","url":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/","name":"StarRupture DSSettings.txt Configuration Guide - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif","datePublished":"2026-01-08T12:03:22+00:00","dateModified":"2026-01-08T17:11:00+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/starrupture-dssettings-txt-configuration-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"StarRupture","item":"https:\/\/xgamingserver.com\/blog\/category\/starrupture\/"},{"@type":"ListItem","position":3,"name":"StarRupture DSSettings.txt Configuration Guide"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/01\/starrupture-server-hosting.avif","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=20902"}],"version-history":[{"count":2,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20902\/revisions"}],"predecessor-version":[{"id":20939,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20902\/revisions\/20939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20950"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}