Tool Damage

Define the damage done to a tool when a player mines a generator block.

circle-info

The default tool damage is 1 and can be changed inside the config.yml

# fixed amount
tool-damage: 2

# range
tool-damage: 1-3

# random
tool-damage: 1;3;5

Last updated