BlockAlert
SpigotMCGet notifications from players on predefined blocks.
177 téléchargements 5.0 note
dernière v1.1.0 SpigotMC
Features
- You can make the text clickable where you define which command should apply.
- Predefine blocks you want notification on.
- Configurable notification displayed in chat.
Commands
/blockalert notification - Turn block notifications on and off.
/blockalert reload - Reloads the configuration file.
/blockalert version - Shows you the version number.
/blockalert - Gives you an overview of subcommands.
Permissions
blockalert.bypass - Do not receive notifications from these.
blockalert.alert - Receive block notifications.
blockalert.reload - Allows you to reload the configuration file.
blockalert.use - Allows you to use the main command.
Config
Code (YAML):
# Define the notification that appears in chat
notification : '&7 [&3Block&cAlert&7 ] &4 %player% breaks a &b%block%'
# Define command to apply when you click on the notification
command : '/tp %location%'
# Specify the maximum block height for notifications.
block-height : 63
# Define blocks to listen to.
blocks :
- diamond_ore
- emerald_ore
- spawner
# Feel free to use the placeholders %player%, %location% and %block% within this config file.
notification : '&7 [&3Block&cAlert&7 ] &4 %player% breaks a &b%block%'
# Define command to apply when you click on the notification
command : '/tp %location%'
# Specify the maximum block height for notifications.
block-height : 63
# Define blocks to listen to.
blocks :
- diamond_ore
- emerald_ore
- spawner
# Feel free to use the placeholders %player%, %location% and %block% within this config file.
Commentaires 0
Aucun commentaire pour l'instant. Sois le premier à donner ton avis.