Skip to content

Client Configuration Reference

All Journey Client settings are stored in .minecraft/config/journey-client/ on the client side. While you can edit these files manually, using the in-game /journeyclient commands is recommended.


File: config/journey-client/party-client.json

{
"enabled": true,
"showHUD": true,
"show3DIndicators": true,
"anchorPosition": "TOP_RIGHT",
"offsetX": 10,
"offsetY": 10,
"healthStyle": "HEARTS",
"hudScale": 0.8,
"showArmor": true,
"showHunger": true,
"showBuffs": true,
"showPokemonTeam": true,
"showDistance": true,
"showDimension": true,
"showLeadingPokemon": true,
"showBattleIndicator": true,
"showLevelable": true,
"showMountIndicator": true,
"showZoneName": true,
"indicatorMaxDistance": 128.0,
"showIndicatorHealth": true,
"showIndicatorName": true,
"showIndicatorDistance": true,
"hudOpacity": 0.8,
"indicatorScale": 1.0
}
FieldTypeDefaultDescription
enabledBooleantrueEnable/disable party client system
showHUDBooleantrueShow the party member HUD
show3DIndicatorsBooleantrueShow 3D indicators above party members
anchorPositionString"TOP_RIGHT"HUD position: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
offsetXInteger10Horizontal offset from anchor (pixels)
offsetYInteger10Vertical offset from anchor (pixels)
healthStyleString"HEARTS"Health display: HEARTS, BAR, BOTH
hudScaleFloat0.8HUD scale (0.1-3.0)
hudOpacityFloat0.8HUD background opacity (0.0-1.0)
showArmorBooleantrueDisplay armor points
showHungerBooleantrueDisplay hunger
showBuffsBooleantrueDisplay active status effects
showPokemonTeamBooleantrueShow party member’s Pokemon team
showLeadingPokemonBooleantrueShow the Pokemon currently out
showDistanceBooleantrueShow distance to party members
showDimensionBooleantrueShow dimension indicators
showBattleIndicatorBooleantrueShow if member is in battle
showMountIndicatorBooleantrueShow if member is riding a Pokemon
showLevelableBooleantrueShow active levelable and level
showZoneNameBooleantrueShow zone the member is in
indicatorMaxDistanceFloat128.0Max distance for 3D indicators
showIndicatorHealthBooleantrueShow health in 3D indicator
showIndicatorNameBooleantrueShow name in 3D indicator
showIndicatorDistanceBooleantrueShow distance in 3D indicator
indicatorScaleFloat1.03D indicator size

Commands:

/journeyclient party toggle
/journeyclient party healthstyle <hearts|bar|both>
/journeyclient party anchor <top-left|top-right|bottom-left|bottom-right>
/journeyclient party scale <0.1-3.0>
/journeyclient party offset <x> <y>
/journeyclient party opacity <0.0-1.0>
/journeyclient party armor
/journeyclient party hunger
/journeyclient party distance
/journeyclient party dimension
/journeyclient party info

File: config/journey-client/global-task-hud.json

{
"enabled": true,
"xPosition": 10,
"yPosition": 60,
"maxTasksShown": 2,
"showProgress": true,
"showParticipants": true,
"showTopContributors": true,
"maxContributorsShown": 3,
"showPersonalRank": true,
"compactMode": false,
"scale": 0.7,
"opacity": 0.85
}
FieldTypeDefaultDescription
enabledBooleantrueEnable/disable global task HUD
xPositionInteger10X position (pixels from left)
yPositionInteger60Y position (pixels from top)
maxTasksShownInteger2Max active tasks displayed
showProgressBooleantrueShow progress bars
showParticipantsBooleantrueShow participant count
showTopContributorsBooleantrueShow leaderboard
maxContributorsShownInteger3Max contributors in leaderboard (1-10)
showPersonalRankBooleantrueShow your rank and contribution
compactModeBooleanfalseMinimal display mode
scaleFloat0.7HUD scale (0.1-3.0)
opacityFloat0.85Background opacity (0.0-1.0)

Commands:

