HideNametags 隐藏名称标签 | |
---|---|
![]() |
隐藏所有玩家的名牌! |
作 者 | Gewoon_Arne |
发布时间 | 2018年1月31日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12 |
插件详细介绍
🎭 HideNametags插件用于隐藏在线玩家的名称标签。请注意,如果服务器使用了记分板,此插件可能会出现问题。作者正在努力修复此bug。你可以使用 /hidenametags
命令来调整设置,需要 HideNametags
权限。你还可以添加区域,在这些区域内隐藏名称标签。区域名称必须使用小写字母。所有功能都可以在 config.yml
文件中启用/禁用。需要 WorldGuard 和 WorldEdit 插件。
/hidenametags
- 显示可用的指令列表。需要权限: HideNametags
/hidenametags reload
- 重载配置文件。需要权限: HideNametags.reload
HideNametags
- 允许使用 /hidenametags
命令。HideNametags.reload
- 允许使用 /hidenametags reload
命令。HideNametags.bypass
- 允许玩家始终显示名称标签,不受插件影响。
HideNameTags:
####################################################################################################
# Should the plugin hide the NameTags? #
# Possible: true, false #
####################################################################################################
Hide: true
####################################################################################################
# In which Radius should the NameTags be hidden? #
####################################################################################################
Radius: 10
####################################################################################################
# Here you can add Regions where the NameTags should be hidden. #
# Pay attention! The Regions only work if they are written with lowercase letters. #
####################################################################################################
Regions:
HiddenRegions:
- 'hiddenregion'
####################################################################################################
# Should the Plugin check for Updates? #
# Possible: true, false #
####################################################################################################
Update-Checker: true