ABOUT
This plugin allows you to hide players nametags.
When a player clicks on another player, a message is sent to the actionbar with the nickname of the player he clicked on
Features
Commands
- /aeht - Main Plugin Command
- /aeht test - Plugin Command to Test on YOUrself
- /aeht help - Plugin Help Command
- /aeht reload - Config Reload Command
Permissions
- aeht.reload - Allows you to reload plugin
- aeht.command - Allows you to use /aeht command
- aeht.help - Allows you to use /aeht help command
- aeht.test - Allows you to use /aeht test command
- **aeht.*** - Gives all plugin permissions
Config
Configs
Config.toml
```toml
# Available serializers:
# LEGACY_AMPERSAND - "&c&lExample &c&9Text".
# LEGACY_SECTION - "В§cВ§lExample В§cВ§9Text".
# MINIMESSAGE - "Example Text". (https://webui.adventure.kyori.net/)
# GSON - "[{"text":"Example","bold":true,"color":"red"},{"text":" ","bold":true},{"text":"Text","bold":true,"color":"blue"}]". (https://minecraft.tools/en/json_text.php)
# GSON_COLOR_DOWNSAMPLING - Same as GSON, but uses downsampling.
serializer = "LEGACY_AMPERSAND"
Debug = 0
[Actionbar]
[Actionbar.Tameable]
"Enable?" = true
"Show on sneak?" = false
[Actionbar.Players]
"Enable?" = true
Message = "&6%name%"
"Show on sneak?" = true
```
Messages.toml
```toml
Prefix = " | Advanced-eHideTags
| "
[Help]
Test = " | /aeht test - Allows you to test config on yourself"
Reload = "/aeht reload - Reloads plugin configuration"
[Error]
"Wrong Usage" = "Wrong usage! Please type /aeht help!"
"No Permission" = "You do not have permission for this!"
[Success]
Reload = "Config successfully reloaded"
```
Conflicts
There is a known conflict with TAB, as it has a value invisible-nametags. However, it also don't hide nametags if it on false. To fix this, change invisible-nametags from false to true in the TAB config.
暂无评论,抢个沙发吧~