promotional bannermobile promotional banner

NameplateBuilder - API

The lightweight API for mod developers who want to add their own nameplate segments to NameplateBuilder.

File Details

NameplateBuilder-API-1.0.0.zip

  • R
  • Feb 12, 2026
  • 3.99 MB
  • 169
  • Early Access

File Name

NameplateBuilder-API.zip

Supported Versions

  • Early Access

[1.0.0] - 2026-02-11

Added

  • Initial release of NameplateBuilder API
  • NameplateAPI static entry point for mod developers
  • NameplateAPI.describe() method for registering segment metadata
  • NameplateAPI.register() method for setting nameplate text on entities
  • NameplateAPI.unregister() method for removing segments
  • NameplateData ECS component for storing segment text (Map<String, String>)
  • SegmentTarget enum (ALL, PLAYERS, NPCS) for entity targeting
  • INameplateRegistry interface for internal registry access
  • NameplateException base exception class
  • NameplateNotInitializedException for API usage before initialization
  • NameplateArgumentException for invalid segment keys or parameters
  • Format variant system (register multiple display formats per segment)
  • Prefix/suffix wrapping support
  • Bar customization with empty-fill character