// JourneyMap server configuration file. Modify at your own risk!
// To restore the default settings, simply delete this file before starting Minecraft server
// For more information, go to: http://journeymap.info/JourneyMapServer
//
// Dimension ResourceKey[minecraft:dimension / minecraft:overworld] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim 
{
  "enabled": "false",
  "dimension": {
    "registryName": {
      "namespace": "minecraft",
      "path": "dimension"
    },
    "location": {
      "namespace": "minecraft",
      "path": "overworld"
    }
  },
  "minimapEnabled": "true",
  "hideCoordinates": "false",
  "teleportEnabled": "false",
  "crossDimTeleport": "true",
  "surfaceRenderRange": "0",
  "caveRenderRange": "0",
  "surfaceMapping": "ALL",
  "topoMapping": "ALL",
  "biomeMapping": "ALL",
  "caveMapping": "ALL",
  "radarEnabled": "ALL",
  "playerRadarEnabled": "true",
  "playerRadarNamesEnabled": "true",
  "villagerRadarEnabled": "true",
  "animalRadarEnabled": "true",
  "mobRadarEnabled": "true",
  "configVersion": "6.0.0-beta.55"
}