Alerts
The alert system is simple; it notifies staff about players mining in caves to monitor players using x-ray.
Config
###############################################
## ##
## UltraStaff ##
## Alerts module settings ##
## ##
###############################################
alerts:
mode: whitelist # modes: whitelist or blacklist, it is for worlds to handle alerts
worlds: # world list to whitelist or blacklist
- "world"
- "survival"
- "world_nether"
blocks: # List of block to alert, you have the list of blocks available at: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
- "DIAMOND_ORE"
- "EMERALD_ORE"
minY: 13 # the min layer Y to handle the alertsOverview

Last updated