/journeyclient globaltask toggle
/journeyclient globaltask compact
/journeyclient globaltask position <x> <y>
/journeyclient globaltask scale <scale>
/journeyclient globaltask opacity <value>

File: config/journey-client/zone-visualization.json

{
"enabled": true,
"opacity": 0.3,
"fadeStartDistance": 64.0,
"fadeEndDistance": 128.0,
"renderDistance": 256.0,
"lineWidth": 2.0,
"showZoneNames": true,
"nameScale": 1.0,
"useDepthTest": true,
"animateOpacity": true,
"animationSpeed": 1.0
}
FieldTypeDefaultDescription
enabledBooleantrueEnable/disable zone rendering
opacityFloat0.3Base boundary opacity (0.0-1.0)
fadeStartDistanceFloat64.0Distance where fading begins (blocks)
fadeEndDistanceFloat128.0Distance where fully faded (blocks)
renderDistanceFloat256.0Maximum render distance (blocks)
lineWidthFloat2.0Boundary line thickness
showZoneNamesBooleantrueDisplay zone names in world
nameScaleFloat1.0Zone name text scale
useDepthTestBooleantrueHide lines behind blocks
animateOpacityBooleantruePulse/fade animation
animationSpeedFloat1.0Animation speed

Zones fade based on distance: full opacity below fadeStartDistance, gradually transparent between start and end, invisible beyond fadeEndDistance.

Commands:

/journeyclient zone toggle
/journeyclient zone opacity <0.0-1.0>
/journeyclient zone fadestart <blocks>
/journeyclient zone fadeend <blocks>
/journeyclient zone renderdist <blocks>
/journeyclient zone names
/journeyclient zone animation
/journeyclient zone info

File: config/journey-client/path-visualization.json

{
"enabled": true,
"lineColor": "#FFAA00",
"lineWidth": 3.0,
"opacity": 0.6,
"renderDistance": 128.0,
"showWaypoints": true,
"waypointSize": 0.5,
"animatePath": true,
"animationSpeed": 2.0,
"particleEffect": "minecraft:end_rod"
}
FieldTypeDefaultDescription
enabledBooleantrueEnable/disable path rendering
lineColorString"#FFAA00"Path line color (hex)
lineWidthFloat3.0Path line thickness
opacityFloat0.6Path opacity (0.0-1.0)
renderDistanceFloat128.0Max render distance (blocks)
showWaypointsBooleantrueShow waypoint markers
waypointSizeFloat0.5Waypoint marker size
animatePathBooleantrueAnimated flowing effect
animationSpeedFloat2.0Animation speed
particleEffectString"minecraft:end_rod"Particle for waypoints

Commands:

/journeyclient path toggle
/journeyclient path waypoints
/journeyclient path color <hex>
/journeyclient path width <pixels>
/journeyclient path opacity <0.0-1.0>
/journeyclient path renderdist <blocks>
/journeyclient path info

File: config/journey-client/objective-markers.json

{
"enabled": true,
"showDistance": true,
"showName": true,
"maxDistance": 256.0,
"scale": 1.0,
"opacity": 0.9,
"beaconHeight": 128.0,
"beaconColor": "#00FFFF",
"fadeNearPlayer": true,
"fadeDistance": 5.0
}
FieldTypeDefaultDescription
enabledBooleantrueEnable/disable objective markers
showDistanceBooleantrueDisplay distance to objective
showNameBooleantrueDisplay objective name
maxDistanceFloat256.0Max render distance (blocks)
scaleFloat1.0Marker size multiplier
opacityFloat0.9Marker opacity (0.0-1.0)
beaconHeightFloat128.0Height of beacon beam
beaconColorString"#00FFFF"Beacon color (hex)
fadeNearPlayerBooleantrueFade when close to marker
fadeDistanceFloat5.0Distance to start fading (blocks)

Commands:

/journeyclient objective toggle
/journeyclient objective distance
/journeyclient objective name
/journeyclient objective scale <size>
/journeyclient objective opacity <0.0-1.0>
/journeyclient objective beaconcolor <hex>
/journeyclient objective renderdist <blocks>
/journeyclient objective info