AlertsPlus 警报增强
作者:Sneakyy
发布时间:2017年9月10日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12
AlertsPlus提供了从提醒服务器到员工聊天的许多功能。还有更多的即将到来!
点此下载插件详细介绍
🚨 AlertsPlus 插件介绍
AlertsPlus 是由 SneakyBruh 开发的一款 Minecraft 插件,允许玩家向所有在线成员广播消息,并提供多种自定义功能。需要注意的是,该插件已不再维护,可能存在未修复的Bug,请谨慎使用。运行此插件需要安装 Vault 插件。
✨ 主要功能
- 支持颜色代码
- 自定义 Tab 列表
- Tab 列表前缀
- 自定义名称标签
- 名称下方显示生命值
- 名称标签前缀
- 自定义前缀
- 自定义权限提示信息
- 自定义语法错误提示信息
- 管理员聊天功能
⚙️ 命令列表
/alert [消息]- 广播消息/areload- 重新加载配置文件/sc [消息]- 向所有管理员发送消息/clearchat- 清空聊天记录/mutechat [on/off]- 关闭或开启聊天/hide- 隐藏玩家/spec- 将玩家切换到旁观模式
🔑 权限列表
alertsplus.alert- 使用/alert命令的权限alertsplus.reload- 使用/areload命令的权限alertsplus.staff- 使用/sc命令的权限alertsplus.clearchat- 使用/clearchat命令的权限alertsplus.mute- 使用/mutechat命令的权限alertsplus.bypass- 在聊天被关闭时发送消息的权限alertsplus.hide- 使用/hide命令的权限alertsplus.spec- 使用/spec命令的权限
📄 配置文件示例
#############################################
# #
# +-------------------------------+ #
# | Alerts Plus | #
# | Created By | #
# | SneakyBruh | #
# +-------------------------------+ #
# #
#############################################
# Prefix used in the broadcast message.
Prefix: '&c&lAlert »'
# Prefix used for staff chat.
Staff-Prefix: '&c&l(Staff Chat) &b%name% » &7%message%'
# Message a player receives when attempting a command with incorrect permissions.
No-Permission: '&6&lAlertsPlus » &cSorry! &7You have no permission to do that!'
# Message a player recieves when using the incorrect syntax.
Usage: '&6&lAlertsPlus » &7Please use the correct syntax!'
# Message sent to notify player if the config reloaded properly.
Reload: '&6&lAlertsPlus » &7Successfully reloaded config!'
# Ping a player when name written in chat.
Sound: true
# Message that replaces the name
Replace-Name: '&a&o@%name%'
# Messaged Sent after chat has been cleared!
Clear-Chat: '&c%name% has cleared the chat!'
# Message sent to player whilst trying to speak when chat is muted!
No-Bypass: '&cSorry %name%, but chat has been muted!'
# Message that is broadcasted!
Mute: '&cChat has been muted by %name%'
UnMute: '&cChat has been unmuted by %name%'
# ------------
# TABLIST
# ------------
# Format In Tab!
# NOTICE: %PREFIX% = THE PREFIX SET FOR THE GROUP NOT THE INDIVIDUAL PLAYER
Format: '[%prefix%] &c%name%'
Name-Format: '%prefix% &7'
# How many seconds before it updates tab (Updates prefix changes)
Update-Time: 2
# Display to show health below players name!
Show-Health: true
Format-Health: "&c❤"
📝 计划功能
- 增加更多 Tab 列表功能
- 为旁观者模式添加 GUI
- 添加重新加载配置文件的命令
- 完善管理员聊天功能
- 重构 Config.yml
- 添加玩家被提及时的提示音
- 完善清空聊天功能
- 支持更多占位符