Alerts
Configuration
# Requires "permissions.notify" permission.
alerts-module:
# Whether or not staff will be notified when a user changes their name.
name-notify: true
# Whether or not staff will be notified when they are mentioned.
mention-notify: true
# Whether or not staff will be notified when the chat module detect phrases.
chat-phrase-detection: true
# The sound that is played to staff when notified.
sound: ORB_PICKUP
# Notifies staff when a player mines blocks listed in "blocks".
xray-alerts:
# Whether or not this module is enabled.
enabled: true
# Block type that, when mined, will invoke an alert.
blocks: SPAWNER, EMERALD_ORE, DIAMOND_ORE, GOLD_ORE, IRON_ORE, COAL_ORE, LAPIS_ORE, REDSTONE_ORE
alt-detect-notify:
enabled: true
# Trust levels for which an alert should be triggered
# POSITIVE;FAIRLY_POSITIVE;POSSIBLE;NOT_LIKELY
trust-levels: FAIRLY_POSITIVE;POSITIVESubscribing to alerts
Example
Last updated