RocketJumping/build/resources/main/config.yml

9 lines
329 B
YAML
Raw Normal View History

2024-07-25 14:11:44 +02:00
# config.yml
# boostPower sets how powerful the rocket boost is (default: 4.0)
boostPower: 4.0
# damageShooter defines whether the shooter gets damages by their own fireworks (default: false)
damageShooter: false
# damageOthers defines whether other people (excluding the shooter) get damaged (default: true)
damageOthers: true