MineAlert/src/main/resources/config.yml

26 lines
808 B
YAML

# Radius to search around block for similar blocks in the "vein"
radius: 3
# How often to run cleanup task (in minutes)
cleanup: 5
# Global notification settings, for less arthritis
# How long until we purge a node strike (in minutes)
purge: 30
# How many veins found within the above purge minutes to notify
start: 5
# After the initial alert, how many should be found in addition before more alerts?
each: 1
# After the initial alert, how many should be found in addition before more pings?
ping: 5
# Discord webhook
webhook: ''
# Only blocks listed here will be monitored
# Each of the above notify settings can be overridden per-block if needed
# Anything not overridden will default to the global setting
blocks:
diamond_ore:
color: '#b9f2ff'
ancient_debris:
color: '#933A16'
purge: 45