
A plugin for hiding player nicknames and displaying them on the right mouse button
NametagHider is a Paper plugin that hides player nametags and lets you briefly reveal a player’s name by right‑clicking them.
The displayed text is configurable.
/nametagHider reload — reload config./nametagHider set-rc [true/false] — enable/disable right‑click reveal./nametagHider enabled — toggle nametag hiding logic./nametagHider info — show plugin state.Permission: nametagHider.commands
# Master switch for the hiding logic.
# true — the plugin hides nametags via a scoreboard team.
# false — the plugin does nothing.
enabled: true
# Temporary reveal on player right-click.
# true — shows target's nickname briefly when right-clicked.
# false — disables right-click reveal.
rightClickView: false
# A string shown to the clicking player when revealing a nickname.
# Placeholders:
# %nickname% — target player's nickname.
# Formatting:
# Minecraft color/format codes using the § character are supported (e.g., §6, §f, §l).
nicknameFormat: '§f-§6[§r%nickname%§6]§f-§r'
# The plugin uses a scoreboard team to hide nametags.
# Note: old teams are NOT removed automatically if you change the name; clean them up manually if needed.
scoreboardTeam:
# Technical team name. Change it if there is a conflict on your server.
name: 'NametagHider'
# Display name shown in UI. Any arbitrary string.
displayName: 'NametagHider team used to hide nametags'