{"id":21248,"date":"2024-06-05T15:08:56","date_gmt":"2024-06-05T15:08:56","guid":{"rendered":"https:\/\/www.g-portal.com\/wiki\/?p=21248"},"modified":"2024-11-05T16:16:13","modified_gmt":"2024-11-05T16:16:13","slug":"how-do-the-new-usergroups-user-groups-for-enshrouded-server-work","status":"publish","type":"post","link":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/","title":{"rendered":"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Do I have to change anything now with the content update #2?<\/h2>\n\n\n\n<p>Update 2 of Enshrouded brought additional options for players to set up their servers. The structure of the enshrouded_server.json file, which is used to configure the dedicated server, has been updated for this purpose.<\/p>\n\n\n\n<p>Depending on the previous configuration of the server, some changes may be necessary on your side.<\/p>\n\n\n\n<p>The password for a server was previously defined in line 3 of the \u201censhrouded_server.json\u201d file. This line is <strong><span style=\"text-decoration: underline;\">no longer<\/span><\/strong> used to set the password for dedicated servers!<\/p>\n\n\n\n<p>However, from now on, if the game recognizes a password defined in line 3, it will create a new \u201cuserGroup\u201d called \u201cdefault\u201d that will use the password and automatically grant the same permission level that players were used to until Content Update 2.<\/p>\n\n\n\n<div class='hint hint--brand'><p><strong>Important<\/strong>  This means that if the host (i.e. you) of a server does not change anything, the dedicated server is still protected by the same password and the players&#8217; authorizations remain the same as before.   <\/p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Creating new \u201cuserGroups\u201d<\/h2>\n\n\n\n<p>Authorizations for players to play on servers are now managed via user groups (\u201cuserGroups\u201d).<\/p>\n\n\n\n<p>Each group can be configured in the \u201censhrouded_server.json\u201d file with a unique configuration of authorizations and an associated password that grants the logged-in player the authorizations.<\/p>\n\n\n\n<p>By default, the \u201censhrouded_server.json\u201d starts with 3 user groups, which can serve as the basis for hosts (i.e. you). The default settings are:<\/p>\n\n\n\n<ul>\n<li>Admin:\n<ul>\n<li>Changes to player bases are allowed<\/li>\n\n\n\n<li>The use of chests and other containers is allowed<\/li>\n\n\n\n<li>Kicking and banning other players is allowed<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Friend: (Friend)\n<ul>\n<li>Changes to player bases are allowed<\/li>\n\n\n\n<li>The use of chests and other containers is permitted<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Guest:\n<ul>\n<li>Changes to player bases are not allowed<\/li>\n\n\n\n<li>The use of chests and other containers is not permitted<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div class='hint hint--brand'><p><strong>Hint<\/strong>  The authorizations are set with \u201ctrue\u201d and \u201cfalse\u201d (see also the example at the end of this wiki).   <\/p><\/div>\n\n\n\n<p>By default, NO passwords are assigned for these groups. You always have to assign a password manually and then add it. You will see a corresponding button in the basic settings of your server. If you want to use different user groups, we strongly recommend that you assign appropriate passwords so that nobody can do anything nonsensical on your server.<\/p>\n\n\n\n<div class='hint hint--brand'><p><strong>Important<\/strong>  All user groups have full access to the game world outside the player bases and can take part in battles, collect resources, solve quests, etc. \u2026   <\/p><\/div>\n\n\n\n<div class='hint hint--brand'><p><strong>Important<\/strong>  The above presets are only generated if the \u201censhrouded_server.json\u201d is recreated after updating Enshrouded with Content Update #2. If the game recognizes an already set password, only the \u201cdefault\u201d user group will be created with the permission configuration identical to the \u201cfriend\u201d preset from the presets above.   <\/p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Can I also create new user groups (\u201cuserGroups\u201d)?<\/h2>\n\n\n\n<p>New and unique user groups can also be set up in the \u201censhrouded_server.json\u201d file. To do this, simply add a new user group section with a new name and set a password and the desired authorizations.<\/p>\n\n\n\n<p>Another setting that can be configured for each user group is the number of reserved slots for this user group.<br>The option for this is called: \u201creservedSlots\u201d: 1<\/p>\n\n\n\n<div class='hint hint--brand'><p><strong>Important<\/strong>   If this option is not to used, this must be noted as follows: \u201creservedSlots\u201d: 0    <\/p><\/div>\n\n\n\n<p>If 1 or more reserved slots have been set up, the lobby will be marked as \u201cfull\u201d for players trying to join the server with another user group, which would result in all session slots being full. This allows for example admins or friends to join even if there is a high demand for slots by \u201cguests\u201d.<\/p>\n\n\n\n<div class='hint hint--brand'><p><strong>Important<\/strong>  Up to 10 user groups can be created.   <\/p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Changes to used ports<\/h2>\n\n\n\n<p>In Content Update #2, the previously used \u201cgamePort\u201d was removed from Enshrouded. Now the only port used by the game is the \u201cqueryPort\u201d.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example of an updated server configuration<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n\"name\": \"Enshrouded Server\",\n\"password\": \"\",\n\"saveDirectory\": \".\/savegame\",\n\"logDirectory\": \".\/logs\",\n\"ip\": \"0.0.0.0\",\n\"queryPort\": 15637,\n\"slotCount\": 16,\n\"userGroups\": &#091;\n{\n\"name\": \"Admin\",\n\"password\": \"Randomized password 01\",\n\"canKickBan\": true,\n\"canAccessInventories\": true,\n\"canEditBase\": true,\n\"canExtendBase\": true,\n\"reservedSlots\": 1\n},\n{\n\"name\": \"Friend\",\n\"password\": \"Randomized password 02\",\n\"canKickBan\": false,\n\"canAccessInventories\": true,\n\"canEditBase\": true,\n\"canExtendBase\": true,\n\"reservedSlots\": 3\n},\n{\n\"name\": \"Guest\",\n\"password\": \"Randomized password 03\",\n\"canKickBan\": false,\n\"canAccessInventories\": false,\n\"canEditBase\": false,\n\"canExtendBase\": false,\n\"reservedSlots\": 0\n}\n]\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Do I have to change anything now with the content update #2? Update 2 of Enshrouded brought additional options for players to set up their servers. The structure of the enshrouded_server.json file, which is used to configure the dedicated server, has been updated for this purpose. Depending on the previous configuration of the server, some changes may be necessary on your side. The password for a server was previously defined in line 3 of the \u201censhrouded_server.json\u201d file. This line is no longer used to set the password for dedicated servers! However, from now on, if the game recognizes a password defined in line 3, it will create a new \u201cuserGroup\u201d called \u201cdefault\u201d that will use the password and automatically grant the same permission level that players were used to until Content Update 2. Creating new \u201cuserGroups\u201d Authorizations for players to play on servers are now managed via user groups (\u201cuserGroups\u201d). Each group can be configured in the \u201censhrouded_server.json\u201d file with a unique configuration of authorizations and an associated password that grants the logged-in player the authorizations. By default, the \u201censhrouded_server.json\u201d starts with 3 user groups, which can serve as the basis for hosts (i.e. you). The default settings are: By default, NO passwords are assigned for these groups. You always have to assign a password manually and then add it. You will see a corresponding button in the basic settings of your server. If you want to use different user groups, we strongly recommend that you assign appropriate passwords so that nobody can do anything nonsensical on your server. Can I also create new user groups (\u201cuserGroups\u201d)? New and unique user groups can also be set up in the \u201censhrouded_server.json\u201d file. To do this, simply add a new user group section with a new name and set a password and the desired authorizations. Another setting that can be configured for each user group is the number of reserved slots for this user group.The option for this is called: \u201creservedSlots\u201d: 1 If 1 or more reserved slots have been set up, the lobby will be marked as \u201cfull\u201d for players trying to join the server with another user group, which would result in all session slots being full. This allows for example admins or friends to join even if there is a high demand for slots by \u201cguests\u201d. Changes to used ports In Content Update #2, the previously used \u201cgamePort\u201d was removed from Enshrouded. Now the only port used by the game is the \u201cqueryPort\u201d. Example of an updated server configuration<\/p>\n","protected":false},"author":16,"featured_media":21250,"comment_status":"closed","ping_status":"open","sticky":false,"template":"post-blog-template.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[30,22],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki<\/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:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki\" \/>\n<meta property=\"og:description\" content=\"Do I have to change anything now with the content update #2? Update 2 of Enshrouded brought additional options for players to set up their servers. The structure of the enshrouded_server.json file, which is used to configure the dedicated server, has been updated for this purpose. Depending on the previous configuration of the server, some changes may be necessary on your side. The password for a server was previously defined in line 3 of the \u201censhrouded_server.json\u201d file. This line is no longer used to set the password for dedicated servers! However, from now on, if the game recognizes a password defined in line 3, it will create a new \u201cuserGroup\u201d called \u201cdefault\u201d that will use the password and automatically grant the same permission level that players were used to until Content Update 2. Creating new \u201cuserGroups\u201d Authorizations for players to play on servers are now managed via user groups (\u201cuserGroups\u201d). Each group can be configured in the \u201censhrouded_server.json\u201d file with a unique configuration of authorizations and an associated password that grants the logged-in player the authorizations. By default, the \u201censhrouded_server.json\u201d starts with 3 user groups, which can serve as the basis for hosts (i.e. you). The default settings are: By default, NO passwords are assigned for these groups. You always have to assign a password manually and then add it. You will see a corresponding button in the basic settings of your server. If you want to use different user groups, we strongly recommend that you assign appropriate passwords so that nobody can do anything nonsensical on your server. Can I also create new user groups (\u201cuserGroups\u201d)? New and unique user groups can also be set up in the \u201censhrouded_server.json\u201d file. To do this, simply add a new user group section with a new name and set a password and the desired authorizations. Another setting that can be configured for each user group is the number of reserved slots for this user group.The option for this is called: \u201creservedSlots\u201d: 1 If 1 or more reserved slots have been set up, the lobby will be marked as \u201cfull\u201d for players trying to join the server with another user group, which would result in all session slots being full. This allows for example admins or friends to join even if there is a high demand for slots by \u201cguests\u201d. Changes to used ports In Content Update #2, the previously used \u201cgamePort\u201d was removed from Enshrouded. Now the only port used by the game is the \u201cqueryPort\u201d. Example of an updated server configuration\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/\" \/>\n<meta property=\"og:site_name\" content=\"GPORTAL Wiki\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-05T15:08:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-05T16:16:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"35\" \/>\n\t<meta property=\"og:image:height\" content=\"28\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Steven\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steven\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/\",\"name\":\"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki\",\"isPartOf\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png\",\"datePublished\":\"2024-06-05T15:08:56+00:00\",\"dateModified\":\"2024-11-05T16:16:13+00:00\",\"author\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png\",\"contentUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png\",\"width\":35,\"height\":28},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.g-portal.com\/wiki\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/\",\"name\":\"GPORTAL Wiki\",\"description\":\"GPORTAL Wiki\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\",\"name\":\"Steven\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"caption\":\"Steven\"},\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki","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:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/","og_locale":"en_US","og_type":"article","og_title":"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki","og_description":"Do I have to change anything now with the content update #2? Update 2 of Enshrouded brought additional options for players to set up their servers. The structure of the enshrouded_server.json file, which is used to configure the dedicated server, has been updated for this purpose. Depending on the previous configuration of the server, some changes may be necessary on your side. The password for a server was previously defined in line 3 of the \u201censhrouded_server.json\u201d file. This line is no longer used to set the password for dedicated servers! However, from now on, if the game recognizes a password defined in line 3, it will create a new \u201cuserGroup\u201d called \u201cdefault\u201d that will use the password and automatically grant the same permission level that players were used to until Content Update 2. Creating new \u201cuserGroups\u201d Authorizations for players to play on servers are now managed via user groups (\u201cuserGroups\u201d). Each group can be configured in the \u201censhrouded_server.json\u201d file with a unique configuration of authorizations and an associated password that grants the logged-in player the authorizations. By default, the \u201censhrouded_server.json\u201d starts with 3 user groups, which can serve as the basis for hosts (i.e. you). The default settings are: By default, NO passwords are assigned for these groups. You always have to assign a password manually and then add it. You will see a corresponding button in the basic settings of your server. If you want to use different user groups, we strongly recommend that you assign appropriate passwords so that nobody can do anything nonsensical on your server. Can I also create new user groups (\u201cuserGroups\u201d)? New and unique user groups can also be set up in the \u201censhrouded_server.json\u201d file. To do this, simply add a new user group section with a new name and set a password and the desired authorizations. Another setting that can be configured for each user group is the number of reserved slots for this user group.The option for this is called: \u201creservedSlots\u201d: 1 If 1 or more reserved slots have been set up, the lobby will be marked as \u201cfull\u201d for players trying to join the server with another user group, which would result in all session slots being full. This allows for example admins or friends to join even if there is a high demand for slots by \u201cguests\u201d. Changes to used ports In Content Update #2, the previously used \u201cgamePort\u201d was removed from Enshrouded. Now the only port used by the game is the \u201cqueryPort\u201d. Example of an updated server configuration","og_url":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/","og_site_name":"GPORTAL Wiki","article_published_time":"2024-06-05T15:08:56+00:00","article_modified_time":"2024-11-05T16:16:13+00:00","og_image":[{"width":35,"height":28,"url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png","type":"image\/png"}],"author":"Steven","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Steven","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/","url":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/","name":"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work? - GPORTAL Wiki","isPartOf":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage"},"image":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage"},"thumbnailUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png","datePublished":"2024-06-05T15:08:56+00:00","dateModified":"2024-11-05T16:16:13+00:00","author":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf"},"breadcrumb":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#primaryimage","url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png","contentUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png","width":35,"height":28},{"@type":"BreadcrumbList","@id":"https:\/\/www.g-portal.com\/wiki\/en\/how-do-the-new-usergroups-user-groups-for-enshrouded-server-work\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.g-portal.com\/wiki\/en\/"},{"@type":"ListItem","position":2,"name":"How do the new \u201cuserGroups\u201d (user groups) for Enshrouded Server work?"}]},{"@type":"WebSite","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website","url":"https:\/\/www.g-portal.com\/wiki\/en\/","name":"GPORTAL Wiki","description":"GPORTAL Wiki","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf","name":"Steven","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","caption":"Steven"},"url":"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/"}]}},"jetpack_featured_media_url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/09\/New-character-1.png","_links":{"self":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/21248"}],"collection":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/comments?post=21248"}],"version-history":[{"count":6,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/21248\/revisions"}],"predecessor-version":[{"id":23304,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/21248\/revisions\/23304"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media\/21250"}],"wp:attachment":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media?parent=21248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/categories?post=21248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/tags?post=21248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}