Fellies/config/simplyjetpacks-client.toml

41 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#Simply Jetpacks 2 - Client Configurations
[simplyjetpacks-client]
#Controls Configurations
[simplyjetpacks-client.controls]
#This sets whether you must hold sneak to hover.
invertHoverSneakingBehavior = false
#GUI Configurations
[simplyjetpacks-client.gui]
#This sets the color of the Jetpack HUD.
#Range: > -2147483648
hudTextColor = 16777215
2021-02-13 10:16:29 +00:00
#This sets whether or not the jetpack HUD will be visible.
enableJetpackHud = true
2021-01-28 20:21:47 +00:00
#HUD Position
#Allowed Values: TOP_LEFT, TOP_CENTER, TOP_RIGHT, LEFT, RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
hudTextPosition = "TOP_LEFT"
#HUD Position X Offset
#Range: > -2147483648
hudXOffset = 0
2021-02-13 10:16:29 +00:00
#HUD Text Shadow
hudTextShadow = true
#Show exact Energy of Jetpack in HUD
showExactEnergy = false
2021-02-12 14:22:54 +00:00
#HUD Scale
#Range: 1 ~ 100
hudScale = 1
2021-02-13 10:16:29 +00:00
#HUD Position Y Offset
#Range: > -2147483648
hudYOffset = 0
#This sets whether or not jetpack state messages will show.
enableStateMessages = true
#Audio Configurations
[simplyjetpacks-client.audio]
#This sets whether jetpack sounds will play.
enableJetpackSounds = true
2021-01-28 20:21:47 +00:00