41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
|
|
||
|
#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
|
||
|
#This sets whether or not the jetpack HUD will be visible.
|
||
|
enableJetpackHud = true
|
||
|
#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
|
||
|
#HUD Text Shadow
|
||
|
hudTextShadow = true
|
||
|
#Show exact Energy of Jetpack in HUD
|
||
|
showExactEnergy = false
|
||
|
#HUD Scale
|
||
|
#Range: 1 ~ 100
|
||
|
hudScale = 1
|
||
|
#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
|
||
|
|