# Global Discord webhook # This can be set as a global fallback webhook: '' # OreAlert ore: # Radius to search around block for similar blocks in the "vein" radius: 3 # How often to run cleanup task (in minutes) cleanup: 5 # Default notification settings, for less arthritis # The color to use in chat and webhook alerts color: '#AAAAAA' # 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 use the default setting blocks: diamond_ore: color: '#B9F2FF' ancient_debris: color: '#933A16' purge: 45