properly configure walljump
This commit is contained in:
parent
66213ce56d
commit
886660a732
@ -1,15 +0,0 @@
|
||||
#automatically generated default config file
|
||||
#Sat Sep 02 09:54:10 ADT 2023
|
||||
useDoubleJump=false
|
||||
exhaustionWallJump=0.8
|
||||
minFallDistance=7.5
|
||||
autoRotation=false
|
||||
enableEnchantments=false
|
||||
stepAssist=true
|
||||
allowReClinging=false
|
||||
sprintSpeedBoost=0.0
|
||||
elytraSpeedBoost=0.0
|
||||
wallSlideDelay=15
|
||||
useWallJump=true
|
||||
wallJumpHeight=0.55
|
||||
playFallSound=true
|
31
config/walljump.json
Normal file
31
config/walljump.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"enchantconfigs": {
|
||||
"enableEnchantments": true,
|
||||
"enableDoubleJumpEnchantment": true,
|
||||
"doublejump_maxlevel": 2,
|
||||
"enableSpeedboostEnchantment": true,
|
||||
"speedboost_maxlevel": 3,
|
||||
"enableWallJumpEnchantment": true,
|
||||
"walljump_maxlevel": 1
|
||||
},
|
||||
"doubleconfigs": {
|
||||
"useDoubleJump": false,
|
||||
"minFallDistance": 7.5
|
||||
},
|
||||
"speedconfigs": {
|
||||
"sprintSpeedBoost": 0.0,
|
||||
"elytraSpeedBoost": 0.0
|
||||
},
|
||||
"jumpconfigs": {
|
||||
"useWallJump": true,
|
||||
"wallJumpHeight": 0.55,
|
||||
"wallJumpXextra": 0.0,
|
||||
"wallJumpZextra": 0.0,
|
||||
"allowReClinging": false,
|
||||
"wallSlideDelay": 15,
|
||||
"autoRotation": false,
|
||||
"exhaustionWallJump": 0.8
|
||||
},
|
||||
"playFallSound": true,
|
||||
"stepAssist": true
|
||||
}
|
@ -61,8 +61,8 @@ file = "config/voicechat/voicechat-server.properties"
|
||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
|
||||
[[files]]
|
||||
file = "config/wall-jump.properties"
|
||||
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
|
||||
file = "config/walljump.json"
|
||||
hash = "94f9017594df2b175fecdccbabfab5ec924d363622730895022621dfdaee7d93"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/custom-hud/config.json"
|
||||
|
Loading…
Reference in New Issue
Block a user