服务器使用量
未统计
服务玩家数
未统计
下载量
4,144
插件详细介绍
这款插件可让你为玩家创建一个简洁的聊天帮助信息,当他们执行 /help 命令时即可查看,适合用于展示服务器常用指令与说明。
插件简介
- 支持版本:
1.21.4 - 文档:https://hcdocs.voidem.com/
- 更新版本前请先阅读:https://hcdocs.voidem.com/updating-versions
- 感谢
2000次下载支持
功能特点
- 让玩家通过
/help在聊天中查看帮助信息 config.yml结构直观,大多数行都带有注释,便于理解和编辑- 可创建多页帮助内容
- 可通过
pagesEnabled控制哪些页面可用 - 支持 Minecraft 颜色与格式代码
- 支持 Hex 颜色代码、渐变、彩虹文本等高级着色功能
config.yml中所有字符串字段均支持该着色系统
配置文件示例
`config.yml`
# Welcome to the HelpCommand config.yml
# You can edit values here for the plugin
######################################
# Support
######################################
# Documentation: https://hcdocs.voidem.com/
# Discord server: https://support.voidem.com/
# Discord user: voidem
# Spigot user: VoidemLIVE
# GitHub repository: https://github.com/VoidemLIVE/Help-Command-Plugin
######################################
# Plugin config
######################################
######################################
# Main Help Command
######################################
version: "2.9" # DO NOT CHANGE THIS VALUE
updateCheck: true # recommended to keep this value as true
help:
1:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 1: Navigation"
- "&5----------"
- "&b/warp &7&l- &r&dTeleport to predefined locations"
- "&b/home &7&l- &r&dTeleport to your set home location"
- "&b/tpa &7&l- &r&dRequest to teleport to another player"
- "&b/tpahere &7&l- &r&dRequest another player to teleport to you"
- "&5----------"
2:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 2: Utility"
- "&5----------"
- "&b/heal &7&l- &r&dRestore your health"
- "&b/feed &7&l- &r&dSatisfy your hunger"
- "&b/repair &7&l- &r&dRepair your equipped items"
- "&b/vote &7&l- &r&dVote for the server"
- "&5----------"
3:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 3: Interaction"
- "&5----------"
- "&b/msg &7&l- &r&dSend a private message to another player"
- "&b/mute &7&l- &r&dMute a player in the chat"
- "&b/unmute &7&l- &r&dUnmute a previously muted player"
- "&b/report &7&l- &r&dReport a player for misconduct"
- "&5----------"
4:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 4: Management"
- "&5----------"
- "&b/ban &7&l- &r&dBan a player from the server"
- "&b/kick &7&l- &r&dKick a player from the server"
- "&b/mutechat &7&l- &r&dMute the global chat"
- "&b/clearinventory &7&l- &r&dClear your inventory"
- "&5----------"
5:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 5: Fun Commands"
- "&5----------"
- "&b/summon &7&l- &r&dSummon a mob"
- "&b/lightning &7&l- &r&dStrike lightning at a location"
- "&b/tpall &7&l- &r&dTeleport all players to your location"
- "&b/fly &7&l- &r&dToggle flying mode"
- "&5----------"
6:
- "&5----------"
- "&b&lServer&d&lName"
- "&bPage 6: Miscellaneous"
- "&5----------"
- "&b/stats &7&l- &r&dDisplay your player statistics"
- "&b/afk &7&l- &r&dSet yourself as away from keyboard"
- "&b/rules &7&l- &r&dDisplay server rules"
- "&b/reportbug &7&l- &r&dReport a bug to the server administrators"
- "&5----------"
# It is recommended not to delete these pages and to just use the pagesEnabled list to control which pages are to be available
pagesEnabled: [1,2,3,4,5,6] # sets the pages that can be accessed
#aliases: ["helpnav", "helputil", "helpinteract", "helpmanage", "helpfun", "helpmisc"] # sets the aliases for the help command. REQUIRES FULL SERVER RELOAD/RESTART
######################################
# Enabled Commands
######################################
# Please make sure that this value below is either true or false
helpcmd: true
######################################
# Language
######################################
reload: '&aHelpCommand reloading' # sets message for /hc reload
disabled: '&cThis command is disabled' # sets message for if a command is disabled
noargument: '&cPlease use an argument' # sets message for /hc if no arguments are provided
playersOnly: 'Only players can use this command' # sets message for when a command is run from the console
pageNA: '&cThis page does not exist!' # sets message for if a page doesn't exist
pagePrompt:
enabled: true
page: '&6Page &e$[pageNum]'
arrowBack: '&a[<< &2$[prevNum]&a]'
arrowForward: '&a[&2$[nextNum]&a >>]'
######################################配置说明
version: "2.9"- 不要修改此值
updateCheck: true- 建议保持为
true help- 定义帮助页面内容
pagesEnabled: [1,2,3,4,5,6]- 设置可访问的页面
aliases- 设置
/help的别名 - 需要完整服务器重载或重启后才会生效
helpcmd: true- 控制帮助命令是否启用
语言与提示消息
reload- 设置
/hc reload的消息 disabled- 当命令被禁用时显示的消息
noargument- 当
/hc未提供参数时显示的消息 playersOnly- 当命令从控制台执行时显示的消息
pageNA- 当页面不存在时显示的消息
pagePrompt- 页面提示相关设置
enabled: 是否启用页面提示page: 页面编号显示格式arrowBack: 上一页按钮文本arrowForward: 下一页按钮文本
颜色系统
- 支持所有 Minecraft 颜色代码和格式代码
- 支持 Hex 颜色代码
- 支持渐变色
- 支持彩虹文本
config.yml中所有字符串字段都支持该着色系统
渐变色示例
- "<GRADIENT:FF0000>ServerName Help</GRADIENT:FFBEBE>"固定 Hex 颜色示例
- "<SOLID:FF0080>ServerName Help"彩虹文本示例
- "<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>"不同彩虹色阶
- 在
RAINBOW后添加数字即可 - 例如:
<RAINBOW2>、<RAINBOW3>
支持信息
- 文档:https://hcdocs.voidem.com/
- Discord 服务器:https://support.voidem.com/
- Discord 用户:
voidem - Spigot 用户:
VoidemLIVE - GitHub 仓库:https://github.com/VoidemLIVE/Help-Command-Plugin
其他说明
- 建议不要删除默认页面
- 如需控制可用页面,请使用
pagesEnabled列表 - 如果你正在使用 Help Command,并希望你的服务器展示在列表中,请加入作者的 Discord 服务器并私信作者
- bStats
该插件的详细文档即将发布,源代码也将同步上线 Github。
当前状态
- 文档即将推出
- 源代码即将发布到 Github
测试支持版本
版本分布
基本信息
插件名称
Help Command
作者
VoidemLIVE
平台
Bukkit / Spigot
支持版本
1.18 - 1.21
点赞数
未统计
最近版本
暂无数据
-