minecraft server init
This commit is contained in:
69
config/walljump.cfg
Normal file
69
config/walljump.cfg
Normal file
@ -0,0 +1,69 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Allows you to climb up without alternating walls
|
||||
B:allowReClinging=true
|
||||
|
||||
# Automatically turn the player when wall clinging
|
||||
B:autoRotation=false
|
||||
|
||||
# A list of blocks that cannot be clinged to
|
||||
S:blacklistedBlocks <
|
||||
minecraft:ice
|
||||
minecraft:packed_ice
|
||||
>
|
||||
|
||||
# Elytra speed boost; set to 0.0 to disable
|
||||
# Min: 0.0
|
||||
# Max: 3.0
|
||||
D:elytraSpeedBoost=0.0
|
||||
|
||||
# Enable Wall-Jump enchantments in the enchanting table
|
||||
B:enableEnchantments=false
|
||||
D:exhaustionWallCling=0.01
|
||||
|
||||
# Exhaustion gained per wall jump
|
||||
# Min: 0.0
|
||||
# Max: 3.0
|
||||
D:exhaustionWallJump=0.75
|
||||
|
||||
# Turns the blacklisted block list into a whitelist
|
||||
B:invertBlockBlacklist=false
|
||||
|
||||
# Minimum distance for fall damage; set to 3.0 to disable
|
||||
# Min: 3.0
|
||||
# Max: 1.7976931348623157E308
|
||||
D:minFallDistance=7.5
|
||||
|
||||
# Play a rush of wind as you fall to your doom
|
||||
B:playFallSound=true
|
||||
|
||||
# Sprint speed boost; set to 0.0 to disable
|
||||
# Min: 0.0
|
||||
# Max: 3.0
|
||||
D:sprintSpeedBoost=0.0
|
||||
D:sprintSpeedModifier=1.0
|
||||
|
||||
# Walk up steps even while airborne, also jump over fences
|
||||
B:stepAssist=false
|
||||
|
||||
# Allows you to jump in mid-air
|
||||
B:useDoubleJump=false
|
||||
|
||||
# Allows you to wall cling and wall jump
|
||||
B:useWallJump=true
|
||||
|
||||
# Distance jumped during a wall jump
|
||||
# Min: 0.0
|
||||
# Max: 1.0
|
||||
D:wallJumpBoost=0.55
|
||||
D:wallJumpHeight=0.8
|
||||
|
||||
# Ticks wall clinged before a wall slide
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:wallSlideDelay=15
|
||||
D:wallSlideSpeed=0.1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user