# Config
config-version: 1.0 # This is the version of the config.yml file. DO NOT CHANGE THIS.
per-weapon-cooldown: true
hitbox-increase: 0.2
# config-version
Type: STRING
Explaination: This is the version of the config.yml file. DO NOT CHANGE THIS.
# per-weapon-cooldown
Type: BOOLEAN
Explaination: This is a boolean that determines if the cooldown of a weapon is per-weapon or per-player.
# hitbox-increase
Type: DOUBLE
Explaination: This is a value that determines the increase of the hitbox of a weapon.
# protection-damage-reduction.enabled
Type: BOOLEAN
Explaination: This is a boolean that determines if the damage reduction of the projectile protection enchantment should be enabled.
# protection-damage-reduction.amount
Type: INTEGER
Default: 5
Explaination: This is the amount of damage reduction the projectile protection enchantment should do.