Перейти к содержимому
Mineforgian

RMBNametags

A plugin to hide player names and show them on right-click in actionbar

Загрузки
2K
Подписчики
4
Обновлён
16 мая 2026 г.
Лицензия
MIT

Опубликован 4 августа 2024 г.

🇷🇺Прочитать на Русском

RMBNametags

CodeFactor Modrinth downloads

Modrinth

A simple Minecraft plugin to hide player names and show them on right-click in actionbar. PlaceholderAPI supported include Relational placeholders.

Nickname pops up in actionbar when you press rmb

Features

  • Hide player name tags by default
  • Show names on right-click (actionbar or subtitle)
  • PlaceholderAPI support with relational placeholders
  • Custom hide names with special format
  • Hide/show commands with custom names
  • Invisibility respect option

Commands

Command Description Permission
/rmbnametags reload Reload plugin configuration rmbnametags.reload
/rmbnametags hide Hide your own nickname rmbnametags.hide-show
/rmbnametags hide <player> Hide another player's nickname rmbnametags.hide-show.other
/rmbnametags hide <player> <custom name> Hide with custom display name rmbnametags.hide-show.other + rmbnametags.hide.custom
/rmbnametags show Show your own nickname rmbnametags.hide-show
/rmbnametags show <player> Show another player's nickname rmbnametags.hide-show.other

Permissions

Permission Description Default
rmbnametags.reload Reload plugin configuration op
rmbnametags.hide-show Hide or show own nametag true
rmbnametags.hide-show.other Hide or show other players nametags op
rmbnametags.hide.custom Set custom names when hiding op

Configuration

# display time in seconds (min 1s)
display-time: 3

# Change nickname format here
# Use & for colors or HEX (#RRGGBB) and {PLAYER_NAME} variable
name-format: "&a&l{PLAYER_NAME}"

# Format for hidden players (if empty, nothing will be shown)
hide-name-format: "&a&lUnknown"

# If true, plugin will NOT show nametag when the target player is invisible
respect-invisibility: false

# Where to display the nickname: "actionbar" (default) or "subtitle"
display-location: "actionbar"

# If true, hidden players will still show their custom name when clicked
show-hidden-players: true

# Messages (English by default)
Messages:
  Reload: "&a&lRMBNametags config reloaded!"
  Not-Reload: "&c&lAn error occurred during a config reload"
  No-Permission: "&cYou don't have permission to use this command!"
  Player-Not-Found: "&cPlayer not found or offline!"
  Console-Specify-Player: "&cConsole must specify a player!"
  Hide-Self: "&aYour nickname is now hidden"
  Hide-Other: "&aPlayer %player%'s nickname is now hidden"
  Show-Self: "&aYour nickname is now visible"
  Show-Other: "&aPlayer %player%'s nickname is now visible"
  Hide-Custom-Self: "&aYour nickname is now hidden with custom name: %custom_name%"
  Hide-Custom-Other: "&aPlayer %player%'s nickname is now hidden with custom name: %custom_name%"
  Already-hidden: "&cPlayer %player%'s nickname is already hidden"
  Already-Visible: "&cPlayer %player%'s nickname is already visible"

bStats

Статистика использования плагина на bStats

Ченджлог

1.2.4Релиз1.21.9, 1.21.10, 1.21.11 · 16 мая 2026 г.

Fixes

1.2.3Релиз1.21.8, 1.21.9, 1.21.10 · 4 декабря 2025 г.

Features

New hide/show command system:

/rmbnametags hide — hide your nametag.

/rmbnametags hide <player> — hide another player's nametag.

/rmbnametags hide <player> <customName> — hide with a custom formatted name (supports PAPI).

/rmbnametags show — unhide your nametag.

  • Expanded messages section with dedicated feedback for hide/show actions and state checks.
  • New configuration options.
  • General code cleanup & command structure improvements for better maintainability.

(#12)

1.2.2Релиз1.21.8, 1.21.9, 1.21.10 · 5 ноября 2025 г.

Features

  • PlaceholderAPI support: Nickname formatting now supports PlaceholderAPI, allowing dynamic text such as ranks, prefixes, or other plugin data. (#9)
1.2.1Релиз1.21.6, 1.21.7, 1.21.8 · 25 сентября 2025 г.

Features

  • Added respect-invisibility option in config:
    Allows toggling whether invisible players’ names are hidden or shown when right-clicked.
  • Added display-location option in config:
    Choose where to show the nickname — either in actionbar (default) or subtitle.

Fixes

  • Code refactored for better readability and optimization.
  • More reliable invisibility detection (potion effect + entity flags).
  • Minor scoreboard handling improvements to avoid duplicate entries.
1.2.0Релиз1.21.6, 1.21.7, 1.21.8 · 22 сентября 2025 г.

Features

  • HEX support in config (#7)
  • Added ReadMe for Russian language

Fixes

  • Probably fixed issue #3 (Unregistered Scoreboard Component on Player Join)
1.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 6 мая 2025 г.

Features:

  • Config reload command (/rmbnametags_reload)

Fixes:

  • Made invisible players truly invisible
  • Clicking on invisible players no longer shows their name

thanks to Unf3 and Seva163 (#1)

1.0.1Релиз1.21.2, 1.21.3, 1.21.4 · 20 августа 2024 г.

Update for 1.21.1

1.0Релиз1.21, 1.21.1 · 4 августа 2024 г.

Initial commit

Комментарии

Загружаем…