Skip to main content
Version: 1.20.1

Config

You can find your config file at config/jackseconomy-client.toml

Your config should look like this by default.

jackseconomy-client.toml
hidePriceTooltips = false
alternativeTooltipFormat = true
#Range: 1.0 ~ 60.0
balanceChangePopupTime = 6.0
walletHudPositionRight = false
walletHudPositionYOffset = 0

Config Options

Hide Price Tooltips

This is shown when hovering over items with importer or exporter prices.

False (default)True

Alternative Tooltip Format

This is shown when hovering over items with prices and holding left-alt.

FalseTrue (default)

Balance Change Popup Time

This option determines how long in seconds the balance change popup (the text in green) appears for.
The specified value should be in the range of 1.0 ~ 60.0 e.g. balanceChangePopupTime = 2.5

Wallet Hud Position Right

note

The positioning of some gui elements is slightly broken when set to true.

Determines what side of the screen the wallet hud appears on.

False (default)True
The hud appears on the left-hand side of the screenThe hud appears on the right-hand side of the screen

Wallet Hud Position Y Offset

note

This can cause the hud to go off screen.

By increasing the value the hud will be moved lower down, decreasing the value has the opposite effect.