Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 6 days ago
Updated last month
About
ckzbHideMe is a lightweight plugin designed to completely hide player nametags above their heads and provide immersive ways to identify players.
Features
- Invisible Nametags: Completely removes floating names above players' heads.
- Action Bar Display: Look at or click on a player to safely see their name in the Action Bar.
- Custom Colors: Allows players to choose their own nickname colors via a simple command.
- TAB Sync: Automatically syncs custom colors with the server TAB list.
- Highly Configurable: Full control over display triggers, cooldowns, sounds, and messages.
- PlaceholderAPI: Full integration with
%ckzb_color_code%and%ckzb_color_name%.
Commands
- /ckzb reload - Reloads the plugin configuration.
- /ckzb color - Opens the menu with available colors.
- /ckzb color <color> - Applies the chosen color to the nickname.
Telegram Channel: Follow t.me/ckzbp for updates and news!
Configuration
features:
# Enable or disable showing player names in the Action Bar.
show-actionbar-names: true
# How to trigger the Action Bar name display?
# "HOVER" = Look at the player (uses crosshair).
# "CLICK" = Right-click on the player.
actionbar-trigger: "CLICK"
# The format of the text shown in the Action Bar.
# You can use {color}, %player_name%, and any PlaceholderAPI placeholders.
actionbar-format: "{color}%player_name%"
# The cooldown between Action Bar displays in milliseconds.
# Set to 0 to disable the cooldown.
actionbar-cooldown: 1000
# Completely hide the standard name tags above players' heads.
hide-head-names: true
# Enable the /ckzb color command, allowing players to choose their own nick color.
personal-nick-color: false
# Apply the chosen personal color to the player's name in the server TAB list.
change-tab-color: false
# Play a sound when right-clicking a player to see their name.
# Note: This only works if 'actionbar-trigger' is set to "CLICK".
sound-on-right-click: true
colors:
red: "&c"
green: "&a"
blue: "&9"
gold: "&6"
white: "&f"


