MineAlert/src/main/resources/config.yml

25 lines
747 B
YAML

# Global 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:
-
material: 'diamond_ore'
name: 'Diamond Ore'
color: '#b9f2ff'
-
material: 'ancient_debris'
name: 'Ancient Debris'
color: '#933A16'
purge: 45