promotional bannermobile promotional banner

MysticNametags

A custom nametag system where you create your own tags players can equip or purchase.

File Details

mysticnametags-1.0.9.jar

  • R
  • Feb 3, 2026
  • 3.46 MB
  • 95
  • Early Access

File Name

mysticnametags-1.0.9.jar

Supported Versions

  • Early Access

MysticNameTags — v1.0.9

New Features

  • Tag Categories (Visual & Functional)
    • Tags can now be grouped by category (defined in tags.json).
    • Category navigation added to the Tags UI.
    • Each tag row now displays a category.
    • Categories are auto-detected and updated when tags.json changes.
  • Automatic tags.json Category Updater
    • TagManager now auto-builds and refreshes category lists from tags.json.
    • No server restart required when adding or changing categories.
    • Duplicate or invalid tag entries are safely ignored with warnings.
  • Admin Debug Mode: Show Hidden Tags | WIP
    • Allows staff to see tags hidden by Full Permission Gate.
    • Hidden tags are visually greyed out and marked as inaccessible.
    • Useful for debugging permissions and tag visibility issues.
  • RPGLeveling Integration (Player-Only, Configurable)
    • Optional support for appending player levels to nameplates: [Rank] Player [Tag] [Lvl. X]
    • Works only for players (never mobs).
    • Fully controlled via settings.json.
  • Scheduled Nameplate Refresh System
    • New configurable scheduler refreshes player nameplates automatically.
    • Default refresh interval: 30 seconds.
    • Ensures RPG levels stay up-to-date without spam or flicker.
    • Runs safely on the world thread.

New Configuration Options

Added to settings.json:

"rpgLevelingNameplatesEnabled": false,
"rpgLevelingRefreshSeconds": 30

Just switch false to true.

NOTE: Make sure to disable: "EnablePlayerLevelNameplate": to false

  • Toggle RPGLeveling level display on/off without uninstalling plugins.
  • Refresh interval is clamped to a safe minimum to prevent abuse.

Economy & UI Improvements

  • Currency Labeling Improved
    • When the EconomySystem coin backend is enabled, UI now displays:
      • “Cash” instead of “coins” (config-aware).
    • Vault / EliteEconomy behavior unchanged.
  • Tags UI Layout Improvements
    • Increased UI height to prevent footer overlap.
    • Fixed cramped Next / Close button spacing.
    • Improved column alignment for Category and Cost.
    • Footer now consistently stays within the interaction container.
    • Supports full 10-row pagination without clipping.

Stability & Internal Improvements

  • Fixed tag rows not rendering correctly on higher pages.
  • Improved caching of permission checks for large tag sets.
  • Safer handling of missing permissions / economy backends.
  • Nameplate logic refactored to avoid double-appending level text.
  • Better compatibility with external plugins that also modify nameplates.

Important Notes

  • For RPGLeveling support to work correctly:
    • RPGLeveling’s own player nameplates must be disabled.
    • MysticNameTags will then fully control player nameplates.
  • No data migration is required from 1.0.8.