# **********************************************************************************
# GENERAL
# **********************************************************************************
#
# You can edit the minimum amount of the foodlevel which a player needs
# to farm (1/20) at the 'min-foodlevel' section.
# You can edit the permission to bypass the afk mechanic for mining in
# the 'mining-permission' section.
# You can edit the permission to bypass the afk mechanic for fishing in
# the 'fishing-permission' section.
# You can edit the 'prefix' to change the prefix of the plugin.
# You can edit the 'errorPrefix' section.
#
# **********************************************************************************
# Mining
# **********************************************************************************
#
# You can set the amount of blocks that have to be destroyed for
# every foodlevel you loose in the 'block-amount' section.
#
# You can edit the error message when your foodlevel is too low (for mining)
# in the 'disable-farming-message' section.
#
# **********************************************************************************
# Fishing
# **********************************************************************************
#
# You can set the amount of entities that have to be fished for
# every foodlevel you loose in the 'caught-fishes' section.
#
# You can edit the error message when your foodlevel is too low (for fishing)
# in the 'disable-fishing-message' section.
#
# **********************************************************************************
antiafk:
min-foodlevel: 6
mining-permission: antiafk.mining.bypass
fishing-permission: antiafk.fishing.bypass
prefix: §l§2AntiAFK §a»
errorPrefix: §l§4AntiAFK §c»
block-amount: 3
disable-farming-message: §cYou need to eat something before you are able to destroy more blocks.
caught-fishes: 5
disable-fishing-message: §cYou need to eat something before you are able to continue fishing.