{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "295529",
   "self": "https://bugs.mojang.com/rest/api/2/issue/295529",
   "key": "BDS-3581",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "2",
      "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": "2024-01-04T19:43:39.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-3581/watchers",
         "watchCount": 2,
         "isWatching": false
      },
      "created": "2020-03-15T00:30:17.000+0200",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [
         "feature-check"
      ],
      "customfield_11700": "{}",
      "versions": [
         "19001"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2024-01-04T19:43:39.000+0200",
      "status": "5",
      "description": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=[~IonicEcko]Description Update|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n\\\\\n*Workaround*\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n\n{panel}",
      "customfield_11100": null,
      "customfield_11300": null,
      "customfield_11500": "338991",
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "Level-Type not present in Server.Properties",
      "creator": "totallyfakeandnotlegitatzlk",
      "reporter": "totallyfakeandnotlegitatzlk",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i18tqn:",
      "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/295529/comment/647180",
               "id": "647180",
               "author": "ionicecko",
               "body": "Have you tried adding it?",
               "updateAuthor": "ionicecko",
               "created": "2020-03-15T04:28:52.087+0200",
               "updated": "2020-03-15T04:28:52.087+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/295529/comment/647187",
               "id": "647187",
               "author": "ionicecko",
               "body": "I've just tested this and it works.\n\nJust add the line level-type=FLAT and it generates a flat world.\n\nI've re-purposed your report as a bug report for the lack of the option being present by default given that the option works, just isnt in the default server.properties file. Apologies for all the alerts, was failing big time at my JIRA-fu.\n\nIonic",
               "updateAuthor": "ionicecko",
               "created": "2020-03-15T04:49:45.643+0200",
               "updated": "2020-03-15T04:49:45.643+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/295529/comment/647336",
               "id": "647336",
               "author": "totallyfakeandnotlegitatzlk",
               "body": "It worked! Thanks",
               "updateAuthor": "totallyfakeandnotlegitatzlk",
               "created": "2020-03-15T15:57:30.432+0200",
               "updated": "2020-03-15T15:57:30.432+0200"
            }
         ],
         "maxResults": 3,
         "total": 3,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-3581/votes",
         "votes": 2,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 9,
      "total": 9,
      "histories": [
         {
            "id": "1467808",
            "author": "ionicecko",
            "created": "2020-03-15T04:39:25.174+0200",
            "items": [
               {
                  "field": "summary",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Cant change world to flat",
                  "to": null,
                  "toString": "Level-Type not present in Server.Properties"
               }
            ]
         },
         {
            "id": "1467809",
            "author": "ionicecko",
            "created": "2020-03-15T04:46:59.341+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0",
                  "to": null,
                  "toString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n{panel:title=Workaround|borderStyle=dashed|borderColor=#ccc|titleBGColor=#C1F7D6|bgColor=#CEFFFF}\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\n```\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n```\n{panel}\n{panel}"
               }
            ]
         },
         {
            "id": "1467810",
            "author": "ionicecko",
            "created": "2020-03-15T04:47:14.794+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n{panel:title=Workaround|borderStyle=dashed|borderColor=#ccc|titleBGColor=#C1F7D6|bgColor=#CEFFFF}\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\n```\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n```\n{panel}\n{panel}",
                  "to": null,
                  "toString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n{panel:title=Workaround|borderStyle=dashed}\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\n```\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n```\n\n{panel}"
               }
            ]
         },
         {
            "id": "1467811",
            "author": "ionicecko",
            "created": "2020-03-15T04:48:01.895+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n{panel:title=Workaround|borderStyle=dashed}\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\n```\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n```\n\n{panel}",
                  "to": null,
                  "toString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n\\\\\n*Workaround*\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n\n{panel}"
               }
            ]
         },
         {
            "id": "1467812",
            "author": "ionicecko",
            "created": "2020-03-15T04:48:13.647+0200",
            "items": [
               {
                  "field": "labels",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "",
                  "to": null,
                  "toString": "feature-check"
               }
            ]
         },
         {
            "id": "1467813",
            "author": "ionicecko",
            "created": "2020-03-15T04:48:40.657+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n\\\\\n*Workaround*\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n\n{panel}",
                  "to": null,
                  "toString": "Hi, I've been trying to change the world to flat in properties but I cant find \"level-type: i look on the html thing at it says that it's an option, however I cannot see it in properties\u00a0\n\\\\\n\\\\\n{panel:title=[~IonicEcko]Description Update|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe level-type option isn't present in the default server.properties file but is listed in the bedrock_server_how_to file.\n\n*Steps to reproduce:*\n# Download BDS server files\n# Open the server.properties file\n# Observe that level-type is not present\n\n*What I expected to happen:*\nlevel-type to be present in line with the other options.\n\n*What actually happened:*\nOption is not present and must be added manually.\n\\\\\n\\\\\n*Workaround*\nIt is still possible to use the option by copying on the below lines into your server.properties file (modify DEFAULT to your desired world type).\n\nlevel-type=DEFAULT\n# Sets the world type for a newly generated server. Note this will not modify an existing world.\n# Allowed values: \"FLAT\", \"LEGACY\", \"DEFAULT\" (Caps required)\n\n{panel}"
               }
            ]
         },
         {
            "id": "1490107",
            "author": "ionicecko",
            "created": "2020-04-01T06:54:03.551+0300",
            "items": [
               {
                  "field": "Confirmation Status",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": null,
                  "to": "10303",
                  "toString": "Confirmed"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "1499364",
            "author": "mega_spud",
            "created": "2020-04-08T12:38:20.727+0300",
            "items": [
               {
                  "field": "ADO",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": null,
                  "to": null,
                  "toString": "338991"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2919583",
            "author": "greymagic27",
            "created": "2024-01-04T19:43:39.966+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "2",
                  "toString": "Won't Fix"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}