{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "571858",
   "self": "https://bugs.mojang.com/rest/api/2/issue/571858",
   "key": "BDS-19840",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "6",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10303",
         "value": "Confirmed",
         "id": "10303",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2025-01-29T11:43:00.000+0000",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-19840/watchers",
         "watchCount": 3,
         "isWatching": false
      },
      "created": "2024-10-26T15:23:23.000+0000",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "22551",
         "22594"
      ],
      "issuelinks": [
         {
            "id": "310507",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/310507",
            "type": "10103",
            "inwardIssue": "571950"
         }
      ],
      "assignee": null,
      "updated": "2025-01-29T11:50:14.000+0000",
      "status": "5",
      "description": "In the Linux version of the Bedrock Server (bedrock-server-1.21.43.01.zip) it seems to be impossible to enable hardcore mode for a new world.\r\n * I've tried to extend the server.properties file\r\n ** hardcore = true\r\n ** difficulty=hardcore\r\n ** difficulty=4\r\n\r\nBut nothing worked.\r\n\r\nIt is absolultely undocumented how the Hardcore mode can be activated.\r\n\r\n\u00a0",
      "customfield_11100": 0.0,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": "[Briefly describe the bug here]\r\n\r\n*Steps to Reproduce:*\r\n# [Step 1]\r\n# [Step 2]\r\n# [Step 3]\r\n\r\n*Observed Results:*\r\n[Describe what happens]\r\n\r\n*Expected Results:*\r\n[Describe what should happen]\r\n\r\n*Screenshots/Videos attached:* [please attach an image or short video]\r\n\r\n*Notes:*",
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [
         "595647"
      ],
      "summary": "Hardcore mode is not available in Bedrock Server",
      "creator": "JIRAUSER795934",
      "reporter": "JIRAUSER795934",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i2jvrz:",
      "environment": null,
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1362569",
               "id": "1362569",
               "author": "greymagic27",
               "body": "Setting the 'gamemode' to 'hardcore' should work. Please try this and report back.",
               "updateAuthor": "greymagic27",
               "created": "2024-10-27T17:58:50.897+0000",
               "updated": "2024-10-27T17:58:50.897+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1362585",
               "id": "1362585",
               "author": "JIRAUSER795934",
               "body": "Unfortunately it doesn't work! The server starts in *Creative mode* using the difficulty that is set in the server.properties file.\r\n\r\nUsing the default server.properties (with the modified gamemode and difficulty) the server starts in Creative mode in hard difficulty.\r\n\r\nThis is the server.proprties file (changes highlighted):\r\n\r\nserver-name=Dedicated Server\r\n*gamemode=hardcore*\r\nforce-gamemode=false\r\n*difficulty=hard*\r\nallow-cheats=false\r\nmax-players=10\r\nonline-mode=true\r\nallow-list=false\r\nserver-port=19132\r\nserver-portv6=19133\r\nenable-lan-visibility=true\r\nview-distance=32\r\ntick-distance=4\r\nplayer-idle-timeout=30\r\nmax-threads=8\r\nlevel-name=Bedrock level\r\nlevel-seed=\r\ndefault-player-permission-level=member\r\ntexturepack-required=false\r\ncontent-log-file-enabled=false\r\ncompression-threshold=1\r\ncompression-algorithm=zlib\r\nserver-authoritative-movement=server-auth\r\nplayer-position-acceptance-threshold=0.5\r\nplayer-movement-action-direction-threshold=0.85\r\nserver-authoritative-block-breaking-pick-range-scalar=1.5\r\nchat-restriction=None\r\ndisable-player-interaction=false\r\nclient-side-chunk-generation-enabled=true\r\nblock-network-ids-are-hashes=true\r\ndisable-persona=false\r\ndisable-custom-skins=false\r\nserver-build-radius-ratio=Disabled\r\nallow-outbound-script-debugging=false\r\nallow-inbound-script-debugging=false\r\nscript-debugger-auto-attach=disabled\r\n\r\n\u00a0\r\n\r\nAnd this is the output after starting a new world:\r\n\r\nNO LOG FILE! - setting up server logging...\r\n[2024-10-27 18:58:52:718 INFO] Starting Server\r\n[2024-10-27 18:58:52:718 INFO] Version: 1.21.43.01\r\n[2024-10-27 18:58:52:718 INFO] Session ID: f9b673f8-7a90-4d8d-adcf-eca036f9986e\r\n[2024-10-27 18:58:52:718 INFO] Build ID: 28812647\r\n[2024-10-27 18:58:52:718 INFO] Branch: r/21_u4\r\n[2024-10-27 18:58:52:718 INFO] Commit ID: 85739e3d01b156e58318b1488efef205f2ef4cb0\r\n[2024-10-27 18:58:52:718 INFO] Configuration: Publish\r\n[2024-10-27 18:58:52:720 INFO] Level Name: Bedrock level\r\n[2024-10-27 18:58:52:724 INFO] No CDN config file found for dedicated server\r\n*[2024-10-27 18:58:52:724 INFO] Game mode: 1 Creative*\r\n*[2024-10-27 18:58:52:724 INFO] Difficulty: 3 HARD*\r\n[2024-10-27 18:58:52:725 INFO] Content logging to console is enabled.\r\n[2024-10-27 18:58:53:342 INFO] Opening level 'worlds/Bedrock level/db'\r\n[2024-10-27 18:58:53:374 INFO] [SERVER] Pack Stack - None\r\n[2024-10-27 18:58:54:378 INFO] IPv4 supported, port: 19132: Used for gameplay and LAN discovery\r\n[2024-10-27 18:58:54:378 INFO] IPv6 supported, port: 19133: Used for gameplay\r\n[2024-10-27 18:58:54:393 INFO] Server started.\r\n[2024-10-27 18:58:54:393 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2024-10-27 18:58:54:393 INFO] Server Telemetry is currently not enabled.\u00a0\r\n[2024-10-27 18:58:54:393 INFO] Enabling this telemetry helps us improve the game.\r\n[2024-10-27 18:58:54:393 INFO]\u00a0\r\n[2024-10-27 18:58:54:393 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2024-10-27 18:58:54:393 INFO] to the server.properties file in the handheld/src-server directory\r\n[2024-10-27 18:58:54:393 INFO] ======================================================\r\n[2024-10-27 18:58:54:394 INFO] [Scripting] No script plugins found.\r\n\r\nIf I take the stock standard server.properties and change *only the gamemode* and leave the difficulty in the default easy setting then the game runs in *Creative mode* in {*}easy difficulty{*}.",
               "updateAuthor": "JIRAUSER795934",
               "created": "2024-10-27T19:12:43.399+0000",
               "updated": "2024-10-27T19:14:31.320+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1362598",
               "id": "1362598",
               "author": "dnscrypt",
               "body": "As @gergomeister mentioned, it forces the game into creative mode when modifying the gamemode as \u201chardcore\u201d",
               "updateAuthor": "dnscrypt",
               "created": "2024-10-27T21:04:09.813+0000",
               "updated": "2024-10-27T21:04:09.813+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1363076",
               "id": "1363076",
               "author": "greymagic27",
               "body": " !screenshot-1.png|thumbnail! \r\n\r\nPlease see if this workaround helps. Taken from the official Minecraft discord",
               "updateAuthor": "greymagic27",
               "created": "2024-10-30T16:06:44.051+0000",
               "updated": "2024-10-30T16:06:44.051+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1363376",
               "id": "1363376",
               "author": "JIRAUSER795934",
               "body": "I hope for a more streamlined solution, but for now it does the job. Thanks for your help!",
               "updateAuthor": "JIRAUSER795934",
               "created": "2024-10-31T18:16:49.603+0000",
               "updated": "2024-10-31T18:16:49.603+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/571858/comment/1377343",
               "id": "1377343",
               "author": "JIRAUSER788919",
               "body": "This issue is {color:#ff5722}*Working as Intended*{color}.\r\n\r\nThe report you have submitted is working as intended: Uploading world with pre enabled hardcore mode to the BDS is currently only option to activate Hardcore on BDS.",
               "updateAuthor": "JIRAUSER788919",
               "created": "2025-01-29T11:43:01.007+0000",
               "updated": "2025-01-29T11:50:14.207+0000"
            }
         ],
         "maxResults": 6,
         "total": 6,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-19840/votes",
         "votes": 4,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 12,
      "total": 12,
      "histories": [
         {
            "id": "3131283",
            "author": "greymagic27",
            "created": "2024-10-27T17:58:50.901+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "3131310",
            "author": "arisabot",
            "created": "2024-10-27T19:09:15.001+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "3131311",
            "author": "JIRAUSER795934",
            "created": "2024-10-27T19:10:35.819+0000",
            "items": [
               {
                  "field": "Comment",
                  "fieldtype": "jira",
                  "from": "Unfotunately it doesn't work! The server starts in *Creative mode* using the difficulty that is set in the server.properties file.\r\n\r\nUsing the default server.properties (with the modified gamemode and difficulty) the server starts in Creative mode in hard difficulty.\r\n\r\nThis is the server.proprties file (changes highlighted):\r\n\r\nserver-name=Dedicated Server\r\n*gamemode=hardcore*\r\nforce-gamemode=false\r\n*difficulty=hard*\r\nallow-cheats=false\r\nmax-players=10\r\nonline-mode=true\r\nallow-list=false\r\nserver-port=19132\r\nserver-portv6=19133\r\nenable-lan-visibility=true\r\nview-distance=32\r\ntick-distance=4\r\nplayer-idle-timeout=30\r\nmax-threads=8\r\nlevel-name=Bedrock level\r\nlevel-seed=\r\ndefault-player-permission-level=member\r\ntexturepack-required=false\r\ncontent-log-file-enabled=false\r\ncompression-threshold=1\r\ncompression-algorithm=zlib\r\nserver-authoritative-movement=server-auth\r\nplayer-position-acceptance-threshold=0.5\r\nplayer-movement-action-direction-threshold=0.85\r\nserver-authoritative-block-breaking-pick-range-scalar=1.5\r\nchat-restriction=None\r\ndisable-player-interaction=false\r\nclient-side-chunk-generation-enabled=true\r\nblock-network-ids-are-hashes=true\r\ndisable-persona=false\r\ndisable-custom-skins=false\r\nserver-build-radius-ratio=Disabled\r\nallow-outbound-script-debugging=false\r\nallow-inbound-script-debugging=false\r\nscript-debugger-auto-attach=disabled\r\n\r\n\u00a0\r\n\r\nAnd this is the output after starting a new world:\r\n\r\nNO LOG FILE! - setting up server logging...\r\n[2024-10-27 18:58:52:718 INFO] Starting Server\r\n[2024-10-27 18:58:52:718 INFO] Version: 1.21.43.01\r\n[2024-10-27 18:58:52:718 INFO] Session ID: f9b673f8-7a90-4d8d-adcf-eca036f9986e\r\n[2024-10-27 18:58:52:718 INFO] Build ID: 28812647\r\n[2024-10-27 18:58:52:718 INFO] Branch: r/21_u4\r\n[2024-10-27 18:58:52:718 INFO] Commit ID: 85739e3d01b156e58318b1488efef205f2ef4cb0\r\n[2024-10-27 18:58:52:718 INFO] Configuration: Publish\r\n[2024-10-27 18:58:52:720 INFO] Level Name: Bedrock level\r\n[2024-10-27 18:58:52:724 INFO] No CDN config file found for dedicated server\r\n*[2024-10-27 18:58:52:724 INFO] Game mode: 1 Creative*\r\n*[2024-10-27 18:58:52:724 INFO] Difficulty: 3 HARD*\r\n[2024-10-27 18:58:52:725 INFO] Content logging to console is enabled.\r\n[2024-10-27 18:58:53:342 INFO] Opening level 'worlds/Bedrock level/db'\r\n[2024-10-27 18:58:53:374 INFO] [SERVER] Pack Stack - None\r\n[2024-10-27 18:58:54:378 INFO] IPv4 supported, port: 19132: Used for gameplay and LAN discovery\r\n[2024-10-27 18:58:54:378 INFO] IPv6 supported, port: 19133: Used for gameplay\r\n[2024-10-27 18:58:54:393 INFO] Server started.\r\n[2024-10-27 18:58:54:393 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2024-10-27 18:58:54:393 INFO] Server Telemetry is currently not enabled.\u00a0\r\n[2024-10-27 18:58:54:393 INFO] Enabling this telemetry helps us improve the game.\r\n[2024-10-27 18:58:54:393 INFO]\u00a0\r\n[2024-10-27 18:58:54:393 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2024-10-27 18:58:54:393 INFO] to the server.properties file in the handheld/src-server directory\r\n[2024-10-27 18:58:54:393 INFO] ======================================================\r\n[2024-10-27 18:58:54:394 INFO] [Scripting] No script plugins found.\r\n\r\nIf I take the stock standard server.properties and change *_only_* __ the gamemode and leave the difficulty in the default easy setting then the game runs in *Creative mode* in easy {*}difficulty{*}.",
                  "fromString": null,
                  "to": null,
                  "toString": null
               }
            ]
         },
         {
            "id": "3132739",
            "author": "greymagic27",
            "created": "2024-10-30T16:06:30.946+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "595647",
                  "toString": "screenshot-1.png"
               }
            ]
         },
         {
            "id": "3132741",
            "author": "greymagic27",
            "created": "2024-10-30T16:06:48.648+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "3133907",
            "author": "arisabot",
            "created": "2024-10-31T18:16:59.355+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "3133919",
            "author": "greymagic27",
            "created": "2024-10-31T18:34:16.179+0000",
            "items": [
               {
                  "field": "Confirmation Status",
                  "fieldtype": "custom",
                  "from": "10300",
                  "fromString": "Unconfirmed",
                  "to": "10303",
                  "toString": "Confirmed"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "3148505",
            "author": "jarl-penguin",
            "created": "2024-12-06T23:02:09.159+0000",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "REALMS-12248",
                  "toString": "This issue relates to REALMS-12248"
               }
            ]
         },
         {
            "id": "3151520",
            "author": "greymagic27",
            "created": "2024-12-11T16:18:24.937+0000",
            "items": [
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "22594",
                  "toString": "1.21.50"
               }
            ]
         },
         {
            "id": "3156714",
            "author": "jarl-penguin",
            "created": "2024-12-25T08:02:32.142+0000",
            "items": [
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "4",
                  "toString": "Reopened"
               },
               {
                  "field": "summary",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hardcore mode is not available in Bedorck Server",
                  "to": null,
                  "toString": "Hardcore mode is not available in Bedrock Server"
               }
            ]
         },
         {
            "id": "3168747",
            "author": "dnscrypt",
            "created": "2025-01-26T13:30:48.117+0000",
            "items": [
               {
                  "field": "Comment",
                  "fieldtype": "jira",
                  "from": "I don't even know how to enable this with the Windows BDS either, nothing seems to work.  I wonder if it's not supported yet.  Can we get an official response from a dev?",
                  "fromString": null,
                  "to": null,
                  "toString": null
               }
            ]
         },
         {
            "id": "3169653",
            "author": "JIRAUSER788919",
            "created": "2025-01-29T11:43:01.019+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "6",
                  "toString": "Works As Intended"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}