BlockAlert
Enhance your Minecraft server's security with the simple yet powerful BlockAlert plugin! This utility sends chat notifications whenever a player interacts with blocks you've predefined in the configuration file.
Key Features
- Customizable notifications - receive messages about important block interactions
- Programmable actions - configure command execution when clicking notification text
- Flexible alert settings - complete control over message format and notification conditions
- Cheating prevention - excellent tool for combating cheat clients and search modifications
Control Commands
/blockalert notification- enables and disables block notifications/blockalert reload- reloads the configuration file/blockalert version- displays the current plugin version/blockalert- shows all available subcommands
Permission System
blockalert.bypass- ignore all notificationsblockalert.alert- receive block alertsblockalert.reload- permission to reload configurationblockalert.use- use of the main plugin command
Example Configuration
# Format of the message displayed in chat
notification: '&7[&3Block&cAlert&7] &4%player% destroyed a &b%block%'
# Command executed when clicking the notification
command: '/tp %location%'
# Specifies maximum block height for notifications
block-height: 63
# List of blocks monitored by the system
blocks:
- diamond_ore
- emerald_ore
- spawner
# Available placeholders in configuration: %player%, %location%, and %block%