Updated default-config.yaml

This commit is contained in:
Andrew Lalis 2022-07-29 13:27:42 +02:00
parent 271c93550a
commit 29d44a5b01
1 changed files with 4 additions and 3 deletions

View File

@ -11,13 +11,13 @@ teams:
color: [0, 0, 0.8] color: [0, 0, 0.8]
spawnPoint: B spawnPoint: B
physics: physics:
gravity: 29.43 gravity: 9.81
walkingSpeed: 4 walkingSpeed: 4
crouchingSpeed: 1.5 crouchingSpeed: 1.5
sprintingSpeed: 9 sprintingSpeed: 9
movementAcceleration: 2 movementAcceleration: 2
movementDeceleration: 1 movementDeceleration: 1
jumpVerticalSpeed: 8 jumpVerticalSpeed: 7
actions: actions:
blockBreakCooldown: 0.25 blockBreakCooldown: 0.25
blockPlaceCooldown: 0.1 blockPlaceCooldown: 0.1
@ -30,3 +30,4 @@ actions:
teamSpawnProtection: 10 teamSpawnProtection: 10
movementAccuracyDecreaseFactor: 0.01 movementAccuracyDecreaseFactor: 0.01
friendlyFire: false friendlyFire: false
healthRegenPerSecond: 0.01