Files
sevtech-ages-1.12.2/journeymap/server/5.5/journeymap.server.global.config
2025-07-23 08:37:00 +03:00

22 lines
806 B
Plaintext

// 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
//
// Global Server Configuration : Applies to all dimensions unless overridden. 'WorldID is Read Only'
{
"teleportEnabled": "false",
"useWorldId": "false",
"opSurfaceMappingEnabled": "true",
"surfaceMappingEnabled": "true",
"opTopoMappingEnabled": "true",
"topoMappingEnabled": "true",
"opCaveMappingEnabled": "true",
"caveMappingEnabled": "true",
"opRadarEnabled": "true",
"radarEnabled": "true",
"playerRadarEnabled": "true",
"villagerRadarEnabled": "true",
"animalRadarEnabled": "true",
"mobRadarEnabled": "true",
"configVersion": "5.5.4"
}