BlockAlert
作者:rebot | 分类:模组
Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: paper spigot
标签: utility
This is a very simple plugin that gives a notification every time a player destroys a block that is predefined in the configuration file. This makes the work easier in the fight against players who use x-ray. The usage can be much larger than just looking for players with x-ray. There is only the imagination that sets the limits.
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
# 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.请登录后举报
暂无评论,抢个沙发吧~