This commit is contained in:
Jacob Vinding
2025-12-26 23:36:50 +01:00
commit 44b79588a3
2778 changed files with 418761 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
// 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.
{
"useWorldId": "false",
"playerTrackingEnabled": "true",
"opPlayerTrackingEnabled": "true",
"playerTrackingUpdateTime": "5",
"teleportEnabled": "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.7.1"
}