初始的配置文件.

This commit is contained in:
2026-01-19 20:44:42 +08:00
commit cfbe6cced6
233 changed files with 11075 additions and 0 deletions

9
maplink/friends.json5 Normal file
View File

@@ -0,0 +1,9 @@
{
"friendList": [],
"onlyShowFriendsWaypoints": false,
"onlyShowFriendsIconWaypoints": false,
"alwaysShowFriendsWaypoints": true,
"alwaysShowFriendsIconWaypoints": true,
"overwriteFriendWaypointColor": false,
"friendWaypointColor": "Black"
}

67
maplink/general.json5 Normal file
View File

@@ -0,0 +1,67 @@
{
"enabled": true,
"serverEntries": [
{
"maptype": "Pl3xMap",
"ip": "frp-sun.com:52508",
"link": "https://mcmap.nerd-paker.space/",
"markerVisibilityMode": "All",
"markerLayers": [
"pl3xmap_spawn",
"pl3xmap_worldborder"
],
"individualMarkerMode": "BlackList",
"markers": [],
"areaMarkerVisibilityMode": "All",
"areaMarkerLayers": [
"pl3xmap_spawn",
"pl3xmap_worldborder"
],
"individualAreaMarkerMode": "BlackList",
"areaMarkers": [],
"iconMarkerVisibilityMode": "All",
"iconMarkerLayers": [
"pl3xmap_spawn",
"pl3xmap_worldborder"
],
"individualIconMode": "BlackList",
"icons": []
}
],
"maxUpdateDelay": 2000,
"defaultY": 64,
"minimapWaypointsRenderBelow": "WHEN_PLAYER_LIST_SHOWN",
"enablePlayerWaypoints": true,
"showPlayerWaypointsAsTrackedPlayers": true,
"interpolationTime": 100,
"enablePlayerIconWaypoints": true,
"useMcHeadsPlayerNameIcons": false,
"playerWaypointColor": "Black",
"showAfkInTabList": true,
"timeUntilAfk": 120,
"showAfkTimeInTabList": true,
"hideAfkMinutes": false,
"AfkColor": 16733440,
"unknownAfkStateColor": 6316128,
"enableMarkerWaypoints": true,
"enableMarkerIcons": true,
"showDefaultMarkerIcons": true,
"markerWaypointColor": "Gray",
"enableAreaMarkerOverlay": true,
"areaFillAlphaMul": 100,
"areaFillAlphaMin": 0,
"areaFillAlphaMax": 42,
"areaLineAlphaMul": 100,
"areaLineAlphaMin": 0,
"areaLineAlphaMax": 100,
"blocksPerChunkThreshold": 128,
"maxChunkArea": 500000,
"excludeOPAC": true,
"ignoredServers": [],
"ignoreMarkerMessage": false,
"hideAllChatErrors": false,
"debugMode": false,
"chatLogInDebugMode": false,
"ignoreCertificatesUseAtYourOwnRisk": false,
"configVersionDoNotEdit": 2
}

24
maplink/hud.json5 Normal file
View File

@@ -0,0 +1,24 @@
{
"showPlayerWaypoints": "ALWAYS",
"showMarkerWaypoints": "ALWAYS",
"hidePlayersInRange": false,
"hidePlayersVisible": false,
"showTrackerDistance": true,
"playerTextScale": 100,
"playerIconScale": 100,
"markerTextScale": 100,
"markerIconScale": 100,
"minVisiblePlayerDistance": 30,
"minNotVisiblePlayerDistance": 10,
"maxPlayerDistance": 100000,
"maxPlayerWaypoints": 40,
"minPlayerIconDistance": 0,
"maxPlayerIconDistance": 100000,
"maxPlayerIconWaypoints": 40,
"minMarkerDistance": 0,
"maxMarkerDistance": 100000,
"maxMarkerWaypoints": 40,
"minMarkerIconDistance": 0,
"maxMarkerIconDistance": 100000,
"maxMarkerIconWaypoints": 40
}

23
maplink/minimap.json5 Normal file
View File

@@ -0,0 +1,23 @@
{
"showPlayerWaypoints": "ALWAYS",
"showMarkerWaypoints": "ALWAYS",
"hidePlayersInRange": false,
"outOfBoundsPlayerWaypoints": true,
"outOfBoundsMarkerWaypoints": true,
"playerTextScale": 100,
"playerIconScale": 100,
"markerTextScale": 100,
"markerIconScale": 100,
"minPlayerDistance": 0,
"maxPlayerDistance": 100000,
"maxPlayerWaypoints": 40,
"minPlayerIconDistance": 0,
"maxPlayerIconDistance": 100000,
"maxPlayerIconWaypoints": 40,
"minMarkerDistance": 0,
"maxMarkerDistance": 100000,
"maxMarkerWaypoints": 40,
"minMarkerIconDistance": 0,
"maxMarkerIconDistance": 100000,
"maxMarkerIconWaypoints": 40
}

23
maplink/worldmap.json5 Normal file
View File

@@ -0,0 +1,23 @@
{
"showPlayerWaypoints": "ALWAYS",
"showMarkerWaypoints": "ALWAYS",
"hidePlayersInRange": false,
"waypointIconBackground": false,
"showTrackerDistance": true,
"playerTextScale": 100,
"playerIconScale": 100,
"markerTextScale": 100,
"markerIconScale": 100,
"minPlayerDistance": 0,
"maxPlayerDistance": 1000000,
"maxPlayerWaypoints": 1000,
"minPlayerIconDistance": 0,
"maxPlayerIconDistance": 1000000,
"maxPlayerIconWaypoints": 1000,
"minMarkerDistance": 0,
"maxMarkerDistance": 1000000,
"maxMarkerWaypoints": 10000,
"minMarkerIconDistance": 0,
"maxMarkerIconDistance": 1000000,
"maxMarkerIconWaypoints": 10000
}