2020-07-28 02:06:33 +00:00
|
|
|
# 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)
|
2020-07-21 03:17:08 +00:00
|
|
|
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:
|
2020-07-28 02:06:33 +00:00
|
|
|
diamond_ore:
|
2020-07-21 03:17:08 +00:00
|
|
|
color: '#b9f2ff'
|
2020-07-28 02:06:33 +00:00
|
|
|
ancient_debris:
|
2020-07-21 03:17:08 +00:00
|
|
|
color: '#933A16'
|
|
|
|
purge: 45
|