▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/ModernTags
ModernTags

ModernTags

Modern nametags above player using Text Display

69
0

main

Text description

ModernTags 1.19.4+

A modern plugin for displaying custom tags above player heads

⚠️ The plugin will not work for players with client version below 1.19.4


✨ Features

🎨 Full CustomizationConfigure tag appearance: color, shadows, transparency, alignment, size and more
🎬 Animated TagsSupport for multiple frames with configurable animation speed
🏆 Priority SystemAutomatic tag selection based on player permissions with priority consideration
📌 PlaceholderAPISupport for any placeholders from PlaceholderAPI for dynamic content
👑 Vault IntegrationAutomatic insertion of prefixes and suffixes from permission systems
⚙️ Flexible SettingsSeparate configuration for frame and placeholder update rates

⚡ Technical Advantages

The plugin operates fully asynchronously in Netty threads via PacketEvents.
All data is cached in memory for fast access during repeated operations.


🔧 Configuration Example

# Use MiniMessage for prefixes and suffixes
use-minimessage-colorizer-for-prefixes-and-suffixes: false

# Hide tag when player has passengers
hide-tag-when-has-passenger: false

name-tags:
  default:
    frame-update-rate: 10       # Frame update rate (in ticks)
    placeholders-update-rate: 10 # Placeholder update rate
    priority: 0                  # Tag priority
    frames:
      0:
        text: |-
          <placeholder:prefix><white><placeholder:name><placeholder:suffix>
          <red>❤ <white><placeholder:health>
        shadowed: true
        y-offset: 0.2
        background-color: "00000000"

  vip:
    frame-update-rate: 20
    placeholders-update-rate: 5
    priority: 10
    frames:
      0:
        text: "<gold>⭐ VIP ⭐<newline><placeholder:name>"
        shadowed: true
        scale: 1.2

💬 Commands & Permissions

Commands

  • /moderntags — reload plugin configuration

Permissions

  • moderntags.tag.<name> — permission to use a tag
  • moderntags.see.own — visibility of own tag
  • moderntags.see.other — visibility of other players' tags
  • moderntags.reload — access to reload command

📦 Dependencies

Required:

Optional:

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:Apache-2.0
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная