# Global Discord webhook # This can be set as a global fallback webhook: '' # The URL the message points to # Can use {username} as a placeholder for the player's username url: 'https://website.com/{username}' # GriefAlert grief: # How many alerts before temporarily muting threshold: 5 # How long before un-muting (in minutes) reset: 10 # Discord webhook webhook: '' # Webhook color color: '' # Override url: '' # y level upper limit below_y: 255 # y level lower limit above_y: 20 # enabled alert types (ignition, tnt, or lava) enabled: - ignition - tnt - lava # 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: '' # Override url: '' # y level upper limit below_y: 20 # y level lower limit above_y: 0 # 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