Files
mechanical-smp-v1/web/pack/config/ironjetpacks-client.toml
2025-07-26 15:09:57 +02:00

33 lines
780 B
TOML

#General configuration options.
[General]
#Enable jetpack sounds?
jetpackSounds = true
#Enable jetpack particles?
jetpackParticles = true
#Enable jetpack stat tooltips?
advancedTooltips = true
#HUD configuration options.
[HUD]
#Enable the HUD?
enable = true
#The position preset for the HUD.
#0=Top Left, 1=Middle Left, 2=Bottom Left, 3=Top Right, 4=Middle Right, 5=Bottom Right
# Default: 1
# Range: 0 ~ 5
position = 1
#The X offset for the HUD.
# Default: 0
# Range: > -2147483648
offsetX = 0
#The Y offset for the HUD.
# Default: 0
# Range: > -2147483648
offsetY = 0
#The animation speed for the HUD. lower = slower, higher = faster. 1 is instant.
# Default: 0.1
# Range: 0.0 ~ 1.0
animationSpeed = 0.1
#Show HUD over the chat?
showOverChat = false