Compatibility
Minecraft: Java Edition
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
ABOUT
When a player clicks on another player, a message is sent to the actionbar with the nickname of the player he clicked on
Features
- Placeholder API support
- Minecraft Formatting support
- MiniMessage Formatting support
- Hex Color Formatting support
- TOML config format (Linter)
- A lot of customization
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
# Available serializers:
# LEGACY_AMPERSAND - "&c&lExample &c&9Text".
# LEGACY_SECTION - "§c§lExample §c§9Text".
# MINIMESSAGE - "<bold><red>Example</red> <blue>Text</blue></bold>". (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
Prefix = " <white>|</white> <gold>Advanced-eHideTags</gold> <br> <white>|</white> "
[Help]
Test = " <white>|</white> <green>/aeht test - Allows you to test config on yourself"
Reload = "<green>/aeht reload - Reloads plugin configuration"
[Error]
"Wrong Usage" = "<gray>Wrong usage! Please type <gold>/aeht help<gray>!"
"No Permission" = "<red>You do not have permission for this!"
[Success]
Reload = "<green>Config successfully reloaded</green>"
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.